Skip to content

Commit d8d58d8

Browse files
authored
Merge pull request eugenp#5496 from amit2103/BAEL-9515
[BAEL-9515] - Added spring boot version property for artifact and plu…
2 parents 3137c5f + d166c0b commit d8d58d8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

parent-boot-1/pom.xml

Lines changed: 5 additions & 4 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>
54-
55-
</project>
55+
56+
</project>

0 commit comments

Comments
 (0)