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/15 13:15:38 UTC

[turbine-fulcrum-site] branch master updated: adapt pom.xml for git scm

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


The following commit(s) were added to refs/heads/master by this push:
     new 90e99aa  adapt pom.xml for git scm
90e99aa is described below

commit 90e99aa38431c4da369e8a7467596066a727d062
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Wed Sep 15 14:15:11 2021 +0100

    adapt pom.xml for git scm
---
 pom.xml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index abe9b91..6357a49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
   	<artifactId>turbine-parent</artifactId>
   	<groupId>org.apache.turbine</groupId>
-  	<version>8</version>
+  	<version>9-SNAPSHOT</version>
   </parent>
   
   <groupId>org.apache.fulcrum</groupId>
@@ -42,18 +42,17 @@
     a release of the fulcrum-parent POM.
   -->
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/site</connection>
-    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/site</developerConnection>
-    <url>http://svn.apache.org/viewvc/turbine/fulcrum/trunk/site</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-site.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-site.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf/turbine-fulcrum-site.git</url>
   </scm>
   
       <!-- Required for staging to work -->
+    <!-- distributionManagement id and url defined in parent, adapt turbine.site.path -->
      <distributionManagement>
-    <site>
-        <id>turbine.apache.org</id>
-        <name>Fulcrum Subproject Main Website</name>
-        <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/turbine/content/fulcrum/</url>
-      </site>    
+        <site>
+            <name>Fulcrum Subproject Main Website</name>
+          </site>    
      </distributionManagement> 
   
   <mailingLists>
@@ -222,9 +221,10 @@
         <artifactId>maven-scm-publish-plugin</artifactId>
         <configuration>
           <content>${siteContent.path}</content>
-          <pubScmUrl>scm:svn:${turbine.scmPubUrl}</pubScmUrl>
+          <pubScmUrl>scm:git:${turbine.scmPubUrl}</pubScmUrl>
           <checkoutDirectory>${turbine.scmPubCheckoutDirectory}</checkoutDirectory>
           <tryUpdate>true</tryUpdate>
+          <scmBranch>asf-site</scmBranch>
           <!--dryRun>true</dryRun-->
           <skipDeletedFiles>true</skipDeletedFiles>
           <ignorePathsToDelete>
@@ -299,7 +299,7 @@
   </reporting>
   
   <properties>
-   <turbine.site.path>fulcrum</turbine.site.path>
+   <turbine.site.path>turbine-fulcrum-site</turbine.site.path>
    <turbine.site.cache>${project.build.directory}/fulcrum-sites</turbine.site.cache>
    <siteContent.path>${project.build.directory}/staging</siteContent.path>
    <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/site</turbine.scmPubCheckoutDirectory>