We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65cb6cd commit c4d8376Copy full SHA for c4d8376
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.8.0-SNAPSHOT</version>
+ <version>1.8.0</version>
28
<name>Apache Commons CLI</name>
29
<inceptionYear>2002</inceptionYear>
30
<description>
@@ -65,7 +65,7 @@
65
</dependency>
66
</dependencies>
67
<properties>
68
- <project.build.outputTimestamp>2024-04-18T01:27:20Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2024-05-18T00:53:40Z</project.build.outputTimestamp>
69
<maven.compiler.source>1.8</maven.compiler.source>
70
<maven.compiler.target>1.8</maven.compiler.target>
71
<commons.componentid>cli</commons.componentid>
0 commit comments