You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by pa...@apache.org on 2019/05/21 02:09:59 UTC

svn commit: r1859597 - /turbine/fulcrum/tags/fulcrum-crypto-1.0.8/pom.xml

Author: painter
Date: Tue May 21 02:09:59 2019
New Revision: 1859597

URL: http://svn.apache.org/viewvc?rev=1859597&view=rev
Log:
Update tag for publishing

Modified:
    turbine/fulcrum/tags/fulcrum-crypto-1.0.8/pom.xml

Modified: turbine/fulcrum/tags/fulcrum-crypto-1.0.8/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-crypto-1.0.8/pom.xml?rev=1859597&r1=1859596&r2=1859597&view=diff
==============================================================================
--- turbine/fulcrum/tags/fulcrum-crypto-1.0.8/pom.xml (original)
+++ turbine/fulcrum/tags/fulcrum-crypto-1.0.8/pom.xml Tue May 21 02:09:59 2019
@@ -31,11 +31,19 @@
   <inceptionYear>2005</inceptionYear>
   <description>Fulcrum Crypto Service</description>
   <url>http://turbine.apache.org/fulcrum/fulcrum-crypto</url>
+  
+  <!-- Required for staging to work -->
+    <distributionManagement>
+        <site>
+            <id>turbine.apache.org</id>
+            <url>https://turbine.apache.org/fulcrum/fulcrum-crypto/</url>
+        </site>
+    </distributionManagement>
 		
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-crypto-1.0.8</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-crypto-1.0.8</developerConnection>
-    <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-crypto-1.0.8</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/crypto/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/crypto/</developerConnection>
+    <url>http://svn.apache.org/viewvc/turbine/fulcrum/trunk/crypto/</url>
   </scm>
 
   <developers>
@@ -98,6 +106,9 @@
 	
   <properties>
     <turbine.site.path>fulcrum/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 -->
   </properties>  
     
 </project>