You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2011/11/22 05:31:35 UTC

svn commit: r1204813 - /incubator/npanday/trunk/pom.xml

Author: brett
Date: Tue Nov 22 05:31:34 2011
New Revision: 1204813

URL: http://svn.apache.org/viewvc?rev=1204813&view=rev
Log:
updated repositories

Modified:
    incubator/npanday/trunk/pom.xml

Modified: incubator/npanday/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1204813&r1=1204812&r2=1204813&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Tue Nov 22 05:31:34 2011
@@ -53,8 +53,27 @@ under the License.
         <enabled>false</enabled>
       </snapshots>
     </repository>
+    <repository>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <id>npanday.snapshots</id>
+      <name>NPanday Snapshot Repository</name>
+      <url>http://vmbuild.apache.org/archiva/repository/npanday-snapshots</url>
+    </repository>
   </repositories>
 
+  <pluginRepositories>
+    <pluginRepository>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <id>npanday.snapshots</id>
+      <name>NPanday Snapshot Repository</name>
+      <url>http://vmbuild.apache.org/archiva/repository/npanday-snapshots</url>
+    </pluginRepository>
+  </pluginRepositories>
+
   <mailingLists> 
     <mailingList> 
       <name>NPanday Developers List</name>  
@@ -634,12 +653,12 @@ under the License.
   </profiles>
   <distributionManagement>
     <repository>
-      <id>vmbuild.staging</id>
-      <url>http://vmbuild.apache.org/archiva/repository/staged-npanday/</url>
+      <id>vmbuild.releases</id>
+      <url>http://vmbuild.apache.org/archiva/repository/npanday-releases/</url>
     </repository>
     <snapshotRepository>
       <id>vmbuild.snapshots</id>
-      <url>http://repo.npanday.org/archiva/repository/npanday-snapshots/</url>
+      <url>http://vmbuild.apache.org/archiva/repository/npanday-snapshots/</url>
     </snapshotRepository>
   </distributionManagement>
 </project>