You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/05/26 17:57:45 UTC

[isis] branch master updated: ISIS-2366: revert Spring Boot 2.3.0 -> 2.2.7 (config issues)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9fabe31  ISIS-2366: revert Spring Boot 2.3.0 -> 2.2.7 (config issues)
9fabe31 is described below

commit 9fabe31eceaabf32c27ce60877dcba1451f8891d
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue May 26 19:57:33 2020 +0200

    ISIS-2366: revert Spring Boot 2.3.0 -> 2.2.7 (config issues)
---
 core-parent/pom.xml | 2 +-
 core/pom.xml        | 2 +-
 starters/pom.xml    | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/core-parent/pom.xml b/core-parent/pom.xml
index c4bc5fb..2ee7a4f 100644
--- a/core-parent/pom.xml
+++ b/core-parent/pom.xml
@@ -45,7 +45,7 @@ under the License.
 	<parent>
 		<groupId>org.springframework.boot</groupId>
 		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>2.3.0.RELEASE</version>
+		<version>2.2.7.RELEASE</version>
 		<relativePath/>
 	</parent>
 
diff --git a/core/pom.xml b/core/pom.xml
index 5cc8d9a..886b54c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -168,7 +168,7 @@
 		<simpleslackapi.version>1.2.0</simpleslackapi.version>
 		<slf4j-api.version>1.7.26</slf4j-api.version> <!-- as provided by spring-boot, needed to solve convergence issues -->
 		<spring-framework.version>5.2.6.RELEASE</spring-framework.version>
-		<spring-boot.version>2.3.0.RELEASE</spring-boot.version> <!--  has no effect here, needs to be set in core-parent/pom.xml -->
+		<spring-boot.version>2.2.7.RELEASE</spring-boot.version> <!--  has no effect here, needs to be set in core-parent/pom.xml -->
 		<summernote.version>0.8.11</summernote.version>
 		<swagger-core.version>1.6.0</swagger-core.version>
 
diff --git a/starters/pom.xml b/starters/pom.xml
index bfe6485..bae4536 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -31,7 +31,7 @@ under the License.
 	<parent>
 		<groupId>org.springframework.boot</groupId>
 		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>2.3.0.RELEASE</version>
+		<version>2.2.7.RELEASE</version>
 		<relativePath/>
 	</parent>
 
@@ -46,7 +46,7 @@ under the License.
 
         <maven.compiler.arg>-parameters</maven.compiler.arg>
 
-		<spring-boot.version>2.3.0.RELEASE</spring-boot.version>
+		<spring-boot.version>2.2.7.RELEASE</spring-boot.version>
 		<approvaltests.version>4.0.2</approvaltests.version>
 
 		<resteasy.version>4.4.1.Final</resteasy.version>