From 016b022462a838a2ef23a67caa8f42ee94a40727 Mon Sep 17 00:00:00 2001 From: 3dwardch3ng Date: Fri, 30 Aug 2024 01:25:17 +0000 Subject: [PATCH 1/2] Update for next development version [skip ci] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5b8bb01..6a38cd2 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ sydney.cheng ec-super-pom - 1.0.2 + 1.0.3-SNAPSHOT pom ec-super-pom From bc9af7598d32c2adf5eb878ee31d68a5db0c4319 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Fri, 30 Aug 2024 17:38:29 +1000 Subject: [PATCH 2/2] add plugin mgt for spring-boot-maven-plugin --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 7a5e697..059c6e5 100644 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,7 @@ 3.7.0 3.1.0 0.8.12 + 3.3.3 4.0.0.4121 1.2.1 1.7.0 @@ -215,6 +216,11 @@ jacoco-maven-plugin ${jacoco-maven-plugin.version} + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot-maven-plugin.version} + org.sonarsource.scanner.maven sonar-maven-plugin