Skip to content

Commit 73da2b8

Browse files
committed
Merge branch 'release'
2 parents 240ffd6 + 7bf2679 commit 73da2b8

1 file changed

Lines changed: 3 additions & 3 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.9.0-SNAPSHOT</version>
27+
<version>1.9.1-SNAPSHOT</version>
2828
<name>Apache Commons CLI</name>
2929
<inceptionYear>2002</inceptionYear>
3030
<description>
@@ -71,7 +71,7 @@
7171
</dependency>
7272
</dependencies>
7373
<properties>
74-
<project.build.outputTimestamp>2024-05-23T21:37:00Z</project.build.outputTimestamp>
74+
<project.build.outputTimestamp>2024-08-14T23:15:56Z</project.build.outputTimestamp>
7575
<maven.compiler.source>1.8</maven.compiler.source>
7676
<maven.compiler.target>1.8</maven.compiler.target>
7777
<commons.componentid>cli</commons.componentid>
@@ -80,7 +80,7 @@
8080
<commons.release.next>1.9.1</commons.release.next>
8181
<commons.release.name>commons-cli-${commons.release.version}</commons.release.name>
8282
<commons.release.isDistModule>true</commons.release.isDistModule>
83-
<commons.rc.version>RC2</commons.rc.version>
83+
<commons.rc.version>RC1</commons.rc.version>
8484
<commons.bc.version>1.8.0</commons.bc.version>
8585
<commons.osgi.symbolicName>org.apache.commons.cli</commons.osgi.symbolicName>
8686
<commons.jira.id>CLI</commons.jira.id>

0 commit comments

Comments
 (0)