Skip to content

Commit a87b7cb

Browse files
Add spring boot version to spring-boot-maven-plugin
1 parent 8bac4db commit a87b7cb

File tree

2 files changed

+3
-1
lines changed
  • modules
    • flowable-app-rest
    • flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-native

2 files changed

+3
-1
lines changed

modules/flowable-app-rest/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@
456456
<plugin>
457457
<groupId>org.springframework.boot</groupId>
458458
<artifactId>spring-boot-maven-plugin</artifactId>
459+
<version>${spring.boot.version}</version>
459460
<configuration>
460461
<arguments>
461462
<argument>--spring.datasource.url=jdbc:mysql://127.0.0.1:3306/flowable?characterEncoding=UTF-8</argument>

modules/flowable-spring-boot/flowable-spring-boot-samples/flowable-spring-boot-sample-native/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<plugin>
4545
<groupId>org.springframework.boot</groupId>
4646
<artifactId>spring-boot-maven-plugin</artifactId>
47-
47+
<version>${spring.boot.version}</version>
4848
<configuration>
4949
<jvmArguments>
5050
-agentlib:native-image-agent=config-output-dir=target/native-image
@@ -134,6 +134,7 @@
134134
<plugin>
135135
<groupId>org.springframework.boot</groupId>
136136
<artifactId>spring-boot-maven-plugin</artifactId>
137+
<version>${spring.boot.version}</version>
137138
<executions>
138139
<execution>
139140
<id>process-test-aot</id>

0 commit comments

Comments
 (0)