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 10:11:11 UTC

[turbine-fulcrum-crypto] branch master updated: fix pom with git changes

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


The following commit(s) were added to refs/heads/master by this push:
     new 5e87f3e  fix pom with git changes
5e87f3e is described below

commit 5e87f3ee44f0a242b25b7ea757a4d0174699e86e
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Tue Sep 21 12:09:15 2021 +0200

    fix pom with git changes
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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