[jbossws-commits] JBossWS SVN: r12718 - in stack/cxf/branches/cxf-2.3/modules: server and 3 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Aug 3 03:58:44 EDT 2010


Author: richard.opalka at jboss.com
Date: 2010-08-03 03:58:43 -0400 (Tue, 03 Aug 2010)
New Revision: 12718

Modified:
   stack/cxf/branches/cxf-2.3/modules/client/pom.xml
   stack/cxf/branches/cxf-2.3/modules/server/pom.xml
   stack/cxf/branches/cxf-2.3/modules/testsuite/cxf-spring-tests/pom.xml
   stack/cxf/branches/cxf-2.3/modules/testsuite/cxf-tests/pom.xml
   stack/cxf/branches/cxf-2.3/modules/testsuite/pom.xml
Log:
[JBWS-3080] partial fix of some of Maven 3 issues

Modified: stack/cxf/branches/cxf-2.3/modules/client/pom.xml
===================================================================
--- stack/cxf/branches/cxf-2.3/modules/client/pom.xml	2010-08-02 16:23:57 UTC (rev 12717)
+++ stack/cxf/branches/cxf-2.3/modules/client/pom.xml	2010-08-03 07:58:43 UTC (rev 12718)
@@ -27,7 +27,7 @@
     <dependency>
       <groupId>org.jboss.ws.cxf</groupId>
       <artifactId>jbossws-cxf-factories</artifactId>
-      <version>${version}</version>
+      <version>${project.version}</version>
     </dependency>
     
     <!-- CXF dependencies -->

Modified: stack/cxf/branches/cxf-2.3/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/cxf-2.3/modules/server/pom.xml	2010-08-02 16:23:57 UTC (rev 12717)
+++ stack/cxf/branches/cxf-2.3/modules/server/pom.xml	2010-08-03 07:58:43 UTC (rev 12718)
@@ -19,7 +19,7 @@
     <dependency>
       <groupId>org.jboss.ws.cxf</groupId>
       <artifactId>jbossws-cxf-client</artifactId>
-      <version>${version}</version>
+      <version>${project.version}</version>
     </dependency>
     
     <dependency>
@@ -42,7 +42,7 @@
     <dependency>
       <groupId>org.jboss.ws.cxf</groupId>
       <artifactId>jbossws-cxf-factories</artifactId>
-      <version>${version}</version>
+      <version>${project.version}</version>
     </dependency>
     <!-- CXF dependencies -->
     <dependency>

Modified: stack/cxf/branches/cxf-2.3/modules/testsuite/cxf-spring-tests/pom.xml
===================================================================
--- stack/cxf/branches/cxf-2.3/modules/testsuite/cxf-spring-tests/pom.xml	2010-08-02 16:23:57 UTC (rev 12717)
+++ stack/cxf/branches/cxf-2.3/modules/testsuite/cxf-spring-tests/pom.xml	2010-08-03 07:58:43 UTC (rev 12718)
@@ -18,7 +18,7 @@
     <dependency>
       <groupId>org.jboss.ws.cxf</groupId>
       <artifactId>jbossws-cxf-server</artifactId>
-      <version>${version}</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.picketbox</groupId>

Modified: stack/cxf/branches/cxf-2.3/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/branches/cxf-2.3/modules/testsuite/cxf-tests/pom.xml	2010-08-02 16:23:57 UTC (rev 12717)
+++ stack/cxf/branches/cxf-2.3/modules/testsuite/cxf-tests/pom.xml	2010-08-03 07:58:43 UTC (rev 12718)
@@ -18,7 +18,7 @@
     <dependency>
       <groupId>org.jboss.ws.cxf</groupId>
       <artifactId>jbossws-cxf-server</artifactId>
-      <version>${version}</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.picketbox</groupId>

Modified: stack/cxf/branches/cxf-2.3/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/cxf-2.3/modules/testsuite/pom.xml	2010-08-02 16:23:57 UTC (rev 12717)
+++ stack/cxf/branches/cxf-2.3/modules/testsuite/pom.xml	2010-08-03 07:58:43 UTC (rev 12718)
@@ -56,7 +56,7 @@
     <dependency>
       <groupId>org.jboss.ws.cxf</groupId>
       <artifactId>jbossws-cxf-client</artifactId>
-      <version>${version}</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>



More information about the jbossws-commits mailing list