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 2015/07/27 20:09:01 UTC

cxf git commit: Put in the version number directly to hopefully fix release:prepare

Repository: cxf
Updated Branches:
  refs/heads/3.0.x-fixes bd28885f4 -> 19798b44a


Put in the version number directly to hopefully fix release:prepare


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/19798b44
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/19798b44
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/19798b44

Branch: refs/heads/3.0.x-fixes
Commit: 19798b44a349b761bdc0616ae4201399ebbab2a2
Parents: bd28885
Author: Daniel Kulp <dk...@apache.org>
Authored: Mon Jul 27 14:08:37 2015 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Mon Jul 27 14:08:37 2015 -0400

----------------------------------------------------------------------
 .../main/release/samples/jax_rs/description_swagger/pom.xml | 9 ++++-----
 .../release/samples/jax_rs/description_swagger2/pom.xml     | 9 ++++-----
 2 files changed, 8 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/19798b44/distribution/src/main/release/samples/jax_rs/description_swagger/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger/pom.xml b/distribution/src/main/release/samples/jax_rs/description_swagger/pom.xml
index b511ed3..c7deefd 100644
--- a/distribution/src/main/release/samples/jax_rs/description_swagger/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_swagger/pom.xml
@@ -30,7 +30,6 @@
     </parent>
 
     <properties>
-        <cxf.version>${project.version}</cxf.version>
         <httpclient.version>3.1</httpclient.version>
     </properties>
 
@@ -130,23 +129,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>${cxf.version}</version>
+            <version>3.0.6-SNAPSHOT</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>${cxf.version}</version>
+            <version>3.0.6-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>${cxf.version}</version>
+            <version>3.0.6-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-service-description</artifactId>
-            <version>${cxf.version}</version>
+            <version>3.0.6-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-lang</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/19798b44/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml b/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
index 23d738b..a7b09a4 100644
--- a/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
@@ -30,7 +30,6 @@
     </parent>
 
     <properties>
-        <cxf.version>${project.version}</cxf.version>
         <httpclient.version>3.1</httpclient.version>
     </properties>
 
@@ -125,23 +124,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>${cxf.version}</version>
+            <version>3.0.6-SNAPSHOT</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>${cxf.version}</version>
+            <version>3.0.6-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>${cxf.version}</version>
+            <version>3.0.6-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-service-description</artifactId>
-            <version>${cxf.version}</version>
+            <version>3.0.6-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-lang</groupId>