aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Brisson <claude@renegat.net>2021-03-03 13:12:39 +0100
committerClaude Brisson <claude@renegat.net>2021-03-03 13:12:39 +0100
commit1daf16682e6da9940ad8cbd89c36f07d5c1baad3 (patch)
tree4cc3a8f03e48e3fedf8f4d0fcb0e80cbeb21d85f
parent9cd6c031f9a2b36b6c922b9f86c3034b822e8870 (diff)
downloadapache-velocity-engine-1daf16682e6da9940ad8cbd89c36f07d5c1baad3.tar.gz
[maven-release-plugin] prepare for next development iteration
-rw-r--r--pom.xml4
-rw-r--r--spring-velocity-support/pom.xml2
-rw-r--r--velocity-custom-parser-example/pom.xml2
-rw-r--r--velocity-engine-core/pom.xml2
-rw-r--r--velocity-engine-examples/pom.xml2
-rw-r--r--velocity-engine-scripting/pom.xml2
6 files changed, 7 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index edab8b66..4432c60c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
</parent>
<artifactId>velocity-engine-parent</artifactId>
- <version>2.3</version>
+ <version>2.4-SNAPSHOT</version>
<name>Apache Velocity</name>
<url>http://velocity.apache.org/engine/devel/</url>
@@ -222,7 +222,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.3-RC2</tag>
+ <tag>HEAD</tag>
</scm>
<issueManagement>
diff --git a/spring-velocity-support/pom.xml b/spring-velocity-support/pom.xml
index 2a39811e..f8e3fbc2 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.3</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 49f712b6..72c6ab73 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.3</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 8dac9d0d..bec9c9a5 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.3</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 cbb67f4d..cff04136 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.3</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 da39d733..1c6eaf9f 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.3</version>
+ <version>2.4-SNAPSHOT</version>
</parent>
<artifactId>velocity-engine-scripting</artifactId>
<name>Apache Velocity - JSR 223 Scripting</name>