Author: dkulp
Date: Tue Aug 14 18:49:10 2012
New Revision: 1373024

URL: http://svn.apache.org/viewvc?rev=1373024&view=rev
Log:
More updates for release:prepare

Modified:
    
cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
    
cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_https/pom.xml

Modified: 
cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml?rev=1373024&r1=1373023&r2=1373024&view=diff
==============================================================================
--- 
cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
 (original)
+++ 
cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
 Tue Aug 14 18:49:10 2012
@@ -155,27 +155,27 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>${cxf.version}</version>
+            <version>2.6.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>${cxf.version}</version>
+            <version>2.6.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>${cxf.version}</version>
+            <version>2.6.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-security</artifactId>
-            <version>${cxf.version}</version>
+            <version>2.6.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>${cxf.version}</version>
+            <version>2.6.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

Modified: 
cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_https/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_https/pom.xml?rev=1373024&r1=1373023&r2=1373024&view=diff
==============================================================================
--- 
cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_https/pom.xml
 (original)
+++ 
cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_https/pom.xml
 Tue Aug 14 18:49:10 2012
@@ -209,17 +209,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>${cxf.version}</version>
+            <version>2.6.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>${cxf.version}</version>
+            <version>2.6.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>${cxf.version}</version>
+            <version>2.6.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>


Reply via email to