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/19 15:31:33 UTC

svn commit: r497828 - /geronimo/devtools/eclipse-plugin/branches/1.2.1/assembly/pom.xml

Author: sppatel
Date: Fri Jan 19 06:31:32 2007
New Revision: 497828

URL: http://svn.apache.org/viewvc?view=rev&rev=497828
Log:
fix version mismatch

Modified:
    geronimo/devtools/eclipse-plugin/branches/1.2.1/assembly/pom.xml

Modified: geronimo/devtools/eclipse-plugin/branches/1.2.1/assembly/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/1.2.1/assembly/pom.xml?view=diff&rev=497828&r1=497827&r2=497828
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/1.2.1/assembly/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/1.2.1/assembly/pom.xml Fri Jan 19 06:31:32 2007
@@ -85,7 +85,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.devtools</groupId>
-            <artifactId>org.apache.geronimo.st.v11.core</artifactId>
+            <artifactId>org.apache.geronimo.st.v12.core</artifactId>
             <version>${org.apache.geronimo.st.v12.core_version}</version>
         </dependency>
         <dependency>