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-engine.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d9fe680 [maven-release-plugin] prepare for next development iteration
6d9fe680 is described below

commit 6d9fe68042ad1583da02be753a82a469a511a0a4
Author: Claude Brisson <[email protected]>
AuthorDate: Mon Oct 14 07:23:57 2024 +0200

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml                                | 4 ++--
 spring-velocity-support/pom.xml        | 2 +-
 velocity-custom-parser-example/pom.xml | 2 +-
 velocity-engine-core/pom.xml           | 2 +-
 velocity-engine-examples/pom.xml       | 2 +-
 velocity-engine-scripting/pom.xml      | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 092e2d24..2f0abeef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>velocity-engine-parent</artifactId>
-    <version>2.4.1</version>
+    <version>2.5-SNAPSHOT</version>
 
     <name>Apache Velocity</name>
     <url>http://velocity.apache.org/engine/devel/</url>
@@ -133,7 +133,7 @@
         
<connection>scm:git:https://gitbox.apache.org/repos/asf/velocity-engine.git</connection>
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/velocity-engine.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=velocity-engine.git</url>
-        <tag>2.4.1-rc1</tag>
+        <tag>2.4</tag>
     </scm>
 
     <issueManagement>
diff --git a/spring-velocity-support/pom.xml b/spring-velocity-support/pom.xml
index de831b38..211bb2ab 100644
--- a/spring-velocity-support/pom.xml
+++ b/spring-velocity-support/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.velocity</groupId>
         <artifactId>velocity-engine-parent</artifactId>
-        <version>2.4.1</version>
+        <version>2.5-SNAPSHOT</version>
     </parent>
     <artifactId>spring-velocity-support</artifactId>
     <name>Spring framework Velocity support</name>
diff --git a/velocity-custom-parser-example/pom.xml 
b/velocity-custom-parser-example/pom.xml
index b6150b1f..7c609b23 100644
--- a/velocity-custom-parser-example/pom.xml
+++ b/velocity-custom-parser-example/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.velocity</groupId>
         <artifactId>velocity-engine-parent</artifactId>
-        <version>2.4.1</version>
+        <version>2.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>velocity-custom-parser-example</artifactId>
diff --git a/velocity-engine-core/pom.xml b/velocity-engine-core/pom.xml
index 61973ad1..27e70591 100644
--- a/velocity-engine-core/pom.xml
+++ b/velocity-engine-core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.velocity</groupId>
         <artifactId>velocity-engine-parent</artifactId>
-        <version>2.4.1</version>
+        <version>2.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>velocity-engine-core</artifactId>
diff --git a/velocity-engine-examples/pom.xml b/velocity-engine-examples/pom.xml
index 480de2e6..11c58737 100644
--- a/velocity-engine-examples/pom.xml
+++ b/velocity-engine-examples/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.velocity</groupId>
         <artifactId>velocity-engine-parent</artifactId>
-        <version>2.4.1</version>
+        <version>2.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>velocity-engine-examples</artifactId>
diff --git a/velocity-engine-scripting/pom.xml 
b/velocity-engine-scripting/pom.xml
index b1ff585a..144316f1 100644
--- a/velocity-engine-scripting/pom.xml
+++ b/velocity-engine-scripting/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.velocity</groupId>
         <artifactId>velocity-engine-parent</artifactId>
-        <version>2.4.1</version>
+        <version>2.5-SNAPSHOT</version>
     </parent>
     <artifactId>velocity-engine-scripting</artifactId>
     <name>Apache Velocity - JSR 223 Scripting</name>

Reply via email to