File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 :
3030        cache : ' maven' 
3131    - name : Build and test 
3232      run : ./mvnw -B -ff -ntp clean verify 
33- 
34- #  No recursive rebuild (yet?)
Original file line number Diff line number Diff line change @@ -2,15 +2,13 @@ name: Build and Deploy Snapshot
22on :
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/*" 
Original file line number Diff line number Diff 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+ 
17213.0.0-rc2 (28-Mar-2025)
1822
1923No changes since rc1.
Original file line number Diff line number Diff 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 )
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments