aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Osipov <michaelo@apache.org>2024-02-18 11:48:17 +0100
committerMichael Osipov <michaelo@apache.org>2024-02-18 11:48:17 +0100
commit3987078ad7af781d5e6e438b65da852d3e589ade (patch)
treea1d1278bca8b1e13d93bc4e37c23bf56624b1a2a
parentfe2cda32a92dfb239257ce42fea3bff4fcdeebb9 (diff)
downloadapache-velocity-engine-3987078ad7af781d5e6e438b65da852d3e589ade.tar.gz
[maven-release-plugin] prepare release 2.4.1
-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 092c56e1..5414bd0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
</parent>
<artifactId>velocity-engine-parent</artifactId>
- <version>2.5-SNAPSHOT</version>
+ <version>2.4.1</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>HEAD</tag>
+ <tag>2.4.1</tag>
</scm>
<issueManagement>
diff --git a/spring-velocity-support/pom.xml b/spring-velocity-support/pom.xml
index 008cdf04..48547aec 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-SNAPSHOT</version>
+ <version>2.4.1</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 454d1088..2539ecc9 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-SNAPSHOT</version>
+ <version>2.4.1</version>
</parent>
<artifactId>velocity-custom-parser-example</artifactId>
diff --git a/velocity-engine-core/pom.xml b/velocity-engine-core/pom.xml
index 988f0bd5..894e88be 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-SNAPSHOT</version>
+ <version>2.4.1</version>
</parent>
<artifactId>velocity-engine-core</artifactId>
diff --git a/velocity-engine-examples/pom.xml b/velocity-engine-examples/pom.xml
index 11c58737..480de2e6 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.5-SNAPSHOT</version>
+ <version>2.4.1</version>
</parent>
<artifactId>velocity-engine-examples</artifactId>
diff --git a/velocity-engine-scripting/pom.xml b/velocity-engine-scripting/pom.xml
index 144316f1..b1ff585a 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-SNAPSHOT</version>
+ <version>2.4.1</version>
</parent>
<artifactId>velocity-engine-scripting</artifactId>
<name>Apache Velocity - JSR 223 Scripting</name>