You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2006/04/26 04:23:08 UTC

svn commit: r397059 - /geronimo/devtools/eclipse-plugin/trunk/pom.xml

Author: sppatel
Date: Tue Apr 25 19:23:04 2006
New Revision: 397059

URL: http://svn.apache.org/viewcvs?rev=397059&view=rev
Log:
build not picking up 1.1 snapshots causing runtime issues

Modified:
    geronimo/devtools/eclipse-plugin/trunk/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/pom.xml?rev=397059&r1=397058&r2=397059&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/pom.xml Tue Apr 25 19:23:04 2006
@@ -162,7 +162,7 @@
       <snapshots>
         <enabled>true</enabled>
       </snapshots>
-      <id>Apache CVS</id>
+      <id>maven2-apache-cvs</id>
       <name>Apache CVS of the Central Repository</name>
       <url>http://cvs.apache.org/maven-snapshot-repository</url>
     </repository>
@@ -175,7 +175,11 @@
       <url>http://snapshots.maven.codehaus.org/maven2</url>
     </repository>
     <repository>
-      <id>apache-cvs</id>
+      <snapshots>
+        <enabled>true</enabled>
+        <updatePolicy>always</updatePolicy>
+      </snapshots>
+      <id>maven1-apache-cvs</id>
       <name>Apache CVS Repository</name>
       <url>http://cvs.apache.org/repository</url>
       <layout>legacy</layout>
@@ -187,7 +191,7 @@
       <layout>legacy</layout>
     </repository>
     <repository>
-      <id>sppatel</id>
+      <id>maven1-sppatel</id>
       <name>sppatel Repository on Apache</name>
       <url>http://people.apache.org/~sppatel/repository</url>
       <layout>legacy</layout>