aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Brisson <claude@renegat.net>2021-03-03 12:45:14 +0100
committerClaude Brisson <claude@renegat.net>2021-03-03 12:45:14 +0100
commit6f9fd2c2b0c48845287a4b9dd820ddbcc38fd176 (patch)
tree8be7c72af121428c54b924337720273f38cadc93
parent98fb5c96dff4d446f6a9cd650d662899e291c29d (diff)
downloadapache-velocity-engine-6f9fd2c2b0c48845287a4b9dd820ddbcc38fd176.tar.gz
Revert "[maven-release-plugin] prepare release 2.3-RC1"
This reverts commit a9c3432f357b62370992d4698a2f78c97cf484cb.
-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 6f10d96d..924e3582 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
</parent>
<artifactId>velocity-engine-parent</artifactId>
- <version>2.3</version>
+ <version>2.3-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-RC1</tag>
+ <tag>HEAD</tag>
</scm>
<issueManagement>
diff --git a/spring-velocity-support/pom.xml b/spring-velocity-support/pom.xml
index 2a39811e..1f0d1127 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.3-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..c7ea4253 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.3-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..b31bea25 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.3-SNAPSHOT</version>
</parent>
<artifactId>velocity-engine-core</artifactId>
diff --git a/velocity-engine-examples/pom.xml b/velocity-engine-examples/pom.xml
index cbb67f4d..7b07c860 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.3-SNAPSHOT</version>
</parent>
<artifactId>velocity-engine-examples</artifactId>
diff --git a/velocity-engine-scripting/pom.xml b/velocity-engine-scripting/pom.xml
index da39d733..ca9d2301 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.3-SNAPSHOT</version>
</parent>
<artifactId>velocity-engine-scripting</artifactId>
<name>Apache Velocity - JSR 223 Scripting</name>