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/21 11:39:54 UTC

[turbine-fulcrum-factory] branch master updated: update pom with git repo/github scm url

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


The following commit(s) were added to refs/heads/master by this push:
     new bcca843  update pom with git repo/github scm url
bcca843 is described below

commit bcca843ed334e506611a19ed8db782251d9a9066
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Tue Sep 21 13:39:26 2021 +0200

    update pom with git repo/github scm url
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e97fc35..7d285d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,8 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-factory.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-factory.git</developerConnection>
-    <url>https://gitbox.apache.org/repos/asf/turbine-fulcrum-factory.git</url>
+    <url>https://github.com/apache/${turbine.site.path}/tree/${project.scm.tag}</url>
+    <tag>HEAD</tag>
   </scm>
 
   <developers>
@@ -108,7 +109,7 @@
   </build>
 
   <properties>
-    <turbine.site.path>fulcrum/fulcrum-factory</turbine.site.path>
+    <turbine.site.path>turbine-fulcrum-factory</turbine.site.path>
     <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/factory</turbine.scmPubCheckoutDirectory>
     <turbine.site.cache>${project.build.directory}/turbine-sites</turbine.site.cache>
     <siteContent.path>${project.build.directory}/staging</siteContent.path><!-- default stagingSiteURL -->