Skip to content

Commit 8ce39bd

Browse files
committed
Fixup version numbers following release
1 parent 8f0ad02 commit 8ce39bd

File tree

7 files changed

+9
-10
lines changed

7 files changed

+9
-10
lines changed

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.2.2.BUILD-SNAPSHOT</spring-boot.version>
47+
<spring-boot.version>1.2.3.BUILD-SNAPSHOT</spring-boot.version>
4948
<!-- Third Party -->
5049
<activemq.version>5.10.1</activemq.version>
5150
<aspectj.version>1.8.5</aspectj.version>
@@ -1681,4 +1680,4 @@
16811680
<id>integration-test</id>
16821681
</profile>
16831682
</profiles>
1684-
</project>
1683+
</project>

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.2.2.BUILD-SNAPSHOT'
3+
springBootVersion = '1.2.3.BUILD-SNAPSHOT'
44
}
55
repositories {
66
// NOTE: You should declare only repositories that you need here

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'$ ant -lib ivy-2.2.jar' (substitute the location of your actual ivy jar). Run with '$ java -jar target/*.jar'.
66
</description>
77

8-
<property name="spring-boot.version" value="1.2.2.BUILD-SNAPSHOT" />
8+
<property name="spring-boot.version" value="1.2.3.BUILD-SNAPSHOT" />
99
<property name="start-class" value="org.springframework.boot.sample.actuator.SampleActuatorApplication" />
1010

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

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.2.2.BUILD-SNAPSHOT'
3+
springBootVersion = '1.2.3.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.2.2.BUILD-SNAPSHOT'
3+
springBootVersion = '1.2.3.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.2.2.BUILD-SNAPSHOT'
3+
springBootVersion = '1.2.3.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.2.2.BUILD-SNAPSHOT'
3+
springBootVersion = '1.2.3.BUILD-SNAPSHOT'
44
springLoadedVersion = '1.2.0.RELEASE'
55
}
66
repositories {

0 commit comments

Comments
 (0)