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/10/06 03:40:52 UTC

svn commit: r1394889 - /cxf/trunk/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml

Author: dkulp
Date: Sat Oct  6 01:40:52 2012
New Revision: 1394889

URL: http://svn.apache.org/viewvc?rev=1394889&view=rev
Log:
Fix release process

Modified:
    cxf/trunk/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml

Modified: cxf/trunk/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml?rev=1394889&r1=1394888&r2=1394889&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml (original)
+++ cxf/trunk/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml Sat Oct  6 01:40:52 2012
@@ -32,7 +32,6 @@
     </parent>
 
     <properties>
-        <cxf.version>${project.version}</cxf.version>
         <httpclient.version>4.2.1</httpclient.version>
     </properties>
 
@@ -99,12 +98,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>${cxf.version}</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>${cxf.version}</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>