You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ul...@apache.org on 2009/03/13 16:12:23 UTC

svn commit: r753293 - /cxf/trunk/pom.xml

Author: ulhasbhole
Date: Fri Mar 13 15:12:23 2009
New Revision: 753293

URL: http://svn.apache.org/viewvc?rev=753293&view=rev
Log:
* Locked org.codehaus.mojo:xmlbeans-maven-plugin version.

Modified:
    cxf/trunk/pom.xml

Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=753293&r1=753292&r2=753293&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Fri Mar 13 15:12:23 2009
@@ -352,6 +352,11 @@
                     <version>1.2</version>
                 </plugin>
                 <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>xmlbeans-maven-plugin</artifactId>
+                    <version>2.3.2</version>
+                </plugin>
+                <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
                     <version>1.4.3</version>