You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/04/15 19:33:14 UTC

svn commit: r648350 - /geronimo/devtools/eclipse-plugin/branches/2.0.1/pom.xml

Author: dwoods
Date: Tue Apr 15 10:33:09 2008
New Revision: 648350

URL: http://svn.apache.org/viewvc?rev=648350&view=rev
Log:
upgrade to released devtools/maven-plugins

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

Modified: geronimo/devtools/eclipse-plugin/branches/2.0.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.0.1/pom.xml?rev=648350&r1=648349&r2=648350&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.0.1/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.0.1/pom.xml Tue Apr 15 10:33:09 2008
@@ -142,7 +142,7 @@
                 <plugin>
                     <groupId>org.apache.geronimo.devtools</groupId>
                     <artifactId>maven-eclipsepde-plugin</artifactId>
-                    <version>1.0-SNAPSHOT</version>
+                    <version>1.0</version>
                     <configuration>
                         <eclipseHome>${settings.localRepository}/eclipse/eclipse/</eclipseHome>
                     </configuration>
@@ -150,7 +150,7 @@
                 <plugin>
                     <groupId>org.apache.geronimo.devtools</groupId>
                     <artifactId>maven-emf-plugin</artifactId>
-                    <version>1.0-SNAPSHOT</version>
+                    <version>1.0</version>
                 </plugin>
             </plugins>
         </pluginManagement>