Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes d8a6e85e7 -> 40b19d7f6


ajdust swagger2_spring pom.xml for cxf-3.1.x


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

Branch: refs/heads/3.1.x-fixes
Commit: 40b19d7f6f1877f6c2c397548a4e24582c053706
Parents: d8a6e85
Author: Akitoshi Yoshida <a...@apache.org>
Authored: Tue Jun 7 09:59:26 2016 +0200
Committer: Akitoshi Yoshida <a...@apache.org>
Committed: Tue Jun 7 09:59:26 2016 +0200

----------------------------------------------------------------------
 .../samples/jax_rs/description_swagger2_spring/pom.xml    | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/40b19d7f/distribution/src/main/release/samples/jax_rs/description_swagger2_spring/pom.xml
----------------------------------------------------------------------
diff --git 
a/distribution/src/main/release/samples/jax_rs/description_swagger2_spring/pom.xml
 
b/distribution/src/main/release/samples/jax_rs/description_swagger2_spring/pom.xml
index 66d854a..e9038f6 100644
--- 
a/distribution/src/main/release/samples/jax_rs/description_swagger2_spring/pom.xml
+++ 
b/distribution/src/main/release/samples/jax_rs/description_swagger2_spring/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.2.0-SNAPSHOT</version>
+        <version>3.1.7-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -74,23 +74,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.2.0-SNAPSHOT</version>
+            <version>3.1.7-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>3.2.0-SNAPSHOT</version>
+            <version>3.1.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.2.0-SNAPSHOT</version>
+            <version>3.1.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-service-description</artifactId>
-            <version>3.2.0-SNAPSHOT</version>
+            <version>3.1.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-httpclient</groupId>

Reply via email to