Skip to content

Commit 6b1d06c

Browse files
committed
Fixup version numbers following release
1 parent 88e43c8 commit 6b1d06c

File tree

10 files changed

+19
-22
lines changed

10 files changed

+19
-22
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 3 additions & 4 deletions
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>
@@ -2456,7 +2455,7 @@
24562455
<plugin>
24572456
<groupId>org.springframework.boot</groupId>
24582457
<artifactId>spring-boot-maven-plugin</artifactId>
2459-
<version>1.4.7.BUILD-SNAPSHOT</version>
2458+
<version>1.4.8.BUILD-SNAPSHOT</version>
24602459
</plugin>
24612460
<plugin>
24622461
<groupId>org.apache.maven.plugins</groupId>
@@ -2667,4 +2666,4 @@
26672666
<id>integration-test</id>
26682667
</profile>
26692668
</profiles>
2670-
</project>
2669+
</project>

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.4.7.BUILD-SNAPSHOT'
3+
springBootVersion = '1.4.8.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.4.7.BUILD-SNAPSHOT" />
14+
<property name="spring-boot.version" value="1.4.8.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: 5 additions & 6 deletions
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
<!-- This POM is just to trigger the Ant/Ivy sample from Maven and to test -->
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
@@ -60,8 +59,8 @@
6059
<phase>package</phase>
6160
<configuration>
6261
<target>
63-
<property name="build.compiler" value="extJavac" />
64-
<ant dir="${basedir}" />
62+
<property name="build.compiler" value="extJavac"/>
63+
<ant dir="${basedir}"/>
6564
</target>
6665
</configuration>
6766
<goals>
@@ -83,7 +82,7 @@
8382
<dependency>
8483
<groupId>org.springframework.boot</groupId>
8584
<artifactId>spring-boot-antlib</artifactId>
86-
<version>1.4.7.BUILD-SNAPSHOT</version>
85+
<version>1.4.8.BUILD-SNAPSHOT</version>
8786
</dependency>
8887
</dependencies>
8988
</plugin>
@@ -101,4 +100,4 @@
101100
</plugin>
102101
</plugins>
103102
</build>
104-
</project>
103+
</project>

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

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

Lines changed: 4 additions & 5 deletions
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
<parent>
54
<groupId>org.springframework.boot</groupId>
@@ -170,7 +169,7 @@
170169
<dependency>
171170
<groupId>org.springframework.boot</groupId>
172171
<artifactId>spring-boot-maven-plugin</artifactId>
173-
<version>1.4.7.BUILD-SNAPSHOT</version>
172+
<version>1.4.8.BUILD-SNAPSHOT</version>
174173
</dependency>
175174
</dependencies>
176175
<configuration>
@@ -204,7 +203,7 @@
204203
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
205204
<resource>META-INF/spring.schemas</resource>
206205
</transformer>
207-
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
206+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
208207
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
209208
<mainClass>${start-class}</mainClass>
210209
</transformer>
@@ -216,4 +215,4 @@
216215
</plugins>
217216
</pluginManagement>
218217
</build>
219-
</project>
218+
</project>

0 commit comments

Comments
 (0)