Bump to next development version
diff --git a/pom.xml b/pom.xml index 53e1281..ec44cb7 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.11.0</version> + <version>1.11.1-SNAPSHOT</version> <name>Apache Commons CLI</name> <inceptionYear>2002</inceptionYear> <description> @@ -86,7 +86,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-11-08T22:38:24Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-11-12T21:37:53Z</project.build.outputTimestamp> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <commons.componentid>cli</commons.componentid>