We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698b238 commit 7bf2679Copy full SHA for 7bf2679
1 file changed
pom.xml
@@ -24,7 +24,7 @@
24
<modelVersion>4.0.0</modelVersion>
25
<groupId>commons-cli</groupId>
26
<artifactId>commons-cli</artifactId>
27
- <version>1.9.0</version>
+ <version>1.9.1-SNAPSHOT</version>
28
<name>Apache Commons CLI</name>
29
<inceptionYear>2002</inceptionYear>
30
<description>
@@ -71,7 +71,7 @@
71
</dependency>
72
</dependencies>
73
<properties>
74
- <project.build.outputTimestamp>2024-08-10T13:01:07Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2024-08-14T23:15:56Z</project.build.outputTimestamp>
75
<maven.compiler.source>1.8</maven.compiler.source>
76
<maven.compiler.target>1.8</maven.compiler.target>
77
<commons.componentid>cli</commons.componentid>
0 commit comments