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/17 14:41:14 UTC

svn commit: r394663 - /geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pom.xml

Author: sppatel
Date: Mon Apr 17 05:41:12 2006
New Revision: 394663

URL: http://svn.apache.org/viewcvs?rev=394663&view=rev
Log:
fix 1.0 versions

Modified:
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pom.xml?rev=394663&r1=394662&r2=394663&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pom.xml Mon Apr 17 05:41:12 2006
@@ -10,12 +10,12 @@
         <version>1.0</version>
     </parent>
     <properties>
-        <geronimoVersion>1.1-SNAPSHOT</geronimoVersion>
+        <geronimoVersion>1.0</geronimoVersion>
         <mx4jVersion>3.0.1</mx4jVersion>
         <commonsLoggingVersion>1.0.4</commonsLoggingVersion>
         <cglibVersion>2.1_3</cglibVersion>
         <xbeanVersion>2.0.0</xbeanVersion>
-        <openejbVersion>2.1-SNAPSHOT</openejbVersion>
+        <openejbVersion>2.0</openejbVersion>
         <staxApiVersion>1.0</staxApiVersion>
     </properties>
     <build>