Skip to content

Commit 552880a

Browse files
committed
set repackage based on the version of spring boot used by sut
1 parent 7e68973 commit 552880a

3 files changed

Lines changed: 3 additions & 3 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<plugin>
2828
<groupId>org.springframework.boot</groupId>
2929
<artifactId>spring-boot-maven-plugin</artifactId>
30-
<version>1.4.4.RELEASE</version>
30+
<version>2.4.3</version>
3131
<executions>
3232
<execution>
3333
<goals>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<plugin>
8989
<groupId>org.springframework.boot</groupId>
9090
<artifactId>spring-boot-maven-plugin</artifactId>
91-
<version>1.4.4.RELEASE</version>
91+
<version>${springboot.version}</version>
9292
<executions>
9393
<execution>
9494
<goals>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<plugin>
8989
<groupId>org.springframework.boot</groupId>
9090
<artifactId>spring-boot-maven-plugin</artifactId>
91-
<version>1.4.4.RELEASE</version>
91+
<version>${springboot.version}</version>
9292
<executions>
9393
<execution>
9494
<goals>

0 commit comments

Comments
 (0)