You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/10/01 22:37:58 UTC

svn commit: r451805 - /geronimo/sandbox/gshell/trunk/pom.xml

Author: jdillon
Date: Sun Oct  1 13:37:57 2006
New Revision: 451805

URL: http://svn.apache.org/viewvc?view=rev&rev=451805
Log:
Use retrotranslator-maven-plugin v1.0-alpha-1

Modified:
    geronimo/sandbox/gshell/trunk/pom.xml

Modified: geronimo/sandbox/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/pom.xml?view=diff&rev=451805&r1=451804&r2=451805
==============================================================================
--- geronimo/sandbox/gshell/trunk/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/pom.xml Sun Oct  1 13:37:57 2006
@@ -219,7 +219,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>retrotranslator-maven-plugin</artifactId>
-                    <version>1.0-SNAPSHOT</version>
+                    <version>1.0-alpha-1</version>
                 </plugin>
             </plugins>
         </pluginManagement>