We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595c54b commit 484c1eaCopy full SHA for 484c1ea
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-SNAPSHOT</version>
+ <version>1.9.0</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-05-23T21:37:00Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2024-08-10T13:01:07Z</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