This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-master.git
The following commit(s) were added to refs/heads/master by this push:
new e2079f5 [maven-release-plugin] prepare for next development iteration
e2079f5 is described below
commit e2079f580255539f89b6273c09f0192948460caf
Author: Michael Osipov <[email protected]>
AuthorDate: Sat Feb 3 18:57:54 2024 +0100
[maven-release-plugin] prepare for next development iteration
---
pom/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom/pom.xml b/pom/pom.xml
index 44a0846..dea5eaf 100644
--- a/pom/pom.xml
+++ b/pom/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-master</artifactId>
- <version>6</version>
+ <version>7-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Velocity - Master POM</name>
@@ -43,7 +43,7 @@
<javaVersion>8</javaVersion>
<maven.compiler.source>${javaVersion}</maven.compiler.source>
<maven.compiler.target>${javaVersion}</maven.compiler.target>
-
<project.build.outputTimestamp>2024-02-03T17:57:40Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-02-03T17:57:53Z</project.build.outputTimestamp>
</properties>
<developers>
@@ -205,7 +205,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>velocity-master-6</tag>
+ <tag>HEAD</tag>
</scm>
<build>