Skip to content

Commit 4f17487

Browse files
committed
Bump next release label to feature level: 1.12.0
1 parent 6f96173 commit 4f17487

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>commons-cli</groupId>
2626
<artifactId>commons-cli</artifactId>
27-
<version>1.11.1-SNAPSHOT</version>
27+
<version>1.12.0-SNAPSHOT</version>
2828
<name>Apache Commons CLI</name>
2929
<inceptionYear>2002</inceptionYear>
3030
<description>
@@ -91,8 +91,8 @@
9191
<maven.compiler.target>1.8</maven.compiler.target>
9292
<commons.componentid>cli</commons.componentid>
9393
<commons.module.name>org.apache.commons.cli</commons.module.name>
94-
<commons.release.version>1.11.1</commons.release.version>
95-
<commons.release.next>1.11.2</commons.release.next>
94+
<commons.release.version>1.12.0</commons.release.version>
95+
<commons.release.next>1.12.1</commons.release.next>
9696
<commons.release.name>commons-cli-${commons.release.version}</commons.release.name>
9797
<commons.release.isDistModule>true</commons.release.isDistModule>
9898
<commons.rc.version>RC1</commons.rc.version>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<title>Apache Commons CLI Release Notes</title>
2323
</properties>
2424
<body>
25-
<release version="1.11.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
25+
<release version="1.12.0" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
2626
<!-- FIX -->
2727
<action type="fix" dev="ggregory" due-to="Elric">Fix broken Introduction links on the website #417.</action>
2828
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix malformed Javadoc comments.</action>

0 commit comments

Comments
 (0)