Author: seanoc
Date: Thu Apr 3 07:17:10 2008
New Revision: 644325
URL: http://svn.apache.org/viewvc?rev=644325&view=rev
Log:
updated poms to only load xmlbeans 2.3.0
Modified:
incubator/cxf/trunk/parent/pom.xml
incubator/cxf/trunk/rt/frontend/js/pom.xml
incubator/cxf/trunk/systests/pom.xml
Modified: incubator/cxf/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/parent/pom.xml?rev=644325&r1=644324&r2=644325&view=diff
==============================================================================
--- incubator/cxf/trunk/parent/pom.xml (original)
+++ incubator/cxf/trunk/parent/pom.xml Thu Apr 3 07:17:10 2008
@@ -57,7 +57,7 @@
<activemq.version>4.1.1</activemq.version>
<rhino.version>1.6R7</rhino.version>
<jdom.version>1.0</jdom.version>
- <xmlbeans.version>2.2.0</xmlbeans.version>
+ <xmlbeans.version>2.3.0</xmlbeans.version>
<checkstyle.extension />
<spring.validation.mode>VALIDATION_AUTO</spring.validation.mode>
@@ -861,7 +861,7 @@
</dependency>
<dependency>
<groupId>xmlbeans</groupId>
- <artifactId>xbean</artifactId>
+ <artifactId>xmlbeans</artifactId>
<version>${xmlbeans.version}</version>
</dependency>
<dependency>
Modified: incubator/cxf/trunk/rt/frontend/js/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/js/pom.xml?rev=644325&r1=644324&r2=644325&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/frontend/js/pom.xml (original)
+++ incubator/cxf/trunk/rt/frontend/js/pom.xml Thu Apr 3 07:17:10 2008
@@ -39,7 +39,7 @@
</dependency>
<dependency>
<groupId>xmlbeans</groupId>
- <artifactId>xbean</artifactId>
+ <artifactId>xmlbeans</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
Modified: incubator/cxf/trunk/systests/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/pom.xml?rev=644325&r1=644324&r2=644325&view=diff
==============================================================================
--- incubator/cxf/trunk/systests/pom.xml (original)
+++ incubator/cxf/trunk/systests/pom.xml Thu Apr 3 07:17:10 2008
@@ -378,7 +378,7 @@
</dependency>
<dependency>
<groupId>xmlbeans</groupId>
- <artifactId>xbean</artifactId>
+ <artifactId>xmlbeans</artifactId>
<scope>test</scope>
</dependency>
<dependency>