You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-commits@incubator.apache.org by th...@apache.org on 2009/10/20 21:46:38 UTC

svn commit: r827812 - /incubator/droids/trunk/pom.xml

Author: thorsten
Date: Tue Oct 20 21:46:38 2009
New Revision: 827812

URL: http://svn.apache.org/viewvc?rev=827812&view=rev
Log:
DROIDS-65 Add Droids to ASF Maven repository. 

Modified:
    incubator/droids/trunk/pom.xml

Modified: incubator/droids/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/pom.xml?rev=827812&r1=827811&r2=827812&view=diff
==============================================================================
--- incubator/droids/trunk/pom.xml (original)
+++ incubator/droids/trunk/pom.xml Tue Oct 20 21:46:38 2009
@@ -237,7 +237,7 @@
     <repository>
       <id>org.apache.people</id>
       <name>Apache Snapshot Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+      <url>http://repository.apache.org/snapshots</url>
       <snapshots>
         <enabled>true</enabled>
       </snapshots>
@@ -246,7 +246,16 @@
       </releases>
     </repository>
   </repositories>
+  
+  <distributionManagement>
+      <snapshotRepository>
+        <id>org.apache.people</id>
+        <name>Snapshot Repository</name>
+        <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+      </snapshotRepository>
+  </distributionManagement>
 
+  
   <modules>
     <module>droids-norobots</module>
     <module>droids-core</module>