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:06:55 UTC

cxf git commit: Correct CXF version

Repository: cxf
Updated Branches:
  refs/heads/3.0.x-fixes 6ec076331 -> bd28885f4


Correct CXF version


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

Branch: refs/heads/3.0.x-fixes
Commit: bd28885f4f4e59a747f4666eadc7aaf1ea7c7875
Parents: 6ec0763
Author: Daniel Kulp <dk...@apache.org>
Authored: Mon Jul 27 14:06:45 2015 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Mon Jul 27 14:06:45 2015 -0400

----------------------------------------------------------------------
 .../main/release/samples/jax_rs/description_swagger2/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/bd28885f/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 2f102cf..23d738b 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
@@ -125,23 +125,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.1.2-SNAPSHOT</version>
+            <version>${cxf.version}</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>3.1.2-SNAPSHOT</version>
+            <version>${cxf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.1.2-SNAPSHOT</version>
+            <version>${cxf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-service-description</artifactId>
-            <version>3.1.2-SNAPSHOT</version>
+            <version>${cxf.version}</version>
         </dependency>
         <dependency>
             <groupId>commons-lang</groupId>