This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-cli.git
commit 53c781a883629c2f47224d4a736fc74dc6beff00 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 23 21:37:07 2024 +0000 Bump to next development version --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0a7e568..d30fb31 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.8.0</version> + <version>1.8.1-SNAPSHOT</version> <name>Apache Commons CLI</name> <inceptionYear>2002</inceptionYear> <description> @@ -65,7 +65,7 @@ </dependency> </dependencies> <properties> - <project.build.outputTimestamp>2024-05-18T00:53:40Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-05-23T21:37:00Z</project.build.outputTimestamp> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <commons.componentid>cli</commons.componentid>