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


The following commit(s) were added to refs/heads/master by this push:
     new 86902a7  set path to generate pubscmurl to git repo name, supported 
since parent 9
86902a7 is described below

commit 86902a784df601c1202f4c95aba40dbc552000e0
Author: Georg Kallidis <[email protected]>
AuthorDate: Thu Sep 9 15:31:38 2021 +0100

    set path to generate pubscmurl to git repo name, supported since parent 9
---
 pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index b2293ca..5ab7384 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,10 +34,9 @@
   
     <!-- Required for staging to work -->
     <distributionManagement>
-        <site>
-            <id>turbine.apache.org</id>
-            <url>https://turbine.apache.org/fulcrum/fulcrum-cache/</url>
-        </site>
+        <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>
     </distributionManagement>
         
   <scm>
@@ -148,7 +147,7 @@
   </build>
 
   <properties>
-    <turbine.site.path>fulcrum/fulcrum-cache</turbine.site.path>
+    <turbine.site.path>turbine-fulcrum-cache</turbine.site.path>
     
<turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/cache</turbine.scmPubCheckoutDirectory>
   </properties>
 

Reply via email to