You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2021/09/09 15:13:21 UTC

[turbine-fulcrum-parser] branch master updated: adapted git url, update to parent with git support

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-parser.git


The following commit(s) were added to refs/heads/master by this push:
     new a53e1fd  adapted git url, update to parent with git support
a53e1fd is described below

commit a53e1fd5bafeb2b20d5a115955c947c0db55c657
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Thu Sep 9 17:13:00 2021 +0200

    adapted git url, update to parent with git support
---
 pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7095f11..cf36ec0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.turbine</groupId>
     <artifactId>turbine-parent</artifactId>
-    <version>8</version>
+    <version>9-SNAPSHOT</version>
     <relativePath></relativePath>
   </parent>
 
@@ -35,8 +35,9 @@
   <!-- Required for staging to work -->
   <distributionManagement>
     <site>
-       <id>turbine.apache.org</id>
-       <url>https://turbine.apache.org/fulcrum/fulcrum-parser/</url>
+         <id>apache.website</id>
+         <!-- scmPubUrl should be different for each project. If not defined scmPubUrl uses default value ${project.distributionManagement.site.url} -->
+         <url>scm:git:${turbine.scmPubUrl}</url>
     </site>
   </distributionManagement>
   <scm>
@@ -148,7 +149,7 @@
   </build>
 
    <properties>
-    <turbine.site.path>fulcrum/fulcrum-parser</turbine.site.path>
+    <turbine.site.path>turbine-fulcrum-parser</turbine.site.path>
     <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/parser</turbine.scmPubCheckoutDirectory>
   </properties>