8
pom.xml
8
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>sydney.cheng</groupId>
|
<groupId>sydney.cheng</groupId>
|
||||||
<artifactId>ec-super-pom</artifactId>
|
<artifactId>ec-super-pom</artifactId>
|
||||||
<version>1.0.2</version>
|
<version>1.0.3-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>ec-super-pom</name>
|
<name>ec-super-pom</name>
|
||||||
|
|
||||||
@@ -62,6 +62,7 @@
|
|||||||
<maven-project-info-reports-plugin.version>3.7.0</maven-project-info-reports-plugin.version>
|
<maven-project-info-reports-plugin.version>3.7.0</maven-project-info-reports-plugin.version>
|
||||||
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
|
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
|
||||||
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
|
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
|
||||||
|
<spring-boot-maven-plugin.version>3.3.3</spring-boot-maven-plugin.version>
|
||||||
<sonar-maven-plugin.version>4.0.0.4121</sonar-maven-plugin.version>
|
<sonar-maven-plugin.version>4.0.0.4121</sonar-maven-plugin.version>
|
||||||
<properties-maven-plugin.version>1.2.1</properties-maven-plugin.version>
|
<properties-maven-plugin.version>1.2.1</properties-maven-plugin.version>
|
||||||
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
|
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
|
||||||
@@ -215,6 +216,11 @@
|
|||||||
<artifactId>jacoco-maven-plugin</artifactId>
|
<artifactId>jacoco-maven-plugin</artifactId>
|
||||||
<version>${jacoco-maven-plugin.version}</version>
|
<version>${jacoco-maven-plugin.version}</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
|
<version>${spring-boot-maven-plugin.version}</version>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.sonarsource.scanner.maven</groupId>
|
<groupId>org.sonarsource.scanner.maven</groupId>
|
||||||
<artifactId>sonar-maven-plugin</artifactId>
|
<artifactId>sonar-maven-plugin</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user