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 14:22:30 UTC

[turbine-fulcrum-cache] branch master updated: fix pom.xml missing site element

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


The following commit(s) were added to refs/heads/master by this push:
     new ad6c836  fix pom.xml missing site element
ad6c836 is described below

commit ad6c8362dd73c795b31a1feb9010ef60fd66c289
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Tue Sep 21 15:22:02 2021 +0100

    fix pom.xml missing site element
---
 pom.xml | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5ab7384..4aad27f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,12 +32,14 @@
   <description>Fulcrum Cache Service</description>
   <url>http://turbine.apache.org/fulcrum/fulcrum-cache</url>
   
-    <!-- Required for staging to work -->
-    <distributionManagement>
-        <id>apache.website</id>
-      <!-- scmPubUrl should be different for each project. If not defined scmPubUrl uses default value ${project.distributionManagement.site.url} -->
-      <url>scm:git:${turbine.scmPubUrl}</url>
-    </distributionManagement>
+  <!-- Required for staging to work -->
+  <distributionManagement>
+    <site>
+         <id>apache.org</id>
+         <!-- scmPubUrl should be different for each project. If not defined scmPubUrl uses default value ${project.distributionManagement.site.url} -->
+         <url>scm:git:${turbine.scmPubUrl}</url>
+    </site>
+  </distributionManagement>
         
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-cache.git</connection>