This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-archetypes.git
commit a67e5e90a727f7ec2017a97574de9d8803a066cd Author: Georg Kallidis <[email protected]> AuthorDate: Fri Oct 31 14:31:34 2025 +0100 Update torque v7.0 --- pom.xml | 3 +-- src/main/resources/archetype-resources/pom.xml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4fa0472..736a90d 100644 --- a/pom.xml +++ b/pom.xml @@ -159,7 +159,7 @@ <profile> <id>apache-release</id> - <!-- expanindg parent -profile --> + <!-- expanding parent -profile --> <build> <plugins> <plugin> @@ -178,7 +178,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> - <version>3.2.7</version> <executions> <execution> <id>sign-artifacts</id> diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml index b3bd54a..a8b9b54 100644 --- a/src/main/resources/archetype-resources/pom.xml +++ b/src/main/resources/archetype-resources/pom.xml @@ -433,7 +433,7 @@ under the License. <fulcrum.json>2.0.1</fulcrum.json> <fulcrum.cache>2.0.1</fulcrum.cache> <fulcrum.testcontainer>2.0.1</fulcrum.testcontainer> - <torque.version>6.0</torque.version> <!-- stable version is 6.0, 7.0-SNAPSHOT next --> + <torque.version>7.0</torque.version> <!-- stable version --> <turbine.core>7.0</turbine.core> <skipTests>true</skipTests> <docker>false</docker>
