Skip to content

Commit d2bec9b

Browse files
authored
Merge pull request #56 from EMResearch/repackage-plugin-version
fix version for spring boot maven plugin
2 parents ba04e6b + 71ce7e7 commit d2bec9b

File tree

14 files changed

+15
-0
lines changed

14 files changed

+15
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<plugin>
2828
<groupId>org.springframework.boot</groupId>
2929
<artifactId>spring-boot-maven-plugin</artifactId>
30+
<version>2.4.3</version>
3031
<executions>
3132
<execution>
3233
<goals>

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/graphql-ncs/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
<plugin>
8989
<groupId>org.springframework.boot</groupId>
9090
<artifactId>spring-boot-maven-plugin</artifactId>
91+
<version>${springboot.version}</version>
9192
<executions>
9293
<execution>
9394
<goals>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
<plugin>
8989
<groupId>org.springframework.boot</groupId>
9090
<artifactId>spring-boot-maven-plugin</artifactId>
91+
<version>${springboot.version}</version>
9192
<executions>
9293
<execution>
9394
<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: 2 additions & 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>
@@ -217,6 +218,7 @@
217218
<plugin>
218219
<groupId>org.apache.maven.plugins</groupId>
219220
<artifactId>maven-resources-plugin</artifactId>
221+
<version>3.1.0</version>
220222
<configuration>
221223
<nonFilteredFileExtensions>
222224
<nonFilteredFileExtension>ttf</nonFilteredFileExtension>

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>

0 commit comments

Comments
 (0)