We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3137c5f + d166c0b commit d8d58d8Copy full SHA for d8d58d8
parent-boot-1/pom.xml
@@ -17,7 +17,7 @@
17
<dependency>
18
<groupId>org.springframework.boot</groupId>
19
<artifactId>spring-boot-dependencies</artifactId>
20
- <version>1.5.16.RELEASE</version>
+ <version>${spring-boot.version}</version>
21
<type>pom</type>
22
<scope>import</scope>
23
</dependency>
@@ -42,14 +42,15 @@
42
<plugin>
43
44
<artifactId>spring-boot-maven-plugin</artifactId>
45
- <version>1.5.15.RELEASE</version>
46
</plugin>
47
</plugins>
48
</pluginManagement>
49
</build>
50
51
<properties>
52
<rest-assured.version>3.1.0</rest-assured.version>
53
+ <spring-boot.version>1.5.16.RELEASE</spring-boot.version>
54
</properties>
-
55
-</project>
+
56
+</project>
0 commit comments