Skip to content

Commit d16de6a

Browse files
committed
Release version 1.1.0.M1
1 parent d09c557 commit d16de6a

File tree

79 files changed

+117
-121
lines changed

Some content is hidden

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

79 files changed

+117
-121
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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-build</artifactId>
6-
<version>1.1.0.BUILD-SNAPSHOT</version>
6+
<version>1.1.0.M1</version>
77
<packaging>pom</packaging>
88
<name>Spring Boot Build</name>
99
<description>Spring Boot Build</description>
@@ -239,7 +239,7 @@
239239
<include>${basedir}/spring-boot-samples/**/build.xml</include>
240240
</includes>
241241
<token>spring-boot\.version\"\s.*+</token>
242-
<value>spring-boot.version" value="${project.version}" /></value>
242+
<value>spring-boot.version" value="${project.version}" /&gt;</value>
243243
</configuration>
244244
</execution>
245245
</executions>

spring-boot-actuator/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.0.BUILD-SNAPSHOT</version>
7+
<version>1.1.0.M1</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-actuator</artifactId>

spring-boot-autoconfigure/pom.xml

Lines changed: 2 additions & 3 deletions
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-parent</artifactId>
8-
<version>1.1.0.BUILD-SNAPSHOT</version>
7+
<version>1.1.0.M1</version>
98
<relativePath>../spring-boot-parent</relativePath>
109
</parent>
1110
<artifactId>spring-boot-autoconfigure</artifactId>

spring-boot-cli/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.0.BUILD-SNAPSHOT</version>
7+
<version>1.1.0.M1</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-cli</artifactId>

