Skip to content

Commit

Permalink
Next release will be 6.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 11, 2025
1 parent 7056283 commit 434d725
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
<packaging>jar</packaging>
<version>6.10.1-SNAPSHOT</version>
<version>6.11.0-SNAPSHOT</version>
<name>Apache Commons BCEL</name>
<description>Apache Commons Bytecode Engineering Library</description>
<url>https://commons.apache.org/proper/commons-bcel</url>
Expand All @@ -44,8 +44,8 @@
<maven.compiler.target>1.8</maven.compiler.target>
<commons.componentid>bcel</commons.componentid>
<commons.module.name>org.apache.bcel</commons.module.name>
<commons.release.version>6.10.1</commons.release.version>
<commons.release.next>6.10.2</commons.release.next>
<commons.release.version>6.11.0</commons.release.version>
<commons.release.next>6.11.1</commons.release.next>
<commons.release.isDistModule>true</commons.release.isDistModule>
<commons.rc.version>RC1</commons.rc.version>
<commons.bc.version>6.10.0</commons.bc.version>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The <action> type attribute can be add,update,fix,remove.
Defining changes.version allows one to create the RN without first removing the SNAPSHOT suffix.
-->
<body>
<release version="6.10.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
<release version="6.11.0" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Gary Gregory">Replace internal use of Locale.ENGLISH with Locale.ROOT.</action>
<action issue="BCEL-375" type="fix" dev="ggregory" due-to="J. Lewis Muir, Gary Gregory">Wrong permissions on bcel .jar file in binary .tar.gz distribution file.</action>
Expand Down

0 comments on commit 434d725

Please sign in to comment.