Skip to content

Commit

Permalink
fix version of spring-boot-maven-plugin for all suts
Browse files Browse the repository at this point in the history
  • Loading branch information
man-zhang committed Mar 15, 2023
1 parent 552880a commit d28327d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions jdk_11_maven/cs/rest-gui/market/market-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.4.3</version>
</plugin>
<!-- Tomcat Maven Plugin -->
<plugin>
Expand Down
1 change: 1 addition & 0 deletions jdk_11_maven/cs/rest/cwa-verification-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.boot.version}</version>
<executions>
<execution>
<goals>
Expand Down
1 change: 1 addition & 0 deletions jdk_8_maven/cs/graphql/petclinic-graphql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.0.1.RELEASE</version>
<executions>
<execution>
<goals>
Expand Down
1 change: 1 addition & 0 deletions jdk_8_maven/cs/rest-gui/genome-nexus/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.2.1.RELEASE</version>
</plugin>
<plugin>
<groupId>pl.project13.maven</groupId>
Expand Down
1 change: 1 addition & 0 deletions jdk_8_maven/cs/rest-gui/gestaohospital/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.1.3.RELEASE</version>
<executions>
<execution>
<goals>
Expand Down
1 change: 1 addition & 0 deletions jdk_8_maven/cs/rest/artificial/ncs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<build>
<plugins>
<plugin>
<!-- version has been managed by pom of its parent with pluginManagement -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
Expand Down
1 change: 1 addition & 0 deletions jdk_8_maven/cs/rest/artificial/news/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
</plugin>

<plugin>
<!-- version has been managed by pom of its parent with pluginManagement -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
Expand Down
1 change: 1 addition & 0 deletions jdk_8_maven/cs/rest/artificial/scs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<build>
<plugins>
<plugin>
<!-- version has been managed by pom of its parent with pluginManagement -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
Expand Down
1 change: 1 addition & 0 deletions jdk_8_maven/cs/rest/original/features-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>1.4.4.RELEASE</version>
<executions>
<execution>
<goals>
Expand Down
1 change: 1 addition & 0 deletions jdk_8_maven/cs/rpc/thrift/artificial/thrift-ncs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<build>
<plugins>
<plugin>
<!-- version has been managed by pom of its parent with pluginManagement -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
Expand Down
1 change: 1 addition & 0 deletions jdk_8_maven/cs/rpc/thrift/artificial/thrift-scs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<build>
<plugins>
<plugin>
<!-- version has been managed by pom of its parent with pluginManagement -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
Expand Down

0 comments on commit d28327d

Please sign in to comment.