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 bb60b4a5 [maven-release-plugin] prepare for next development iteration
bb60b4a5 is described below
commit bb60b4a53681bab2e2f8bf5a9f5e3ae1bbe76f6d
Author: Georg Kallidis <[email protected]>
AuthorDate: Fri Jan 26 09:51:25 2024 +0100
[maven-release-plugin] prepare for next development iteration
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 322e943f..100e29ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
</parent>
<artifactId>turbine</artifactId>
<name>Apache Turbine</name>
- <version>6.0</version>
+ <version>6.1-SNAPSHOT</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>turbine-6.0-candidate</tag>
+ <tag>HEAD</tag>
</scm>