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 b00d1fb [maven-release-plugin] prepare for next development iteration
b00d1fb is described below
commit b00d1fb41ba858393288619773e721dfa7f71055
Author: Georg Kallidis <[email protected]>
AuthorDate: Tue Nov 23 13:58:44 2021 +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 c79c378..442b07c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
</parent>
<artifactId>turbine</artifactId>
<name>Apache Turbine</name>
- <version>5.1</version>
+ <version>5.2-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
@@ -484,7 +484,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-5.1-candidate</tag>
+ <tag>HEAD</tag>
</scm>