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 2016/12/29 12:55:05 UTC

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

Repository: cxf
Updated Branches:
  refs/heads/master 970d918a6 -> aa5cb3f48


[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/aa5cb3f4
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/aa5cb3f4
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/aa5cb3f4

Branch: refs/heads/master
Commit: aa5cb3f487fce03a0c069ae4bd33fae82be1e8b3
Parents: 970d918
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Thu Dec 29 12:54:49 2016 +0000
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Thu Dec 29 12:54:49 2016 +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/aa5cb3f4/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 4930929..45746a0 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>