Skip to content

Commit 7e68973

Browse files
committed
fix version for spring boot marven plugin
1 parent ba04e6b commit 7e68973

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

  • jdk_11_maven/cs/rest-gui/market/market-rest
  • jdk_8_maven/cs/graphql

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>1.4.4.RELEASE</version>
3031
<executions>
3132
<execution>
3233
<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>1.4.4.RELEASE</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>1.4.4.RELEASE</version>
9192
<executions>
9293
<execution>
9394
<goals>

0 commit comments

Comments
 (0)