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/23 22:48:02 UTC

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

Author: jukka
Date: Mon Feb 23 21:47:58 2009
New Revision: 747151

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

Point snapshots and releases to repository.apache.org.

Modified:
    jackrabbit/parent/trunk/pom.xml

Modified: jackrabbit/parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/parent/trunk/pom.xml?rev=747151&r1=747150&r2=747151&view=diff
==============================================================================
--- jackrabbit/parent/trunk/pom.xml (original)
+++ jackrabbit/parent/trunk/pom.xml Mon Feb 23 21:47:58 2009
@@ -122,6 +122,21 @@
     </pluginManagement>
   </build>
 
+  <distributionManagement>
+    <!-- Account information for deploying artifacts to these repositories -->
+    <!-- is in /pmc/jackrabbit/maven-repository.xml in the private svn.    -->
+    <repository>
+      <id>apache.staging.repository</id>
+      <name>Apache Release Staging Repository</name>
+      <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache.snapshot.repository</id>
+      <name>Apache Development Snapshot Repository</name>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+    </snapshotRepository>
+  </distributionManagement>
+
   <!-- =================================================================== -->
   <!-- M A I L I N G   L I S T S                                           -->
   <!-- =================================================================== -->