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/02/21 12:46:41 UTC

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

Author: jukka
Date: Sat Feb 21 11:46:41 2009
New Revision: 746486

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

Use the new repository manager. Will move this to the higher level
parent POM once everything works smoothly.

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=746486&r1=746485&r2=746486&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Sat Feb 21 11:46:41 2009
@@ -55,6 +55,19 @@
     <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> 
+
   <prerequisites>
     <maven>2.0.9</maven>
   </prerequisites>