This is an automated email from the ASF dual-hosted git repository. cbrisson pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/velocity-master.git
commit c7dcdbfc34d22cadf98494202f6cb4017220454c Author: Claude Brisson <[email protected]> AuthorDate: Sat Mar 25 07:18:07 2023 +0100 Revert "[maven-release-plugin] prepare release 5-RC1" This reverts commit 045ed6b34397e5166617aa7137e15046691673be. --- pom/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom/pom.xml b/pom/pom.xml index dc5a8ce..aca2508 100644 --- a/pom/pom.xml +++ b/pom/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.velocity</groupId> <artifactId>velocity-master</artifactId> - <version>5</version> + <version>5-SNAPSHOT</version> <packaging>pom</packaging> <name>Velocity - Master POM</name> @@ -198,7 +198,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/velocity-master.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/velocity-master.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=velocity-master.git</url> - <tag>5-RC1</tag> + <tag>HEAD</tag> </scm> <build>
