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


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

commit 8a18326b3a5c9b4fe87dfd0465bb070dbdb8417b
Author: Claude Brisson <[email protected]>
AuthorDate: Sat Feb 27 21:19:03 2021 +0100

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml                                                          | 4 ++--
 velocity-tools-examples/pom.xml                                  | 2 +-
 velocity-tools-examples/velocity-tools-examples-showcase/pom.xml | 2 +-
 velocity-tools-examples/velocity-tools-examples-simple/pom.xml   | 2 +-
 velocity-tools-generic/pom.xml                                   | 2 +-
 velocity-tools-view-jsp/pom.xml                                  | 2 +-
 velocity-tools-view/pom.xml                                      | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index db66435..f0e216d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
   <groupId>org.apache.velocity.tools</groupId>
   <artifactId>velocity-tools-parent</artifactId>
-  <version>3.1</version>
+  <version>3.2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>VelocityTools</name>
@@ -60,7 +60,7 @@
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/velocity-tools.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/velocity-tools.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=velocity-tools.git</url>
-    <tag>3.1-RC1</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
diff --git a/velocity-tools-examples/pom.xml b/velocity-tools-examples/pom.xml
index 837f608..d7d228e 100644
--- a/velocity-tools-examples/pom.xml
+++ b/velocity-tools-examples/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.velocity.tools</groupId>
     <artifactId>velocity-tools-parent</artifactId>
-    <version>3.1</version>
+    <version>3.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>velocity-tools-examples</artifactId>
diff --git a/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml 
b/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
index 318b817..174eac4 100644
--- a/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
+++ b/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.velocity.tools</groupId>
     <artifactId>velocity-tools-examples</artifactId>
-    <version>3.1</version>
+    <version>3.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>velocity-tools-examples-showcase</artifactId>
diff --git a/velocity-tools-examples/velocity-tools-examples-simple/pom.xml 
b/velocity-tools-examples/velocity-tools-examples-simple/pom.xml
index 0f13bc0..d184c41 100644
--- a/velocity-tools-examples/velocity-tools-examples-simple/pom.xml
+++ b/velocity-tools-examples/velocity-tools-examples-simple/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.velocity.tools</groupId>
     <artifactId>velocity-tools-examples</artifactId>
-    <version>3.1</version>
+    <version>3.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>velocity-tools-examples-simple</artifactId>
diff --git a/velocity-tools-generic/pom.xml b/velocity-tools-generic/pom.xml
index a1d7805..97a2c56 100644
--- a/velocity-tools-generic/pom.xml
+++ b/velocity-tools-generic/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.velocity.tools</groupId>
     <artifactId>velocity-tools-parent</artifactId>
-    <version>3.1</version>
+    <version>3.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>velocity-tools-generic</artifactId>
diff --git a/velocity-tools-view-jsp/pom.xml b/velocity-tools-view-jsp/pom.xml
index 930e091..942a26e 100644
--- a/velocity-tools-view-jsp/pom.xml
+++ b/velocity-tools-view-jsp/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.velocity.tools</groupId>
     <artifactId>velocity-tools-parent</artifactId>
-    <version>3.1</version>
+    <version>3.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>velocity-tools-view-jsp</artifactId>
diff --git a/velocity-tools-view/pom.xml b/velocity-tools-view/pom.xml
index 8138b59..58a5c5d 100644
--- a/velocity-tools-view/pom.xml
+++ b/velocity-tools-view/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.velocity.tools</groupId>
     <artifactId>velocity-tools-parent</artifactId>
-    <version>3.1</version>
+    <version>3.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>velocity-tools-view</artifactId>

Reply via email to