Author: dkulp
Date: Thu Oct  8 01:15:49 2009
New Revision: 822988

URL: http://svn.apache.org/viewvc?rev=822988&view=rev
Log:
Merged revisions 822957 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r822957 | cschneider | 2009-10-07 18:56:36 -0400 (Wed, 07 Oct 2009) | 1 line
  
  forgot pom
........

Added:
    cxf/branches/2.2.x-fixes/systests/wsdl_maven/java2ws/pom.xml
      - copied, changed from r822957, 
cxf/trunk/systests/wsdl_maven/java2ws/pom.xml
Modified:
    cxf/branches/2.2.x-fixes/   (props changed)
    cxf/branches/2.2.x-fixes/systests/wsdl_maven/codegen/pom.xml
    cxf/branches/2.2.x-fixes/systests/wsdl_maven/pom.xml

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.2.x-fixes/systests/wsdl_maven/codegen/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/systests/wsdl_maven/codegen/pom.xml?rev=822988&r1=822987&r2=822988&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/systests/wsdl_maven/codegen/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/systests/wsdl_maven/codegen/pom.xml Thu Oct  8 
01:15:49 2009
@@ -20,7 +20,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.systests.wsdl_maven</groupId>
     <artifactId>cxf-systests-codegen</artifactId>
-    <version>2.3.0-SNAPSHOT</version>
+    <version>2.2.4-SNAPSHOT</version>
     <name>Test for reading wsdl from repo and generating code from it</name>
     <build>
         <plugins>
@@ -43,10 +43,10 @@
                             <wsdlOptions>
                                 <wsdlOption>
                                     <wsdlArtifact>
-                                   
<groupId>org.apache.cxf.systests.wsdl_maven</groupId>
-                                   
<artifactId>cxf-systests-java2ws</artifactId>
-                                   <version>${project.version}</version>
-                            </wsdlArtifact>
+                                        
<groupId>org.apache.cxf.systests.wsdl_maven</groupId>
+                                        
<artifactId>cxf-systests-java2ws</artifactId>
+                                        <version>${project.version}</version>
+                                    </wsdlArtifact>
                                 </wsdlOption>
                             </wsdlOptions>
                         </configuration>
@@ -59,6 +59,7 @@
         </plugins>
     </build>
     
+
     <dependencies>
         <dependency>
             <groupId>org.apache.cxf</groupId>
@@ -66,9 +67,9 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
-       <groupId>org.apache.cxf.systests.wsdl_maven</groupId>
-       <artifactId>cxf-systests-java2ws</artifactId>
-       <version>${project.version}</version>
+            <groupId>org.apache.cxf.systests.wsdl_maven</groupId>
+            <artifactId>cxf-systests-java2ws</artifactId>
+            <version>${project.version}</version>
         </dependency>
     </dependencies>
 </project>

Copied: cxf/branches/2.2.x-fixes/systests/wsdl_maven/java2ws/pom.xml (from 
r822957, cxf/trunk/systests/wsdl_maven/java2ws/pom.xml)
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/systests/wsdl_maven/java2ws/pom.xml?p2=cxf/branches/2.2.x-fixes/systests/wsdl_maven/java2ws/pom.xml&p1=cxf/trunk/systests/wsdl_maven/java2ws/pom.xml&r1=822957&r2=822988&rev=822988&view=diff
==============================================================================
--- cxf/trunk/systests/wsdl_maven/java2ws/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/systests/wsdl_maven/java2ws/pom.xml Thu Oct  8 
01:15:49 2009
@@ -20,7 +20,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.systests.wsdl_maven</groupId>
     <artifactId>cxf-systests-java2ws</artifactId>
-    <version>2.3.0-SNAPSHOT</version>
+    <version>2.2.4-SNAPSHOT</version>
     <name>Test for writing wsdl to repo</name>
     <build>
         <plugins>

Modified: cxf/branches/2.2.x-fixes/systests/wsdl_maven/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/systests/wsdl_maven/pom.xml?rev=822988&r1=822987&r2=822988&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/systests/wsdl_maven/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/systests/wsdl_maven/pom.xml Thu Oct  8 01:15:49 
2009
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-wsdl-maven</artifactId>
     <packaging>pom</packaging>
-    <version>2.3.0-SNAPSHOT</version>
+    <version>2.2.4-SNAPSHOT</version>
     <name>Apache CXF System Tests for WSDL generation and retrieval</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.2.4-SNAPSHOT</version>
     </parent>
 
     <modules>


Reply via email to