Skip to content

Commit 0b210ac

Browse files
committed
[BAEL-9515] - Added spring boot version property for artifact and plugin dependency
1 parent 7d7cae7 commit 0b210ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

parent-boot-1/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.springframework.boot</groupId>
1919
<artifactId>spring-boot-dependencies</artifactId>
20-
<version>1.5.16.RELEASE</version>
20+
<version>${spring-boot.version}</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -42,14 +42,15 @@
4242
<plugin>
4343
<groupId>org.springframework.boot</groupId>
4444
<artifactId>spring-boot-maven-plugin</artifactId>
45-
<version>1.5.15.RELEASE</version>
45+
<version>${spring-boot.version}</version>
4646
</plugin>
4747
</plugins>
4848
</pluginManagement>
4949
</build>
5050

5151
<properties>
5252
<rest-assured.version>3.1.0</rest-assured.version>
53+
<spring-boot.version>1.5.16.RELEASE</spring-boot.version>
5354
</properties>
5455

5556
</project>

0 commit comments

Comments
 (0)