We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d880972 commit bb371b8Copy full SHA for bb371b8
pom.xml
@@ -12,7 +12,7 @@
12
<parent>
13
<groupId>org.springframework.boot</groupId>
14
<artifactId>spring-boot-starter-parent</artifactId>
15
- <version>1.2.4.RELEASE</version>
+ <version>1.3.0.M1</version>
16
</parent>
17
18
<modules>
rest/headers/pom.xml
@@ -12,6 +12,10 @@
<version>1.0.0.BUILD-SNAPSHOT</version>
+ <properties>
+ <spring.version>4.2.0.BUILD-SNAPSHOT</spring.version>
+ </properties>
+
19
<dependencies>
20
21
<dependency>
0 commit comments