Skip to content

Commit fc60dcd

Browse files
committed
Fix up version numbers following release
1 parent 4d24feb commit fc60dcd

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

spring-boot-dependencies/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3049,7 +3049,7 @@
30493049
<plugin>
30503050
<groupId>org.springframework.boot</groupId>
30513051
<artifactId>spring-boot-maven-plugin</artifactId>
3052-
<version>1.5.17.BUILD-SNAPSHOT</version>
3052+
<version>1.5.18.BUILD-SNAPSHOT</version>
30533053
</plugin>
30543054
<plugin>
30553055
<groupId>org.apache.maven.plugins</groupId>

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.5.17.BUILD-SNAPSHOT'
3+
springBootVersion = '1.5.18.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

+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.5.17.BUILD-SNAPSHOT" />
14+
<property name="spring-boot.version" value="1.5.18.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

+1-1
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.17.BUILD-SNAPSHOT</version>
88+
<version>1.5.18.BUILD-SNAPSHOT</version>
8989
</dependency>
9090
</dependencies>
9191
</plugin>

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.5.17.BUILD-SNAPSHOT'
3+
springBootVersion = '1.5.18.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '1.5.17.BUILD-SNAPSHOT'
3+
springBootVersion = '1.5.18.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '1.5.17.BUILD-SNAPSHOT'
3+
springBootVersion = '1.5.18.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '1.5.17.BUILD-SNAPSHOT'
3+
springBootVersion = '1.5.18.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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<dependency>
172172
<groupId>org.springframework.boot</groupId>
173173
<artifactId>spring-boot-maven-plugin</artifactId>
174-
<version>1.5.17.BUILD-SNAPSHOT</version>
174+
<version>1.5.18.BUILD-SNAPSHOT</version>
175175
</dependency>
176176
</dependencies>
177177
<configuration>

0 commit comments

Comments
 (0)