spring-boot-dependencies/pom.xml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.springframework.boot</groupId>
44
<artifactId>spring-boot-dependencies</artifactId>
5-
<version>1.1.0.BUILD-SNAPSHOT</version>
5+
<version>1.1.0.M1</version>
66
<packaging>pom</packaging>
77
<name>Spring Boot Dependencies</name>
88
<description>Spring Boot Dependencies</description>
@@ -44,7 +44,7 @@
4444
</developers>
4545
<properties>
4646
<!-- Spring Boot -->
47-
<spring-boot.version>1.1.0.BUILD-SNAPSHOT</spring-boot.version>
47+
<spring-boot.version>1.1.0.M1</spring-boot.version>
4848
<!-- Third Party -->
4949
<activemq.version>5.9.1</activemq.version>
5050
<aspectj.version>1.8.0</aspectj.version>
@@ -122,158 +122,158 @@
122122
<dependency>
123123
<groupId>org.springframework.boot</groupId>
124124
<artifactId>spring-boot</artifactId>
125-
<version>${spring-boot.version}</version>
125+
<version>1.1.0.M1</version>
126126
</dependency>
127127
<dependency>
128128
<groupId>org.springframework.boot</groupId>
129129
<artifactId>spring-boot</artifactId>
130130
<type>test-jar</type>
131-
<version>${spring-boot.version}</version>
131+
<version>1.1.0.M1</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>org.springframework.boot</groupId>
135135
<artifactId>spring-boot-actuator</artifactId>
136-
<version>${spring-boot.version}</version>
136+
<version>1.1.0.M1</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.springframework.boot</groupId>
140140
<artifactId>spring-boot-autoconfigure</artifactId>
141-
<version>${spring-boot.version}</version>
141+
<version>1.1.0.M1</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.springframework.boot</groupId>
145145
<artifactId>spring-boot-dependency-tools</artifactId>
146-
<version>${spring-boot.version}</version>
146+
<version>1.1.0.M1</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>org.springframework.boot</groupId>
150150
<artifactId>spring-boot-loader</artifactId>
151-
<version>${spring-boot.version}</version>
151+
<version>1.1.0.M1</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>org.springframework.boot</groupId>
155155
<artifactId>spring-boot-loader-tools</artifactId>
156-
<version>${spring-boot.version}</version>
156+
<version>1.1.0.M1</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>org.springframework.boot</groupId>
160160
<artifactId>spring-boot-starter</artifactId>
161-
<version>${spring-boot.version}</version>
161+
<version>1.1.0.M1</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>org.springframework.boot</groupId>
165165
<artifactId>spring-boot-starter-actuator</artifactId>
166-
<version>${spring-boot.version}</version>
166+
<version>1.1.0.M1</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>org.springframework.boot</groupId>
170170
<artifactId>spring-boot-starter-amqp</artifactId>
171-
<version>${spring-boot.version}</version>
171+
<version>1.1.0.M1</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>org.springframework.boot</groupId>
175175
<artifactId>spring-boot-starter-aop</artifactId>
176-
<version>${spring-boot.version}</version>
176+
<version>1.1.0.M1</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>org.springframework.boot</groupId>
180180
<artifactId>spring-boot-starter-batch</artifactId>
181-
<version>${spring-boot.version}</version>
181+
<version>1.1.0.M1</version>
182182
</dependency>
183183
<dependency>
184184
<groupId>org.springframework.boot</groupId>
185185
<artifactId>spring-boot-starter-data-gemfire</artifactId>
186-
<version>${spring-boot.version}</version>
186+
<version>1.1.0.M1</version>
187187
</dependency>
188188
<dependency>
189189
<groupId>org.springframework.boot</groupId>
190190
<artifactId>spring-boot-starter-data-jpa</artifactId>
191-
<version>${spring-boot.version}</version>
191+
<version>1.1.0.M1</version>
192192
</dependency>
193193
<dependency>
194194
<groupId>org.springframework.boot</groupId>
195195
<artifactId>spring-boot-starter-data-mongodb</artifactId>
196-
<version>${spring-boot.version}</version>
196+
<version>1.1.0.M1</version>
197197
</dependency>
198198
<dependency>
199199
<groupId>org.springframework.boot</groupId>
200200
<artifactId>spring-boot-starter-data-rest</artifactId>
201-
<version>${spring-boot.version}</version>
201+
<version>1.1.0.M1</version>
202202
</dependency>
203203
<dependency>
204204
<groupId>org.springframework.boot</groupId>
205205
<artifactId>spring-boot-starter-freemarker</artifactId>
206-
<version>${spring-boot.version}</version>
206+
<version>1.1.0.M1</version>
207207
</dependency>
208208
<dependency>
209209
<groupId>org.springframework.boot</groupId>
210210
<artifactId>spring-boot-starter-integration</artifactId>
211-
<version>${spring-boot.version}</version>
211+
<version>1.1.0.M1</version>
212212
</dependency>
213213
<dependency>
214214
<groupId>org.springframework.boot</groupId>
215215
<artifactId>spring-boot-starter-jdbc</artifactId>
216-
<version>${spring-boot.version}</version>
216+
<version>1.1.0.M1</version>
217217
</dependency>
218218
<dependency>
219219
<groupId>org.springframework.boot</groupId>
220220
<artifactId>spring-boot-starter-jetty</artifactId>
221-
<version>${spring-boot.version}</version>
221+
<version>1.1.0.M1</version>
222222
</dependency>
223223
<dependency>
224224
<groupId>org.springframework.boot</groupId>
225225
<artifactId>spring-boot-starter-log4j</artifactId>
226-
<version>${spring-boot.version}</version>
226+
<version>1.1.0.M1</version>
227227
</dependency>
228228
<dependency>
229229
<groupId>org.springframework.boot</groupId>
230230
<artifactId>spring-boot-starter-logging</artifactId>
231-
<version>${spring-boot.version}</version>
231+
<version>1.1.0.M1</version>
232232
</dependency>
233233
<dependency>
234234
<groupId>org.springframework.boot</groupId>
235235
<artifactId>spring-boot-starter-mobile</artifactId>
236-
<version>${spring-boot.version}</version>
236+
<version>1.1.0.M1</version>
237237
</dependency>
238238
<dependency>
239239
<groupId>org.springframework.boot</groupId>
240240
<artifactId>spring-boot-starter-redis</artifactId>
241-
<version>${spring-boot.version}</version>
241+
<version>1.1.0.M1</version>
242242
</dependency>
243243
<dependency>
244244
<groupId>org.springframework.boot</groupId>
245245
<artifactId>spring-boot-starter-remote-shell</artifactId>
246-
<version>${spring-boot.version}</version>
246+
<version>1.1.0.M1</version>
247247
</dependency>
248248
<dependency>
249249
<groupId>org.springframework.boot</groupId>
250250
<artifactId>spring-boot-starter-security</artifactId>
251-
<version>${spring-boot.version}</version>
251+
<version>1.1.0.M1</version>
252252
</dependency>
253253
<dependency>
254254
<groupId>org.springframework.boot</groupId>
255255
<artifactId>spring-boot-starter-test</artifactId>
256-
<version>${spring-boot.version}</version>
256+
<version>1.1.0.M1</version>
257257
</dependency>
258258
<dependency>
259259
<groupId>org.springframework.boot</groupId>
260260
<artifactId>spring-boot-starter-thymeleaf</artifactId>
261-
<version>${spring-boot.version}</version>
261+
<version>1.1.0.M1</version>
262262
</dependency>
263263
<dependency>
264264
<groupId>org.springframework.boot</groupId>
265265
<artifactId>spring-boot-starter-tomcat</artifactId>
266-
<version>${spring-boot.version}</version>
266+
<version>1.1.0.M1</version>
267267
</dependency>
268268
<dependency>
269269
<groupId>org.springframework.boot</groupId>
270270
<artifactId>spring-boot-starter-web</artifactId>
271-
<version>${spring-boot.version}</version>
271+
<version>1.1.0.M1</version>
272272
</dependency>
273273
<dependency>
274274
<groupId>org.springframework.boot</groupId>
275275
<artifactId>spring-boot-starter-websocket</artifactId>
276-
<version>${spring-boot.version}</version>
276+
<version>1.1.0.M1</version>
277277
</dependency>
278278

