Skip to content

Commit d28327d

Browse files
committed
fix version of spring-boot-maven-plugin for all suts
1 parent 552880a commit d28327d

11 files changed

Lines changed: 11 additions & 0 deletions

File tree

jdk_11_maven/cs/rest-gui/market/market-web/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<plugin>
2626
<groupId>org.springframework.boot</groupId>
2727
<artifactId>spring-boot-maven-plugin</artifactId>
28+
<version>2.4.3</version>
2829
</plugin>
2930
<!-- Tomcat Maven Plugin -->
3031
<plugin>

jdk_11_maven/cs/rest/cwa-verification-server/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@
271271
<plugin>
272272
<groupId>org.springframework.boot</groupId>
273273
<artifactId>spring-boot-maven-plugin</artifactId>
274+
<version>${spring.boot.version}</version>
274275
<executions>
275276
<execution>
276277
<goals>

jdk_8_maven/cs/graphql/petclinic-graphql/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
<plugin>
154154
<groupId>org.springframework.boot</groupId>
155155
<artifactId>spring-boot-maven-plugin</artifactId>
156+
<version>2.0.1.RELEASE</version>
156157
<executions>
157158
<execution>
158159
<goals>

jdk_8_maven/cs/rest-gui/genome-nexus/web/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
<plugin>
142142
<groupId>org.springframework.boot</groupId>
143143
<artifactId>spring-boot-maven-plugin</artifactId>
144+
<version>2.2.1.RELEASE</version>
144145
</plugin>
145146
<plugin>
146147
<groupId>pl.project13.maven</groupId>

jdk_8_maven/cs/rest-gui/gestaohospital/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<plugin>
6464
<groupId>org.springframework.boot</groupId>
6565
<artifactId>spring-boot-maven-plugin</artifactId>
66+
<version>2.1.3.RELEASE</version>
6667
<executions>
6768
<execution>
6869
<goals>

jdk_8_maven/cs/rest/artificial/ncs/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
<build>
5757
<plugins>
5858
<plugin>
59+
<!-- version has been managed by pom of its parent with pluginManagement -->
5960
<groupId>org.springframework.boot</groupId>
6061
<artifactId>spring-boot-maven-plugin</artifactId>
6162
<executions>

jdk_8_maven/cs/rest/artificial/news/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
</plugin>
2020

2121
<plugin>
22+
<!-- version has been managed by pom of its parent with pluginManagement -->
2223
<groupId>org.springframework.boot</groupId>
2324
<artifactId>spring-boot-maven-plugin</artifactId>
2425
<executions>

jdk_8_maven/cs/rest/artificial/scs/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<build>
3636
<plugins>
3737
<plugin>
38+
<!-- version has been managed by pom of its parent with pluginManagement -->
3839
<groupId>org.springframework.boot</groupId>
3940
<artifactId>spring-boot-maven-plugin</artifactId>
4041
<executions>

jdk_8_maven/cs/rest/original/features-service/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
<plugin>
106106
<groupId>org.springframework.boot</groupId>
107107
<artifactId>spring-boot-maven-plugin</artifactId>
108+
<version>1.4.4.RELEASE</version>
108109
<executions>
109110
<execution>
110111
<goals>

jdk_8_maven/cs/rpc/thrift/artificial/thrift-ncs/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<build>
5454
<plugins>
5555
<plugin>
56+
<!-- version has been managed by pom of its parent with pluginManagement -->
5657
<groupId>org.springframework.boot</groupId>
5758
<artifactId>spring-boot-maven-plugin</artifactId>
5859
<executions>

0 commit comments

Comments
 (0)