Prepare for the release candidate 1.10.0 RC1
diff --git a/pom.xml b/pom.xml
index 0f869d6..2663f3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.10.0</version>
<name>Apache Commons CLI</name>
<inceptionYear>2002</inceptionYear>
<description>
@@ -82,7 +82,7 @@
</dependencies>
<properties>
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
- <project.build.outputTimestamp>2025-01-11T14:52:17Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2025-07-30T15:11:13Z</project.build.outputTimestamp>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<commons.componentid>cli</commons.componentid>