Skip to content

Commit d2cef48

Browse files
committed
Fix up version numbers following release
1 parent 010b4fc commit d2cef48

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3032,7 +3032,7 @@
30323032
<plugin>
30333033
<groupId>org.springframework.boot</groupId>
30343034
<artifactId>spring-boot-maven-plugin</artifactId>
3035-
<version>1.5.13.BUILD-SNAPSHOT</version>
3035+
<version>1.5.14.BUILD-SNAPSHOT</version>
30363036
</plugin>
30373037
<plugin>
30383038
<groupId>org.apache.maven.plugins</groupId>

spring-boot-samples/spring-boot-sample-actuator/build.gradle

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

spring-boot-samples/spring-boot-sample-ant/build.xml

Lines changed: 1 addition & 1 deletion
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.5.13.BUILD-SNAPSHOT" />
14+
<property name="spring-boot.version" value="1.5.14.BUILD-SNAPSHOT" />
1515
<property name="lib.dir" location="${basedir}/target/lib" />
1616
<property name="start-class" value="sample.ant.SampleAntApplication" />
1717

spring-boot-samples/spring-boot-sample-ant/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>org.springframework.boot</groupId>
8787
<artifactId>spring-boot-antlib</artifactId>
88-
<version>1.5.13.BUILD-SNAPSHOT</version>
88+
<version>1.5.14.BUILD-SNAPSHOT</version>
8989
</dependency>
9090
</dependencies>
9191
</plugin>

spring-boot-samples/spring-boot-sample-logback/build.gradle

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

spring-boot-samples/spring-boot-sample-profile/build.gradle

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

spring-boot-samples/spring-boot-sample-simple/build.gradle

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

spring-boot-samples/spring-boot-sample-web-static/build.gradle

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

spring-boot-samples/spring-boot-sample-web-ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '1.5.13.BUILD-SNAPSHOT'
3+
springBootVersion = '1.5.14.BUILD-SNAPSHOT'
44
springLoadedVersion = '1.2.4.RELEASE'
55
}
66
repositories {

spring-boot-starters/spring-boot-starter-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>org.springframework.boot</groupId>
174174
<artifactId>spring-boot-maven-plugin</artifactId>
175-
<version>1.5.13.BUILD-SNAPSHOT</version>
175+
<version>1.5.14.BUILD-SNAPSHOT</version>
176176
</dependency>
177177
</dependencies>
178178
<configuration>

0 commit comments

Comments
 (0)