Skip to content

Commit 933f68b

Browse files
committed
Match version pattern with previous version
1 parent 0f28b14 commit 933f68b

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

3030
<inceptionYear>2002</inceptionYear>
@@ -199,11 +199,11 @@
199199
<maven.compiler.target>1.8</maven.compiler.target>
200200
<commons.componentid>cli</commons.componentid>
201201
<commons.module.name>org.apache.commons.cli</commons.module.name>
202-
<commons.release.version>1.5.0</commons.release.version>
202+
<commons.release.version>1.6.0</commons.release.version>
203203
<commons.release.name>commons-cli-${commons.release.version}</commons.release.name>
204204
<commons.release.isDistModule>true</commons.release.isDistModule>
205205
<commons.rc.version>RC1</commons.rc.version>
206-
<commons.bc.version>1.4</commons.bc.version>
206+
<commons.bc.version>1.5.0</commons.bc.version>
207207
<commons.osgi.symbolicName>org.apache.commons.cli</commons.osgi.symbolicName>
208208
<commons.jira.id>CLI</commons.jira.id>
209209
<commons.jira.pid>12310463</commons.jira.pid>

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.6" date="2023-MM-DD" description="New features and bug fixes">
25+
<release version="1.6.0" date="2023-MM-DD" description="New features and bug fixes">
2626
<!-- FIX -->
2727
<action type="update" dev="ggregory" due-to="Gary Gregory">
2828
Fix SpotBugs Error: Medium: Method intentionally throws RuntimeException. [org.apache.commons.cli.Option] At Option.java:[lines 417-423] THROWS_METHOD_THROWS_RUNTIMEEXCEPTION

0 commit comments

Comments
 (0)