Skip to content

Commit 8cbbb57

Browse files
committed
Fixup version numbers following release
1 parent 819a957 commit 8cbbb57

File tree

8 files changed

+10
-11
lines changed

8 files changed

+10
-11
lines changed

Diff for: spring-boot-dependencies/pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>org.springframework.boot</groupId>
54
<artifactId>spring-boot-dependencies</artifactId>
@@ -45,7 +44,7 @@
4544
</developers>
4645
<properties>
4746
<!-- Spring Boot -->
48-
<spring-boot.version>1.3.5.BUILD-SNAPSHOT</spring-boot.version>
47+
<spring-boot.version>1.3.6.BUILD-SNAPSHOT</spring-boot.version>
4948
<!-- Third Party -->
5049
<activemq.version>5.12.3</activemq.version>
5150
<antlr2.version>2.7.7</antlr2.version>
@@ -2241,4 +2240,4 @@
22412240
<id>integration-test</id>
22422241
</profile>
22432242
</profiles>
2244-
</project>
2243+
</project>

Diff for: spring-boot-samples/spring-boot-sample-actuator/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '1.3.5.BUILD-SNAPSHOT'
3+
springBootVersion = '1.3.6.BUILD-SNAPSHOT'
44
}
55
repositories {
66
// NOTE: You should declare only repositories that you need here

Diff for: spring-boot-samples/spring-boot-sample-ant/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
actual jars). Run with '$ java -jar target/*.jar'.
1212
</description>
1313

14-
<property name="spring-boot.version" value="1.3.5.BUILD-SNAPSHOT" />
14+
<property name="spring-boot.version" value="1.3.6.BUILD-SNAPSHOT" />
1515
<property name="lib.dir" location="${basedir}/target/lib" />
1616

1717
<target name="resolve" description="--> retrieve dependencies with ivy">

Diff for: spring-boot-samples/spring-boot-sample-logback/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '1.3.5.BUILD-SNAPSHOT'
3+
springBootVersion = '1.3.6.BUILD-SNAPSHOT'
44
}
55
repositories {
66
// NOTE: You should declare only repositories that you need here

Diff for: spring-boot-samples/spring-boot-sample-profile/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '1.3.5.BUILD-SNAPSHOT'
3+
springBootVersion = '1.3.6.BUILD-SNAPSHOT'
44
}
55
repositories {
66
// NOTE: You should declare only repositories that you need here

Diff for: spring-boot-samples/spring-boot-sample-simple/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '1.3.5.BUILD-SNAPSHOT'
3+
springBootVersion = '1.3.6.BUILD-SNAPSHOT'
44
}
55
repositories {
66
// NOTE: You should declare only repositories that you need here

Diff for: spring-boot-samples/spring-boot-sample-web-static/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '1.3.5.BUILD-SNAPSHOT'
3+
springBootVersion = '1.3.6.BUILD-SNAPSHOT'
44
}
55
repositories {
66
// NOTE: You should declare only repositories that you need here

Diff for: spring-boot-samples/spring-boot-sample-web-ui/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '1.3.5.BUILD-SNAPSHOT'
3+
springBootVersion = '1.3.6.BUILD-SNAPSHOT'
44
springLoadedVersion = '1.2.4.RELEASE'
55
}
66
repositories {

0 commit comments

Comments
 (0)