Skip to content

Commit bb371b8

Browse files
committed
spring-projects#99 - Upgraded to Spring Boot 1.3 M1.
Upgraded REST headers sample to Spring 4.2 snapshots to benefit from fix for SPR-13090.
1 parent d880972 commit bb371b8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>1.2.4.RELEASE</version>
15+
<version>1.3.0.M1</version>
1616
</parent>
1717

1818
<modules>

rest/headers/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
<version>1.0.0.BUILD-SNAPSHOT</version>
1313
</parent>
1414

15+
<properties>
16+
<spring.version>4.2.0.BUILD-SNAPSHOT</spring.version>
17+
</properties>
18+
1519
<dependencies>
1620

1721
<dependency>

0 commit comments

Comments
 (0)