Skip to content

Commit c7de56e

Browse files
committed
The next release will be 1.11.0
1 parent 95bb098 commit c7de56e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.10.1-SNAPSHOT</version>
27+
<version>1.11.0-SNAPSHOT</version>
2828
<name>Apache Commons CLI</name>
2929
<inceptionYear>2002</inceptionYear>
3030
<description>
@@ -92,8 +92,8 @@
9292
<maven.compiler.target>1.8</maven.compiler.target>
9393
<commons.componentid>cli</commons.componentid>
9494
<commons.module.name>org.apache.commons.cli</commons.module.name>
95-
<commons.release.version>1.10.1</commons.release.version>
96-
<commons.release.next>1.10.2</commons.release.next>
95+
<commons.release.version>1.11.0</commons.release.version>
96+
<commons.release.next>1.11.1</commons.release.next>
9797
<commons.release.name>commons-cli-${commons.release.version}</commons.release.name>
9898
<commons.release.isDistModule>true</commons.release.isDistModule>
9999
<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.10.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
25+
<release version="1.11.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" issue="CLI-351" dev="ggregory" due-to="Damien Carbonne, Claude Warren, Gary Gregory">Multiple trailing BREAK_CHAR_SET characters cause infinite loop in HelpFormatter.</action>
2828
<!-- ADD -->

0 commit comments

Comments
 (0)