Skip to content

Commit

Permalink
Prepare for 2.7.4b1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff5 committed Apr 1, 2024
1 parent c6a7d57 commit 228fe9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Jython 2.7.4

New Features

- Nothing yet.
- Bug fixes only.


Jython 2.7.4a1 Bugs fixed
Jython 2.7.4b1 Bugs fixed
- [ GH-316 ] Clash over META-INF in shaded JARs
- [ GH-310 ] CVE-2024-25710 and CVE-2024-26308 (commons-compress)
- [ GH-304 ] from java import * not working in Java 21
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import java.text.SimpleDateFormat
// Versions are specified in this grammar:
// <major> . <minor> ( . <micro> )? ( <release> <serial> )? ( - <word> )?

version = '2.7.4a1'
version = '2.7.4b1'

// Valid examples (please preserve in comments):
//version = '2.7.2a2'
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ informix.jar = ../support/jdbc-4.10.12.jar
<property name="jython.major_version" value="2"/>
<property name="jython.minor_version" value="7"/>
<property name="jython.micro_version" value="4"/>
<property name="jython.release_level" value="${PY_RELEASE_LEVEL_ALPHA}"/>
<property name="jython.release_level" value="${PY_RELEASE_LEVEL_BETA}"/>

<!-- Zero at full release: one-up number for alpha, beta and candidate versions. -->
<property name="jython.release_serial" value="1"/>
Expand Down

0 comments on commit 228fe9e

Please sign in to comment.