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 2007/01/22 19:51:28 UTC

svn commit: r498744 - in /geronimo/devtools/eclipse-plugin/branches/1.2.1: maven-plugins/maven-geronimodevtools-plugin/pom.xml pom.xml

Author: sppatel
Date: Mon Jan 22 10:51:28 2007
New Revision: 498744

URL: http://svn.apache.org/viewvc?view=rev&rev=498744
Log:
rid of legacy repo

Modified:
    geronimo/devtools/eclipse-plugin/branches/1.2.1/maven-plugins/maven-geronimodevtools-plugin/pom.xml
    geronimo/devtools/eclipse-plugin/branches/1.2.1/pom.xml

Modified: geronimo/devtools/eclipse-plugin/branches/1.2.1/maven-plugins/maven-geronimodevtools-plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/1.2.1/maven-plugins/maven-geronimodevtools-plugin/pom.xml?view=diff&rev=498744&r1=498743&r2=498744
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/1.2.1/maven-plugins/maven-geronimodevtools-plugin/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/1.2.1/maven-plugins/maven-geronimodevtools-plugin/pom.xml Mon Jan 22 10:51:28 2007
@@ -77,9 +77,9 @@
             <version>1.0-alpha-3</version>
         </dependency>
         <dependency>
-            <groupId>eclipse</groupId>
-            <artifactId>org.eclipse.osgi</artifactId>
-            <version>3.2.0</version>
+            <groupId>org.eclipse</groupId>
+            <artifactId>osgi</artifactId>
+            <version>3.2.1.R32x_v20060919</version>
         </dependency>
     </dependencies>
 </project>

Modified: geronimo/devtools/eclipse-plugin/branches/1.2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/1.2.1/pom.xml?view=diff&rev=498744&r1=498743&r2=498744
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/1.2.1/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/1.2.1/pom.xml Mon Jan 22 10:51:28 2007
@@ -199,10 +199,9 @@
             </releases>
         </repository>
         <repository>
-            <id>maven1-sppatel</id>
+            <id>sppatel</id>
             <name>sppatel Repository on Apache</name>
-            <url>http://people.apache.org/~sppatel/repository</url>
-            <layout>legacy</layout>
+            <url>http://people.apache.org/~sppatel/maven/repository/</url>
             <snapshots>
                 <enabled>false</enabled>
             </snapshots>