aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Brisson <claude@renegat.net>2021-03-03 12:44:31 +0100
committerClaude Brisson <claude@renegat.net>2021-03-03 12:44:31 +0100
commit98fb5c96dff4d446f6a9cd650d662899e291c29d (patch)
treeda44701195c6773cc6eb3ba6d7a0b2e939be4763
parent29f9e32167a0fe66d2f6ca6ce1d3dc394a977db8 (diff)
downloadapache-velocity-engine-98fb5c96dff4d446f6a9cd650d662899e291c29d.tar.gz
Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit 29f9e32167a0fe66d2f6ca6ce1d3dc394a977db8.
-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 4432c60c..6f10d96d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
</parent>
<artifactId>velocity-engine-parent</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3</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>HEAD</tag>
+ <tag>2.3-RC1</tag>
</scm>
<issueManagement>
diff --git a/spring-velocity-support/pom.xml b/spring-velocity-support/pom.xml
index f8e3fbc2..2a39811e 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.3</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 72c6ab73..49f712b6 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.3</version>
</parent>
<artifactId>velocity-custom-parser-example</artifactId>
diff --git a/velocity-engine-core/pom.xml b/velocity-engine-core/pom.xml
index bec9c9a5..8dac9d0d 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.3</version>
</parent>
<artifactId>velocity-engine-core</artifactId>
diff --git a/velocity-engine-examples/pom.xml b/velocity-engine-examples/pom.xml
index cff04136..cbb67f4d 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-SNAPSHOT</version>
+ <version>2.3</version>
</parent>
<artifactId>velocity-engine-examples</artifactId>
diff --git a/velocity-engine-scripting/pom.xml b/velocity-engine-scripting/pom.xml
index 1c6eaf9f..da39d733 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.3</version>
</parent>
<artifactId>velocity-engine-scripting</artifactId>
<name>Apache Velocity - JSR 223 Scripting</name>