This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 852b02e  Update Spring Boot to 2.1.1 for samples
852b02e is described below

commit 852b02eced57ed48e8f291ff1bae76137836047e
Author: Dennis Kieselhorst <m...@dekies.de>
AuthorDate: Mon Dec 3 19:29:07 2018 +0100

    Update Spring Boot to 2.1.1 for samples
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/pom.xml 
b/distribution/src/main/release/samples/pom.xml
index be0775b..7d3540b 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>2.1.0.RELEASE</spring.boot.version>
+        <spring.boot.version>2.1.1.RELEASE</spring.boot.version>
         
<spring.cloud.eureka.version>2.0.2.RELEASE</spring.cloud.eureka.version>
     </properties>
     <dependencies>

Reply via email to