You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/08/14 20:46:06 UTC

svn commit: r1373020 - /cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml

Author: dkulp
Date: Tue Aug 14 18:46:05 2012
New Revision: 1373020

URL: http://svn.apache.org/viewvc?rev=1373020&view=rev
Log:
Try and fix release build

Modified:
    cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml?rev=1373020&r1=1373019&r2=1373020&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml Tue Aug 14 18:46:05 2012
@@ -99,12 +99,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</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.httpcomponents</groupId>