Author: davsclaus
Date: Sun Jun 22 21:23:07 2008
New Revision: 670442

URL: http://svn.apache.org/viewvc?rev=670442&view=rev
Log:
CAMEL-626: Upgrade CXF to 2.1.1

Modified:
    activemq/camel/trunk/components/camel-cxf/pom.xml
    activemq/camel/trunk/examples/camel-example-cxf/README.txt
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/components/camel-cxf/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-cxf/pom.xml?rev=670442&r1=670441&r2=670442&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-cxf/pom.xml (original)
+++ activemq/camel/trunk/components/camel-cxf/pom.xml Sun Jun 22 21:23:07 2008
@@ -34,7 +34,7 @@
   <description>Camel CXF support</description>
 
   <properties>
-       
<camel.osgi.export.pkg>org.apache.camel.component.cxf.*</camel.osgi.export.pkg>
+     
<camel.osgi.export.pkg>org.apache.camel.component.cxf.*</camel.osgi.export.pkg>
   </properties>
 
   <dependencies>
@@ -74,7 +74,6 @@
       <version>${commons-io-version}</version>
     </dependency>
 
-
     <dependency>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-core</artifactId>
@@ -203,7 +202,6 @@
        <artifactId>spring-context</artifactId>
      </dependency>
 
-
     <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-web</artifactId>
@@ -222,7 +220,6 @@
       <scope>test</scope>
     </dependency>
 
-
   </dependencies>
 
   <build>

Modified: activemq/camel/trunk/examples/camel-example-cxf/README.txt
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-cxf/README.txt?rev=670442&r1=670441&r2=670442&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-cxf/README.txt (original)
+++ activemq/camel/trunk/examples/camel-example-cxf/README.txt Sun Jun 22 
21:23:07 2008
@@ -25,7 +25,7 @@
     Apache ActiveMQ
     http://activemq.apache.org/
     Apache CXF
-    http://incubator.apache.org/cxf/
+    http://cxf.apache.org/
 
   b. Export / Set home directories for the above as follows
     UNIX

Modified: activemq/camel/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=670442&r1=670441&r2=670442&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Sun Jun 22 21:23:07 2008
@@ -37,7 +37,7 @@
     <compiler.fork>false</compiler.fork>
     <!-- Note that activemq dependency is only used for testing! -->
     <activemq-version>5.1.0</activemq-version>
-    <cxf-version>2.1</cxf-version>
+    <cxf-version>2.1.1</cxf-version>
     <felix-version>1.4.1</felix-version>
     <felix-osgi-version>1.0.1</felix-osgi-version>
     <geronimo-spec-version>1.1</geronimo-spec-version>


Reply via email to