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
commit 20cd934053d8162c9aafc6a6d43440a6688ae89a Author: Georg Kallidis <[email protected]> AuthorDate: Fri Jan 26 09:02:41 2024 +0100 Reset to turbine-6.0-SNAPSHOT again --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 993f187e..632375e9 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ </parent> <artifactId>turbine</artifactId> <name>Apache Turbine</name> - <version>6.1-SNAPSHOT</version> + <version>6.0-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</tag> + <tag>HEAD</tag> </scm>
