This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push: new 0de44ee 'trunk' should always be a SNAPSHOT version 0de44ee is described below commit 0de44ee8e0053ede11dd48d2151d388a9540cd84 Author: Sebb <s...@apache.org> AuthorDate: Tue Oct 17 23:22:08 2023 +0100 'trunk' should always be a SNAPSHOT version GA versions should be reserved for release branches --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 23da4d8..caf488e 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ </parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>65</version> + <version>65-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Commons Parent</name> <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description>