[maven-release-plugin] prepare release 2.4
diff --git a/pom.xml b/pom.xml
index 4fed690..3702858 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>velocity-engine-parent</artifactId>
-    <version>2.4-SNAPSHOT</version>
+    <version>2.4</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>HEAD</tag>
+        <tag>2.4</tag>
     </scm>
 
     <issueManagement>
diff --git a/spring-velocity-support/pom.xml b/spring-velocity-support/pom.xml
index 4cae1ac..fcea23b 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-SNAPSHOT</version>
+        <version>2.4</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 cf4fb29..1279b0f 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-SNAPSHOT</version>
+        <version>2.4</version>
     </parent>
 
     <artifactId>velocity-custom-parser-example</artifactId>
diff --git a/velocity-engine-core/pom.xml b/velocity-engine-core/pom.xml
index 717ba8d..4acd201 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-SNAPSHOT</version>
+        <version>2.4</version>
     </parent>
 
     <artifactId>velocity-engine-core</artifactId>
diff --git a/velocity-engine-examples/pom.xml b/velocity-engine-examples/pom.xml
index abb9b9b..076ed08 100644
--- a/velocity-engine-examples/pom.xml
+++ b/velocity-engine-examples/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.velocity</groupId>
         <artifactId>velocity-engine-parent</artifactId>
-        <version>2.4-SNAPSHOT</version>
+        <version>2.4</version>
     </parent>
 
     <artifactId>velocity-engine-examples</artifactId>
diff --git a/velocity-engine-scripting/pom.xml b/velocity-engine-scripting/pom.xml
index f2f405a..f12ba2d 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-SNAPSHOT</version>
+        <version>2.4</version>
     </parent>
     <artifactId>velocity-engine-scripting</artifactId>
     <name>Apache Velocity - JSR 223 Scripting</name>