Skip to content

Commit a3a6e27

Browse files
committed
Merge branch '2.19' into 3.x
2 parents 31149ef + ac24dad commit a3a6e27

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/dep_build_v3.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
with:
24-
ref: master
24+
ref: 3.x
2525
- name: Set up JDK
2626
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
2727
with:
@@ -30,5 +30,3 @@ jobs:
3030
cache: 'maven'
3131
- name: Build and test
3232
run: ./mvnw -B -ff -ntp clean verify
33-
34-
# No recursive rebuild (yet?)

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@ name: Build and Deploy Snapshot
22
on:
33
push:
44
branches:
5-
- master
6-
- "3.0"
5+
- 3.x
76
paths-ignore:
87
- "README.md"
98
- "release-notes/*"
109
pull_request:
1110
branches:
12-
- master
13-
- "3.0"
11+
- 3.x
1412
paths-ignore:
1513
- "README.md"
1614
- "release-notes/*"

release-notes/VERSION

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ implementations)
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17+
3.0.0-rc3 (not yet released)
18+
19+
- Branch rename "master" -> "3.x" [JSTEP-12]
20+
1721
3.0.0-rc2 (28-Mar-2025)
1822

1923
No changes since rc1.

release-notes/VERSION-2.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Active maintainers:
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17-
2.19.0 (not yet released)
17+
2.19.0-rc2 (07-Apr-2025)
1818

1919
#300: (smile) Floats are encoded with sign extension while doubles without
2020
(reported by Steven F)

0 commit comments

Comments
 (0)