You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2008/03/20 14:05:05 UTC

svn commit: r639278 - /maven/archiva/branches/archiva-1.0.x/pom.xml

Author: brett
Date: Thu Mar 20 06:05:05 2008
New Revision: 639278

URL: http://svn.apache.org/viewvc?rev=639278&view=rev
Log:
remove the jpox repo, it's on central now

Modified:
    maven/archiva/branches/archiva-1.0.x/pom.xml

Modified: maven/archiva/branches/archiva-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/branches/archiva-1.0.x/pom.xml?rev=639278&r1=639277&r2=639278&view=diff
==============================================================================
--- maven/archiva/branches/archiva-1.0.x/pom.xml (original)
+++ maven/archiva/branches/archiva-1.0.x/pom.xml Thu Mar 20 06:05:05 2008
@@ -882,12 +882,4 @@
       <url>${siteBaseDeployment}/ref/${project.version}</url>
     </site>
   </distributionManagement>
-  <repositories>
-    <repository>
-      <id>jpox.repository</id>
-      <name>JPOX Repository</name>
-      <url>http://www.jpox.org/downloads/maven</url>
-      <layout>legacy</layout>
-    </repository>
-  </repositories>
 </project>