You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2009/04/15 12:05:13 UTC

svn commit: r765108 - /felix/trunk/pom/pom.xml

Author: mcculls
Date: Wed Apr 15 10:05:13 2009
New Revision: 765108

URL: http://svn.apache.org/viewvc?rev=765108&view=rev
Log:
FELIX-1029: apply changes in preparation for using Nexus to release artifacts

Modified:
    felix/trunk/pom/pom.xml

Modified: felix/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/pom/pom.xml?rev=765108&r1=765107&r2=765108&view=diff
==============================================================================
--- felix/trunk/pom/pom.xml (original)
+++ felix/trunk/pom/pom.xml Wed Apr 15 10:05:13 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>4</version>
+    <version>5</version>
   </parent>
 
   <groupId>org.apache.felix</groupId>
@@ -237,20 +237,13 @@
       <id>felix website</id>
       <url>file:///${user.dir}/target/site-deployed/</url>
     </site>
-    <repository>
-      <id>apache.releases</id>
-      <name>Apache Release Distribution Repository</name>
-      <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-    </repository>
   </distributionManagement>
 
   <pluginRepositories>
     <pluginRepository>
       <id>apache.snapshots</id>
       <name>snapshot plugins</name>
-      <url>
-        http://people.apache.org/repo/m2-snapshot-repository
-      </url>
+      <url>http://repository.apache.org/snapshots</url>
       <releases>
         <enabled>false</enabled>
       </releases>