This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to annotated tag turbine-webapp-7.0 in repository https://gitbox.apache.org/repos/asf/turbine-archetypes.git
commit 7dfd454e6745372b5a3cd985ad8f3430290e907d Author: Georg Kallidis <[email protected]> AuthorDate: Fri Nov 28 14:16:49 2025 +0100 [maven-release-plugin] prepare release turbine-webapp-7.0 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7e2487f..55ade5d 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <relativePath /> </parent> <artifactId>turbine-webapp</artifactId> - <version>7.0-SNAPSHOT</version> + <version>7.0</version> <packaging>maven-archetype</packaging> <name>Archetype - Turbine 7.0 WebApp</name> @@ -40,7 +40,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-archetypes.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-archetypes.git</developerConnection> <url>scm:git:https://gitbox.apache.org/repos/asf/turbine-archetypes.git</url> - <tag>HEAD</tag> + <tag>turbine-webapp-7.0</tag> </scm> <!-- Required for staging to work --> <distributionManagement> @@ -53,7 +53,7 @@ <properties> <docker>false</docker> <app_volume_local_repo>not_used</app_volume_local_repo> - <project.build.outputTimestamp>10</project.build.outputTimestamp> + <project.build.outputTimestamp>1764335708</project.build.outputTimestamp> <!-- defaults just for archetype --> <turbine_database_url>jdbc:mysql://localhost:3306/</turbine_database_url> <turbine_database_driver>com.mysql.cj.jdbc.Driver</turbine_database_driver>