279279
<!-- Third Party -->
@@ -1206,4 +1206,4 @@
12061206
</plugins>
12071207
</pluginManagement>
12081208
</build>
1209-
</project>
1209+
</project>

spring-boot-docs/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.0.BUILD-SNAPSHOT</version>
7+
<version>1.1.0.M1</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-docs</artifactId>

spring-boot-full-build/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.0.BUILD-SNAPSHOT</version>
6+
<version>1.1.0.M1</version>
77
<packaging>pom</packaging>
88
<name>Spring Boot Full Build</name>
99
<description>Spring Boot Full Build</description>

spring-boot-integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.0.BUILD-SNAPSHOT</version>
7+
<version>1.1.0.M1</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-integration-tests</artifactId>

spring-boot-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-dependencies</artifactId>
7-
<version>1.1.0.BUILD-SNAPSHOT</version>
7+
<version>1.1.0.M1</version>
88
<relativePath>../spring-boot-dependencies</relativePath>
99
</parent>
1010
<artifactId>spring-boot-parent</artifactId>

spring-boot-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>1.1.0.BUILD-SNAPSHOT</version>
7+
<version>1.1.0.M1</version>
88
<relativePath>../spring-boot-starters/spring-boot-starter-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-samples</artifactId>

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

Lines changed: 1 addition & 1 deletion
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.1.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.0.M1</version>
99
</parent>
1010
<artifactId>spring-boot-sample-actuator-log4j</artifactId>
1111
<name>Spring Boot Actuator Log4J Sample</name>

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

Lines changed: 1 addition & 1 deletion
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.1.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.0.M1</version>
99
</parent>
1010
<artifactId>spring-boot-sample-actuator-noweb</artifactId>
1111
<name>Spring Boot Actuator Non-Web Sample</name>

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

Lines changed: 1 addition & 1 deletion
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.1.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.0.M1</version>
99
</parent>
1010
<artifactId>spring-boot-sample-actuator-ui</artifactId>
1111
<name>Spring Boot Actuator UI Sample</name>

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

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

Lines changed: 1 addition & 1 deletion
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.1.0.BUILD-SNAPSHOT" />
8+
<property name="spring-boot.version" value="1.1.0.M1" />
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-actuator/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.0.M1</version>
99
</parent>
1010
<artifactId>spring-boot-sample-actuator</artifactId>
1111
<name>Spring Boot Actuator Sample</name>

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

Lines changed: 1 addition & 1 deletion
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.1.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.0.M1</version>
99
</parent>
1010
<artifactId>spring-boot-sample-amqp</artifactId>
1111
<name>Spring Boot AMQP Sample</name>

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

Lines changed: 1 addition & 1 deletion
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.1.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.0.M1</version>
99
</parent>
1010
<artifactId>spring-boot-sample-aop</artifactId>
1111
<name>Spring Boot AOP Sample</name>

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

Lines changed: 1 addition & 1 deletion
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.1.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.0.M1</version>
99
</parent>
1010
<artifactId>spring-boot-sample-batch</artifactId>
1111
<name>Spring Boot Batch Sample</name>

0 commit comments

Comments
 (0)