You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2017/02/02 22:08:29 UTC

cxf git commit: [CXF-7198] Fixing spring_boot demos

Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes 4f542faea -> 33117a3a2


[CXF-7198] Fixing spring_boot demos


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

Branch: refs/heads/3.1.x-fixes
Commit: 33117a3a26b6ca8684c9d40859debfd065f3cb8d
Parents: 4f542fa
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Thu Dec 29 12:54:49 2016 +0000
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Thu Feb 2 22:08:16 2017 +0000

----------------------------------------------------------------------
 distribution/src/main/release/samples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/33117a3a/distribution/src/main/release/samples/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index f983728..74e8638 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -30,7 +30,7 @@
         <!-- don't deploy the samples, kind of pointless -->
         <maven.deploy.skip>true</maven.deploy.skip>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <spring.boot.version>1.3.6.RELEASE</spring.boot.version>
+        <spring.boot.version>1.4.3.RELEASE</spring.boot.version>
         <spring.cloud.eureka.version>1.1.3.RELEASE</spring.cloud.eureka.version>
     </properties>
     <dependencies>