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-fulcrum-localization.git
commit d15901ac21e291e3e27336b09f9d077be6c2e8b7 Author: Georg Kallidis <[email protected]> AuthorDate: Mon Jan 10 14:25:37 2022 +0100 Update Turbine Parent 11, remove duplicate URL. --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 064dd38..d40444a 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>turbine-parent</artifactId> <groupId>org.apache.turbine</groupId> - <version>9</version> + <version>11</version> <relativePath /><!-- ignore default value --> </parent> @@ -36,7 +36,6 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-localization.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-localization.git</developerConnection> - <url>https://gitbox.apache.org/repos/asf/turbine-fulcrum-localization.git</url> <url>https://github.com/apache/turbine-fulcrum-localization/tree/${project.scm.tag}</url> <tag>HEAD</tag> </scm>
