Skip to content

Commit cb8668a

Browse files
committed
Release version 1.0.0.RC4
1 parent 02faa0a commit cb8668a

File tree

67 files changed

+95
-122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+95
-122
lines changed

pom.xml

+8-15
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?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"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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">
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>org.springframework.boot</groupId>
65
<artifactId>spring-boot-build</artifactId>
7-
<version>1.0.0.BUILD-SNAPSHOT</version>
6+
<version>1.0.0.RC4</version>
87
<packaging>pom</packaging>
98
<prerequisites>
109
<maven>3.0.0</maven>
@@ -96,20 +95,15 @@
9695
<taskdef resource="net/sf/antcontrib/antcontrib.properties" />
9796
<taskdef name="stringutil" classname="ise.antelope.tasks.StringUtilTask" />
9897
<var name="version-type" value="${project.version}" />
99-
<propertyregex property="version-type" override="true"
100-
input="${version-type}" regexp=".*\.(.*)" replace="\1" />
101-
<propertyregex property="version-type" override="true"
102-
input="${version-type}" regexp="(M)\d+" replace="MILESTONE" />
103-
<propertyregex property="version-type" override="true"
104-
input="${version-type}" regexp="(RC)\d+" replace="MILESTONE" />
105-
<propertyregex property="version-type" override="true"
106-
input="${version-type}" regexp="BUILD-(.*)" replace="SNAPSHOT" />
98+
<propertyregex property="version-type" override="true" input="${version-type}" regexp=".*\.(.*)" replace="\1" />
99+
<propertyregex property="version-type" override="true" input="${version-type}" regexp="(M)\d+" replace="MILESTONE" />
100+
<propertyregex property="version-type" override="true" input="${version-type}" regexp="(RC)\d+" replace="MILESTONE" />
101+
<propertyregex property="version-type" override="true" input="${version-type}" regexp="BUILD-(.*)" replace="SNAPSHOT" />
107102
<stringutil string="${version-type}" property="profile">
108103
<lowercase />
109104
</stringutil>
110105
<echo message="Writing settings for ${profile} profile" />
111-
<copy file=".settings-template.xml" tofile="settings.xml"
112-
overwrite="true">
106+
<copy file=".settings-template.xml" tofile="settings.xml" overwrite="true">
113107
<filterset>
114108
<filter token="profile" value="${profile}" />
115109
</filterset>
@@ -126,8 +120,7 @@
126120
<inherited>false</inherited>
127121
<configuration>
128122
<target>
129-
<property name="sourceFile"
130-
value="spring-boot-starters/spring-boot-starter-parent/pom.xml" />
123+
<property name="sourceFile" value="spring-boot-starters/spring-boot-starter-parent/pom.xml" />
131124
<xslt in="${sourceFile}" out="${sourceFile}.new" force="true">
132125
<style>
133126
<string><![CDATA[

spring-boot-actuator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-parent</artifactId>
7-
<version>1.0.0.BUILD-SNAPSHOT</version>
7+
<version>1.0.0.RC4</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-actuator</artifactId>

spring-boot-autoconfigure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-parent</artifactId>
7-
<version>1.0.0.BUILD-SNAPSHOT</version>
7+
<version>1.0.0.RC4</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-autoconfigure</artifactId>

spring-boot-cli/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-parent</artifactId>
7-
<version>1.0.0.BUILD-SNAPSHOT</version>
7+
<version>1.0.0.RC4</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-cli</artifactId>

spring-boot-dependencies/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?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"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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">
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>org.springframework.boot</groupId>
65
<artifactId>spring-boot-dependencies</artifactId>
7-
<version>1.0.0.BUILD-SNAPSHOT</version>
6+
<version>1.0.0.RC4</version>
87
<packaging>pom</packaging>
98
<properties>
109
<activemq.version>5.7.0</activemq.version>

spring-boot-docs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-parent</artifactId>
7-
<version>1.0.0.BUILD-SNAPSHOT</version>
7+
<version>1.0.0.RC4</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-docs</artifactId>

spring-boot-full-build/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.boot</groupId>
55
<artifactId>spring-boot-full-build</artifactId>
6-
<version>1.0.0.BUILD-SNAPSHOT</version>
6+
<version>1.0.0.RC4</version>
77
<packaging>pom</packaging>
88
<modules>
99
<module>../</module>

spring-boot-integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-parent</artifactId>
7-
<version>1.0.0.BUILD-SNAPSHOT</version>
7+
<version>1.0.0.RC4</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-integration-tests</artifactId>

spring-boot-parent/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?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"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.springframework.boot</groupId>
76
<artifactId>spring-boot-dependencies</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
7+
<version>1.0.0.RC4</version>
98
<relativePath>../spring-boot-dependencies</relativePath>
109
</parent>
1110
<artifactId>spring-boot-parent</artifactId>

spring-boot-samples/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?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"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.springframework.boot</groupId>
76
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
7+
<version>1.0.0.RC4</version>
98
<relativePath>../spring-boot-starters/spring-boot-starter-parent</relativePath>
109
</parent>
1110
<artifactId>spring-boot-samples</artifactId>

spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-actuator-log4j</artifactId>
1111
<packaging>jar</packaging>

spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-actuator-noweb</artifactId>
1111
<packaging>jar</packaging>

spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-actuator-ui</artifactId>
1111
<packaging>jar</packaging>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-actuator</artifactId>
1111
<packaging>jar</packaging>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-amqp</artifactId>
1111
<packaging>jar</packaging>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-aop</artifactId>
1111
<packaging>jar</packaging>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-batch</artifactId>
1111
<packaging>jar</packaging>

spring-boot-samples/spring-boot-sample-data-jpa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-data-jpa</artifactId>
1111
<packaging>jar</packaging>

spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-data-mongodb</artifactId>
1111
<packaging>jar</packaging>

spring-boot-samples/spring-boot-sample-data-redis/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-data-redis</artifactId>
1111
<packaging>jar</packaging>

spring-boot-samples/spring-boot-sample-data-rest/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?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"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<!-- Your own application should inherit from spring-boot-starter-parent -->
76
<groupId>org.springframework.boot</groupId>
87
<artifactId>spring-boot-samples</artifactId>
9-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
109
</parent>
1110
<artifactId>spring-boot-sample-data-rest</artifactId>
1211
<packaging>jar</packaging>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-integration</artifactId>
1111
<packaging>jar</packaging>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-jetty</artifactId>
1111
<packaging>jar</packaging>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-profile</artifactId>
1111
<packaging>jar</packaging>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-secure</artifactId>
1111
<packaging>jar</packaging>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-servlet</artifactId>
1111
<packaging>war</packaging>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-simple</artifactId>
1111
<packaging>jar</packaging>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-tomcat</artifactId>
1111
<packaging>jar</packaging>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-traditional</artifactId>
1111
<packaging>war</packaging>

spring-boot-samples/spring-boot-sample-web-jsp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-web-jsp</artifactId>
1111
<packaging>war</packaging>

spring-boot-samples/spring-boot-sample-web-method-security/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?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"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<!-- Your own application should inherit from spring-boot-starter-parent -->
76
<groupId>org.springframework.boot</groupId>
87
<artifactId>spring-boot-samples</artifactId>
9-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
109
</parent>
1110
<artifactId>spring-boot-sample-web-method-security</artifactId>
1211
<packaging>jar</packaging>

spring-boot-samples/spring-boot-sample-web-secure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-web-secure</artifactId>
1111
<packaging>jar</packaging>

spring-boot-samples/spring-boot-sample-web-static/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-web-static</artifactId>
1111
<packaging>war</packaging>

spring-boot-samples/spring-boot-sample-web-ui/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?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"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<!-- Your own application should inherit from spring-boot-starter-parent -->
76
<groupId>org.springframework.boot</groupId>
87
<artifactId>spring-boot-samples</artifactId>
9-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
109
</parent>
1110
<artifactId>spring-boot-sample-web-ui</artifactId>
1211
<packaging>jar</packaging>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- Your own application should inherit from spring-boot-starter-parent -->
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-samples</artifactId>
10-
<version>1.0.0.BUILD-SNAPSHOT</version>
10+
<version>1.0.0.RC4</version>
1111
</parent>
1212
<properties>
1313
<main.basedir>${basedir}/../..</main.basedir>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.0.BUILD-SNAPSHOT</version>
8+
<version>1.0.0.RC4</version>
99
</parent>
1010
<artifactId>spring-boot-sample-xml</artifactId>
1111
<packaging>jar</packaging>

0 commit comments

Comments
 (0)