Skip to content

Commit a965614

Browse files
committed
Fix up version numbers following release
1 parent a2696bf commit a965614

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
@@ -2414,7 +2414,7 @@
24142414
<plugin>
24152415
<groupId>org.springframework.boot</groupId>
24162416
<artifactId>spring-boot-maven-plugin</artifactId>
2417-
<version>1.5.0.BUILD-SNAPSHOT</version>
2417+
<version>1.5.1.BUILD-SNAPSHOT</version>
24182418
</plugin>
24192419
<plugin>
24202420
<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.0.BUILD-SNAPSHOT'
3+
springBootVersion = '1.5.1.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.0.BUILD-SNAPSHOT" />
14+
<property name="spring-boot.version" value="1.5.1.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.0.BUILD-SNAPSHOT</version>
88+
<version>1.5.1.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.0.BUILD-SNAPSHOT'
3+
springBootVersion = '1.5.1.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.0.BUILD-SNAPSHOT'
3+
springBootVersion = '1.5.1.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.0.BUILD-SNAPSHOT'
3+
springBootVersion = '1.5.1.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.0.BUILD-SNAPSHOT'
3+
springBootVersion = '1.5.1.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.0.BUILD-SNAPSHOT'
3+
springBootVersion = '1.5.1.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
@@ -170,7 +170,7 @@
170170
<dependency>
171171
<groupId>org.springframework.boot</groupId>
172172
<artifactId>spring-boot-maven-plugin</artifactId>
173-
<version>1.5.0.BUILD-SNAPSHOT</version>
173+
<version>1.5.1.BUILD-SNAPSHOT</version>
174174
</dependency>
175175
</dependencies>
176176
<configuration>

0 commit comments

Comments
 (0)