This is an automated email from the ASF dual-hosted git repository.
gk pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/turbine-core.git
The following commit(s) were added to refs/heads/trunk by this push:
new 41cb8a17 [maven-release-plugin] prepare release turbine-6.0-candidate
41cb8a17 is described below
commit 41cb8a1716b5245a55c6164ea19f6a8ec47f6231
Author: Georg Kallidis <[email protected]>
AuthorDate: Fri Jan 26 09:51:15 2024 +0100
[maven-release-plugin] prepare release turbine-6.0-candidate
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 632375e9..322e943f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
</parent>
<artifactId>turbine</artifactId>
<name>Apache Turbine</name>
- <version>6.0-SNAPSHOT</version>
+ <version>6.0</version>
<description>Turbine is a servlet based framework that allows experienced
Java
developers to quickly build secure web applications. Parts of Turbine
can also be used independently of the web portion of Turbine as
@@ -485,7 +485,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-core.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-core.git</developerConnection>
<url>https://github.com/apache/${turbine.site.path}/tree/${project.scm.tag}</url>
- <tag>HEAD</tag>
+ <tag>turbine-6.0-candidate</tag>
</scm>