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 470707ae Revert snapshot version to 2.4 (I hope you concede that, 
Michael :-)
470707ae is described below

commit 470707ae4cea704bc89323bc18b7e8e0ea51c553
Author: Claude Brisson <[email protected]>
AuthorDate: Wed Aug 14 09:07:02 2024 +0200

    Revert snapshot version to 2.4 (I hope you concede that, Michael :-)
---
 pom.xml                                | 2 +-
 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, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 64683209..fe575bfc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>velocity-engine-parent</artifactId>
-    <version>2.4.2-SNAPSHOT</version>
+    <version>2.4-SNAPSHOT</version>
 
     <name>Apache Velocity</name>
     <url>http://velocity.apache.org/engine/devel/</url>
diff --git a/spring-velocity-support/pom.xml b/spring-velocity-support/pom.xml
index 1f5b6f4b..4cae1acb 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.2-SNAPSHOT</version>
+        <version>2.4-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 d2535b2b..cf4fb294 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.2-SNAPSHOT</version>
+        <version>2.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>velocity-custom-parser-example</artifactId>
diff --git a/velocity-engine-core/pom.xml b/velocity-engine-core/pom.xml
index ea68f41b..32818063 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.2-SNAPSHOT</version>
+        <version>2.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>velocity-engine-core</artifactId>
diff --git a/velocity-engine-examples/pom.xml b/velocity-engine-examples/pom.xml
index 2ed4e437..abb9b9ba 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.2-SNAPSHOT</version>
+        <version>2.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>velocity-engine-examples</artifactId>
diff --git a/velocity-engine-scripting/pom.xml 
b/velocity-engine-scripting/pom.xml
index d7101c62..f2f405ae 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.2-SNAPSHOT</version>
+        <version>2.4-SNAPSHOT</version>
     </parent>
     <artifactId>velocity-engine-scripting</artifactId>
     <name>Apache Velocity - JSR 223 Scripting</name>

Reply via email to