You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ho...@apache.org on 2006/12/27 18:32:47 UTC

svn commit: r490544 - /geronimo/server/trunk/pom.xml

Author: hogstrom
Date: Wed Dec 27 09:32:42 2006
New Revision: 490544

URL: http://svn.apache.org/viewvc?view=rev&rev=490544
Log:
Changed XML Beans Maven plugin to prior version as the newly released SNAPSHOT (20061223) causes a NoClassDefFoundError when building ServiceBuilder

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=490544&r1=490543&r2=490544
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Wed Dec 27 09:32:42 2006
@@ -1255,7 +1255,8 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>xmlbeans-maven-plugin</artifactId>
-                    <version>2.0.1-SNAPSHOT</version>
+                    <version>2.0.1-20060627.031204-7</version>
+                    <!-- version>2.0.1-SNAPSHOT</version -->
 
                     <executions>
                         <execution>