You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2016/07/12 05:40:16 UTC

[2/2] cxf git commit: Fix versions

Fix versions


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

Branch: refs/heads/3.1.x-fixes
Commit: 117ca31a8479e9f4ca7f37cbfe516f74984a30cc
Parents: 7fc2ecf
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Fri Jul 8 11:09:53 2016 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Tue Jul 12 07:40:08 2016 +0200

----------------------------------------------------------------------
 .../samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/117ca31a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml
index 2bcd46b..a6bd42e 100644
--- a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml
@@ -11,7 +11,7 @@
 
     <artifactId>eureka-registry-for-cxf</artifactId>
     <groupId>org.apache.cxf.samples</groupId>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>3.1.7-SNAPSHOT</version>
     <name>Eureka Registry for CXF SpringBoot demos</name>
     <description>Eureka Registry for CXF SpringBoot demos</description>
     <properties>