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/20 10:02:03 UTC

[isis] branch master updated: ISIS-2341: fix spring-boot-starter-parent version (forgot to bump)

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 e624d92  ISIS-2341: fix spring-boot-starter-parent version (forgot to bump)
e624d92 is described below

commit e624d920096dde236ca1a44d041f5959fa59fd40
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed May 20 12:01:51 2020 +0200

    ISIS-2341: fix spring-boot-starter-parent version (forgot to bump)
    
    skip sonar analysis for demo
---
 examples/demo/pom.xml | 1 +
 starters/pom.xml      | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/demo/pom.xml b/examples/demo/pom.xml
index ccc4819..d898f98 100644
--- a/examples/demo/pom.xml
+++ b/examples/demo/pom.xml
@@ -29,6 +29,7 @@
 	<packaging>pom</packaging>
 
 	<properties>
+		<sonar.skip>true</sonar.skip>
 	</properties>
 
 	<build>
diff --git a/starters/pom.xml b/starters/pom.xml
index ef20d1c..bfe6485 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.2.6.RELEASE</version>
+		<version>2.3.0.RELEASE</version>
 		<relativePath/>
 	</parent>