You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by ha...@apache.org on 2019/10/23 20:54:08 UTC

[clerezza] branch master updated: CLEREZZA-1049: Update parent pom.xml to inherit distributionManagement from org.apache.apache

This is an automated email from the ASF dual-hosted git repository.

hasan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/clerezza.git


The following commit(s) were added to refs/heads/master by this push:
     new 59b1d1b  CLEREZZA-1049: Update parent pom.xml to inherit distributionManagement from org.apache.apache
59b1d1b is described below

commit 59b1d1bd82fe4b88e6c2661d73a534681a6ea69f
Author: Hasan <ha...@apache.org>
AuthorDate: Wed Oct 23 22:53:05 2019 +0200

    CLEREZZA-1049: Update parent pom.xml to inherit distributionManagement from org.apache.apache
---
 parent/pom.xml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index dfda781..f5cae6c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -561,18 +561,19 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
+    <!-- inherit from org.apache.apache
     <distributionManagement>
-        <!-- where to deploy the web site -->
-        <!-- <site>
+        *** where to deploy the web site *** we may want to specify this later ***
+        <site>
             <id></id>
             <url></url>
-        </site> -->
+        </site>
 
-        <!-- where to deploy the artifacts -->
+        *** where to deploy the artifacts *** should be inherited from org.apache.apache
         <repository>
             <id>apache.releases.https</id>
             <name>Apache Release Distribution Repository</name>
-            <url>https://repository.apache.org/content/repositories/releases/</url>
+            <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
         </repository>
         <snapshotRepository>
             <id>apache.snapshots.https</id>
@@ -580,7 +581,7 @@
             <url>https://repository.apache.org/content/repositories/snapshots/</url>
         </snapshotRepository>
     </distributionManagement>
-
+    -->
     <issueManagement>
         <system>Jira</system>
         <url>https://issues.apache.org/jira/projects/CLEREZZA</url>