This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to annotated tag turbine-6.0 in repository https://gitbox.apache.org/repos/asf/turbine-core.git
commit 8e19909bbab73d5e7c81bb2a83ee9177a3808df1 Author: Georg Kallidis <[email protected]> AuthorDate: Fri Jan 19 14:07:45 2024 +0100 [maven-release-plugin] prepare release turbine-6.0 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f6ef0d78..b95fa36b 100644 --- a/pom.xml +++ b/pom.xml @@ -23,11 +23,11 @@ <groupId>org.apache.turbine</groupId> <artifactId>turbine-parent</artifactId> <version>12</version> - <relativePath/> + <relativePath /> </parent> <artifactId>turbine</artifactId> <name>Apache Turbine</name> - <version>5.2-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</tag> </scm>
