[jboss-cvs] JBossAS SVN: r109771 - trunk/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 8 05:55:01 EST 2010


Author: richard.opalka at jboss.com
Date: 2010-12-08 05:55:00 -0500 (Wed, 08 Dec 2010)
New Revision: 109771

Modified:
   trunk/component-matrix/pom.xml
Log:
[JBAS-8681] moving to Apache CXF 2.3.1 tag

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2010-12-08 10:14:36 UTC (rev 109770)
+++ trunk/component-matrix/pom.xml	2010-12-08 10:55:00 UTC (rev 109771)
@@ -31,7 +31,8 @@
 
   <!-- Properties -->
   <properties>
-    <version.apache.cxf>2.3.0</version.apache.cxf>
+    <version.apache.cxf>2.3.1</version.apache.cxf>
+    <version.apache.cxf.xjcplugins>2.3.0</version.apache.cxf.xjcplugins>
     <version.apache.neethi>2.0.4</version.apache.neethi>
     <version.apache.felix.log>1.0.0</version.apache.felix.log>
     <version.apache.velocity>1.6.2</version.apache.velocity>
@@ -624,22 +625,22 @@
       <dependency>
         <groupId>org.apache.cxf.xjcplugins</groupId>
         <artifactId>cxf-xjc-boolean</artifactId>
-        <version>${version.apache.cxf}</version>
+        <version>${version.apache.cxf.xjcplugins}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf.xjcplugins</groupId>
         <artifactId>cxf-xjc-bug671</artifactId>
-        <version>${version.apache.cxf}</version>
+        <version>${version.apache.cxf.xjcplugins}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf.xjcplugins</groupId>
         <artifactId>cxf-xjc-dv</artifactId>
-        <version>${version.apache.cxf}</version>
+        <version>${version.apache.cxf.xjcplugins}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf.xjcplugins</groupId>
         <artifactId>cxf-xjc-ts</artifactId>
-        <version>${version.apache.cxf}</version>
+        <version>${version.apache.cxf.xjcplugins}</version>
       </dependency>
 
       <dependency>



More information about the jboss-cvs-commits mailing list