Fix version for "spring-boot-maven-plugin" (#85)

Add `spring-boot-version` in the POM.
This commit is contained in:
Jérémie Bresson 2018-05-17 11:28:14 +02:00 committed by GitHub
parent 85090f5068
commit 3a1922bc94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 1 deletions

View File

@ -936,5 +936,6 @@
<surefire-version>2.19.1</surefire-version> <surefire-version>2.19.1</surefire-version>
<jmockit-version>1.25</jmockit-version> <jmockit-version>1.25</jmockit-version>
<reflections-version>0.9.10</reflections-version> <reflections-version>0.9.10</reflections-version>
<spring-boot-version>2.0.2.RELEASE</spring-boot-version>
</properties> </properties>
</project> </project>

View File

@ -985,5 +985,6 @@
<surefire-version>2.19.1</surefire-version> <surefire-version>2.19.1</surefire-version>
<jmockit-version>1.25</jmockit-version> <jmockit-version>1.25</jmockit-version>
<reflections-version>0.9.10</reflections-version> <reflections-version>0.9.10</reflections-version>
<spring-boot-version>2.0.2.RELEASE</spring-boot-version>
</properties> </properties>
</project> </project>

View File

@ -966,5 +966,6 @@
<surefire-version>2.19.1</surefire-version> <surefire-version>2.19.1</surefire-version>
<jmockit-version>1.25</jmockit-version> <jmockit-version>1.25</jmockit-version>
<reflections-version>0.9.10</reflections-version> <reflections-version>0.9.10</reflections-version>
<spring-boot-version>2.0.2.RELEASE</spring-boot-version>
</properties> </properties>
</project> </project>

View File

@ -944,5 +944,6 @@
<surefire-version>2.19.1</surefire-version> <surefire-version>2.19.1</surefire-version>
<jmockit-version>1.25</jmockit-version> <jmockit-version>1.25</jmockit-version>
<reflections-version>0.9.10</reflections-version> <reflections-version>0.9.10</reflections-version>
<spring-boot-version>2.0.2.RELEASE</spring-boot-version>
</properties> </properties>
</project> </project>

View File

@ -941,5 +941,6 @@
<surefire-version>2.19.1</surefire-version> <surefire-version>2.19.1</surefire-version>
<jmockit-version>1.25</jmockit-version> <jmockit-version>1.25</jmockit-version>
<reflections-version>0.9.10</reflections-version> <reflections-version>0.9.10</reflections-version>
<spring-boot-version>2.0.2.RELEASE</spring-boot-version>
</properties> </properties>
</project> </project>

View File

@ -21,7 +21,7 @@
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId> <artifactId>spring-boot-dependencies</artifactId>
<version>2.0.2.RELEASE</version> <version>${spring-boot-version}</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
@ -33,6 +33,7 @@
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot-version}</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>

View File

@ -964,5 +964,6 @@
<surefire-version>2.19.1</surefire-version> <surefire-version>2.19.1</surefire-version>
<jmockit-version>1.25</jmockit-version> <jmockit-version>1.25</jmockit-version>
<reflections-version>0.9.10</reflections-version> <reflections-version>0.9.10</reflections-version>
<spring-boot-version>2.0.2.RELEASE</spring-boot-version>
</properties> </properties>
</project> </project>