Skip to content

Commit 4e94020

Browse files
committed
Next version will be 1.8.0
1 parent 3061576 commit 4e94020

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.7.1-SNAPSHOT</version>
27+
<version>1.8.0-SNAPSHOT</version>
2828
<name>Apache Commons CLI</name>
2929

3030
<inceptionYear>2002</inceptionYear>
@@ -76,8 +76,8 @@
7676
<maven.compiler.target>1.8</maven.compiler.target>
7777
<commons.componentid>cli</commons.componentid>
7878
<commons.module.name>org.apache.commons.cli</commons.module.name>
79-
<commons.release.version>1.7.1</commons.release.version>
80-
<commons.release.next>1.7.2</commons.release.next>
79+
<commons.release.version>1.8.0</commons.release.version>
80+
<commons.release.next>1.8.1</commons.release.next>
8181
<commons.release.name>commons-cli-${commons.release.version}</commons.release.name>
8282
<commons.release.isDistModule>true</commons.release.isDistModule>
8383
<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.7.1" date="YYYY-MM-DD" description="This release contains new features and bug fixes and requires Java 8 or above.">
25+
<release version="1.8.0" date="YYYY-MM-DD" description="This release contains new features and bug fixes and requires Java 8 or above.">
2626
<!-- ADD -->
2727
<action type="add" issue="CLI-332" dev="ggregory" due-to="Claude Warren, Gary Gregory">Add optional HelpFormatter Function to document Deprecated options #271.</action>
2828
<!-- FIX -->

0 commit comments

Comments
 (0)