You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2009/03/02 22:56:33 UTC

svn commit: r749448 - /jackrabbit/trunk/jackrabbit-parent/pom.xml

Author: jukka
Date: Mon Mar  2 21:56:32 2009
New Revision: 749448

URL: http://svn.apache.org/viewvc?rev=749448&view=rev
Log:
JCRSITE-11: Prevent accidental release deployments

Update the distributionManagement section to use the repository ids
from the new org.apache:apache:5 parent POM used also in JCRSITE-13.

Modified:
    jackrabbit/trunk/jackrabbit-parent/pom.xml

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=749448&r1=749447&r2=749448&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Mon Mar  2 21:56:32 2009
@@ -55,18 +55,18 @@
     <jetty.version>6.1.14</jetty.version>
   </properties>
 
-  <distributionManagement> 
-    <repository> 
-      <id>apache.staging</id> 
-      <name>Apache Release Staging Repository</name> 
-      <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> 
-    </repository> 
-    <snapshotRepository> 
-      <id>apache.snapshots</id> 
-      <name>Apache Development Snapshot Repository</name> 
-      <url>https://repository.apache.org/content/repositories/snapshots</url> 
-    </snapshotRepository> 
-  </distributionManagement> 
+  <distributionManagement>
+    <repository>
+      <id>apache.releases.https</id>
+      <name>Apache Release Distribution Repository</name>
+      <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache.snapshots.https</id>
+      <name>Apache Development Snapshot Repository</name>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+    </snapshotRepository>
+  </distributionManagement>
 
   <prerequisites>
     <maven>2.0.9</maven>