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/14 07:44:20 UTC

[turbine-fulcrum-intake] branch master updated: Update pom.xml aligned for new 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-intake.git


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

commit d497383404d5f12ed729eef19d1f37797f25ac2c
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Tue Sep 14 08:43:50 2021 +0100

    Update pom.xml aligned for new git scm
---
 pom.xml | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5d07f49..0b7c4fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,8 +19,8 @@
   <parent>
     <groupId>org.apache.turbine</groupId>
     <artifactId>turbine-parent</artifactId>
-    <version>8</version>
-    <relativePath></relativePath>
+    <version>9-SNAPSHOT</version>
+    <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -30,14 +30,16 @@
   <name>Fulcrum Intake Service</name>
   <inceptionYear>2005</inceptionYear>
   <description>This Service provides rule-based input validation</description>
-  <url>http://turbine.apache.org/fulcrum/fulcrum-intake</url>
+  <url>https://turbine.apache.org/fulcrum/fulcrum-intake</url>
 
   <!-- Required for staging to work -->
   <distributionManagement>
-    <site>
-       <id>turbine.apache.org</id>
-       <url>https://turbine.apache.org/fulcrum/fulcrum-intake/</url>
-    </site>
+       <site>
+        <id>apache.website</id>
+        <!-- scmPubUrl uses turbine.site.path
+        If not defined scmPubUrl uses default value ${project.distributionManagement.site.url} -->
+        <url>scm:git:${turbine.scmPubUrl}</url>
+      </site>
   </distributionManagement>
 		
   <scm>
@@ -178,7 +180,7 @@
   </build>
 
   <properties>
-    <turbine.site.path>fulcrum/fulcrum-intake</turbine.site.path>
+    <turbine.site.path>turbine-fulcrum-intake</turbine.site.path>
     <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/intake</turbine.scmPubCheckoutDirectory>
     <turbine.site.cache>${project.build.directory}/turbine-sites</turbine.site.cache>
     <siteContent.path>${project.build.directory}/staging</siteContent.path><!-- default stagingSiteURL -->