Bump engine to 2.6-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 130ac0b..6057874 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>velocity-engine-parent</artifactId>
-    <version>2.5</version>
+    <version>2.6-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.5</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <issueManagement>
diff --git a/pom.xml.versionsBackup b/pom.xml.versionsBackup
index a2dfad3..93a0585 100644
--- a/pom.xml.versionsBackup
+++ b/pom.xml.versionsBackup
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>velocity-engine-parent</artifactId>
-    <version>2.5</version>
+    <version>2.6-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</tag>
+        <tag>2.5</tag>
     </scm>
 
     <issueManagement>
diff --git a/spring-velocity-support/pom.xml b/spring-velocity-support/pom.xml
index 7633846..9ef38ec 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.5</version>
+        <version>2.6-SNAPSHOT</version>
     </parent>
     <artifactId>spring-velocity-support</artifactId>
     <name>Spring framework Velocity support</name>
diff --git a/spring5-velocity-support/pom.xml b/spring5-velocity-support/pom.xml
index 3b18458..136bda8 100644
--- a/spring5-velocity-support/pom.xml
+++ b/spring5-velocity-support/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.velocity</groupId>
         <artifactId>velocity-engine-parent</artifactId>
-        <version>2.5</version>
+        <version>2.6-SNAPSHOT</version>
     </parent>
     <artifactId>spring5-velocity-support</artifactId>
     <name>Spring 5 framework Velocity support</name>
diff --git a/velocity-custom-parser-example/pom.xml b/velocity-custom-parser-example/pom.xml
index 302aeef..168696c 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.5</version>
+        <version>2.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>velocity-custom-parser-example</artifactId>
diff --git a/velocity-engine-core/pom.xml b/velocity-engine-core/pom.xml
index 5f4045f..eab6827 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.5</version>
+        <version>2.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>velocity-engine-core</artifactId>
diff --git a/velocity-engine-examples/pom.xml b/velocity-engine-examples/pom.xml
index 06be5b3..45604dd 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.5</version>
+        <version>2.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>velocity-engine-examples</artifactId>
diff --git a/velocity-engine-scripting/pom.xml b/velocity-engine-scripting/pom.xml
index 6a51376..584981f 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.5</version>
+        <version>2.6-SNAPSHOT</version>
     </parent>
     <artifactId>velocity-engine-scripting</artifactId>
     <name>Apache Velocity - JSR 223 Scripting</name>