Skip to content

Commit 53ab1e6

Browse files
committed
Release version 1.1.0.RC1
1 parent cb89995 commit 53ab1e6

File tree

94 files changed

+149
-159
lines changed

Some content is hidden

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

94 files changed

+149
-159
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.RC1</version>
77
<packaging>pom</packaging>
88
<name>Spring Boot Build</name>
99
<description>Spring Boot Build</description>
@@ -242,7 +242,7 @@
242242
<include>${basedir}/spring-boot-samples/**/build.xml</include>
243243
</includes>
244244
<token>spring-boot\.version\"\s.*+</token>
245-
<value>spring-boot.version" value="${project.version}" /></value>
245+
<value>spring-boot.version" value="${project.version}" /&gt;</value>
246246
</configuration>
247247
</execution>
248248
</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.RC1</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.RC1</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.RC1</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-cli</artifactId>

spring-boot-dependencies/pom.xml

Lines changed: 43 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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>
6-
<version>1.1.0.BUILD-SNAPSHOT</version>
5+
<version>1.1.0.RC1</version>
76
<packaging>pom</packaging>
87
<name>Spring Boot Dependencies</name>
98
<description>Spring Boot Dependencies</description>
@@ -45,7 +44,7 @@
4544
</developers>
4645
<properties>
4746
<!-- Spring Boot -->
48-
<spring-boot.version>1.1.0.BUILD-SNAPSHOT</spring-boot.version>
47+
<spring-boot.version>1.1.0.RC1</spring-boot.version>
4948
<!-- Third Party -->
5049
<activemq.version>5.9.1</activemq.version>
5150
<aspectj.version>1.8.0</aspectj.version>
@@ -124,198 +123,198 @@
124123
<dependency>
125124
<groupId>org.springframework.boot</groupId>
126125
<artifactId>spring-boot</artifactId>
127-
<version>1.1.0.BUILD-SNAPSHOT</version>
126+
<version>1.1.0.RC1</version>
128127
</dependency>
129128
<dependency>
130129
<groupId>org.springframework.boot</groupId>
131130
<artifactId>spring-boot</artifactId>
132131
<type>test-jar</type>
133-
<version>1.1.0.BUILD-SNAPSHOT</version>
132+
<version>1.1.0.RC1</version>
134133
</dependency>
135134
<dependency>
136135
<groupId>org.springframework.boot</groupId>
137136
<artifactId>spring-boot-actuator</artifactId>
138-
<version>1.1.0.BUILD-SNAPSHOT</version>
137+
<version>1.1.0.RC1</version>
139138
</dependency>
140139
<dependency>
141140
<groupId>org.springframework.boot</groupId>
142141
<artifactId>spring-boot-autoconfigure</artifactId>
143-
<version>1.1.0.BUILD-SNAPSHOT</version>
142+
<version>1.1.0.RC1</version>
144143
</dependency>
145144
<dependency>
146145
<groupId>org.springframework.boot</groupId>
147146
<artifactId>spring-boot-dependency-tools</artifactId>
148-
<version>1.1.0.BUILD-SNAPSHOT</version>
147+
<version>1.1.0.RC1</version>
149148
</dependency>
150149
<dependency>
151150
<groupId>org.springframework.boot</groupId>
152151
<artifactId>spring-boot-loader</artifactId>
153-
<version>1.1.0.BUILD-SNAPSHOT</version>
152+
<version>1.1.0.RC1</version>
154153
</dependency>
155154
<dependency>
156155
<groupId>org.springframework.boot</groupId>
157156
<artifactId>spring-boot-loader-tools</artifactId>
158-
<version>1.1.0.BUILD-SNAPSHOT</version>
157+
<version>1.1.0.RC1</version>
159158
</dependency>
160159
<dependency>
161160
<groupId>org.springframework.boot</groupId>
162161
<artifactId>spring-boot-starter</artifactId>
163-
<version>1.1.0.BUILD-SNAPSHOT</version>
162+
<version>1.1.0.RC1</version>
164163
</dependency>
165164
<dependency>
166165
<groupId>org.springframework.boot</groupId>
167166
<artifactId>spring-boot-starter-actuator</artifactId>
168-
<version>1.1.0.BUILD-SNAPSHOT</version>
167+
<version>1.1.0.RC1</version>
169168
</dependency>
170169
<dependency>
171170
<groupId>org.springframework.boot</groupId>
172171
<artifactId>spring-boot-starter-amqp</artifactId>
173-
<version>1.1.0.BUILD-SNAPSHOT</version>
172+
<version>1.1.0.RC1</version>
174173
</dependency>
175174
<dependency>
176175
<groupId>org.springframework.boot</groupId>
177176
<artifactId>spring-boot-starter-aop</artifactId>
178-
<version>1.1.0.BUILD-SNAPSHOT</version>
177+
<version>1.1.0.RC1</version>
179178
</dependency>
180179
<dependency>
181180
<groupId>org.springframework.boot</groupId>
182181
<artifactId>spring-boot-starter-batch</artifactId>
183-
<version>1.1.0.BUILD-SNAPSHOT</version>
182+
<version>1.1.0.RC1</version>
184183
</dependency>
185184
<dependency>
186185
<groupId>org.springframework.boot</groupId>
187186
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
188-
<version>1.1.0.BUILD-SNAPSHOT</version>
187+
<version>1.1.0.RC1</version>
189188
</dependency>
190189
<dependency>
191190
<groupId>org.springframework.boot</groupId>
192191
<artifactId>spring-boot-starter-data-gemfire</artifactId>
193-
<version>1.1.0.BUILD-SNAPSHOT</version>
192+
<version>1.1.0.RC1</version>
194193
</dependency>
195194
<dependency>
196195
<groupId>org.springframework.boot</groupId>
197196
<artifactId>spring-boot-starter-data-jpa</artifactId>
198-
<version>1.1.0.BUILD-SNAPSHOT</version>
197+
<version>1.1.0.RC1</version>
199198
</dependency>
200199
<dependency>
201200
<groupId>org.springframework.boot</groupId>
202201
<artifactId>spring-boot-starter-data-mongodb</artifactId>
203-
<version>1.1.0.BUILD-SNAPSHOT</version>
202+
<version>1.1.0.RC1</version>
204203
</dependency>
205204
<dependency>
206205
<groupId>org.springframework.boot</groupId>
207206
<artifactId>spring-boot-starter-data-rest</artifactId>
208-
<version>1.1.0.BUILD-SNAPSHOT</version>
207+
<version>1.1.0.RC1</version>
209208
</dependency>
210209
<dependency>
211210
<groupId>org.springframework.boot</groupId>
212211
<artifactId>spring-boot-starter-data-solr</artifactId>
213-
<version>1.1.0.BUILD-SNAPSHOT</version>
212+
<version>1.1.0.RC1</version>
214213
</dependency>
215214
<dependency>
216215
<groupId>org.springframework.boot</groupId>
217216
<artifactId>spring-boot-starter-freemarker</artifactId>
218-
<version>1.1.0.BUILD-SNAPSHOT</version>
217+
<version>1.1.0.RC1</version>
219218
</dependency>
220219
<dependency>
221220
<groupId>org.springframework.boot</groupId>
222221
<artifactId>spring-boot-starter-groovy-templates</artifactId>
223-
<version>1.1.0.BUILD-SNAPSHOT</version>
222+
<version>1.1.0.RC1</version>
224223
</dependency>
225224
<dependency>
226225
<groupId>org.springframework.boot</groupId>
227226
<artifactId>spring-boot-starter-hornetq</artifactId>
228-
<version>1.1.0.BUILD-SNAPSHOT</version>
227+
<version>1.1.0.RC1</version>
229228
</dependency>
230229
<dependency>
231230
<groupId>org.springframework.boot</groupId>
232231
<artifactId>spring-boot-starter-integration</artifactId>
233-
<version>1.1.0.BUILD-SNAPSHOT</version>
232+
<version>1.1.0.RC1</version>
234233
</dependency>
235234
<dependency>
236235
<groupId>org.springframework.boot</groupId>
237236
<artifactId>spring-boot-starter-jdbc</artifactId>
238-
<version>1.1.0.BUILD-SNAPSHOT</version>
237+
<version>1.1.0.RC1</version>
239238
</dependency>
240239
<dependency>
241240
<groupId>org.springframework.boot</groupId>
242241
<artifactId>spring-boot-starter-jetty</artifactId>
243-
<version>1.1.0.BUILD-SNAPSHOT</version>
242+
<version>1.1.0.RC1</version>
244243
</dependency>
245244
<dependency>
246245
<groupId>org.springframework.boot</groupId>
247246
<artifactId>spring-boot-starter-log4j</artifactId>
248-
<version>1.1.0.BUILD-SNAPSHOT</version>
247+
<version>1.1.0.RC1</version>
249248
</dependency>
250249
<dependency>
251250
<groupId>org.springframework.boot</groupId>
252251
<artifactId>spring-boot-starter-logging</artifactId>
253-
<version>1.1.0.BUILD-SNAPSHOT</version>
252+
<version>1.1.0.RC1</version>
254253
</dependency>
255254
<dependency>
256255
<groupId>org.springframework.boot</groupId>
257256
<artifactId>spring-boot-starter-mobile</artifactId>
258-
<version>1.1.0.BUILD-SNAPSHOT</version>
257+
<version>1.1.0.RC1</version>
259258
</dependency>
260259
<dependency>
261260
<groupId>org.springframework.boot</groupId>
262261
<artifactId>spring-boot-starter-redis</artifactId>
263-
<version>1.1.0.BUILD-SNAPSHOT</version>
262+
<version>1.1.0.RC1</version>
264263
</dependency>
265264
<dependency>
266265
<groupId>org.springframework.boot</groupId>
267266
<artifactId>spring-boot-starter-remote-shell</artifactId>
268-
<version>1.1.0.BUILD-SNAPSHOT</version>
267+
<version>1.1.0.RC1</version>
269268
</dependency>
270269
<dependency>
271270
<groupId>org.springframework.boot</groupId>
272271
<artifactId>spring-boot-starter-security</artifactId>
273-
<version>1.1.0.BUILD-SNAPSHOT</version>
272+
<version>1.1.0.RC1</version>
274273
</dependency>
275274
<dependency>
276275
<groupId>org.springframework.boot</groupId>
277276
<artifactId>spring-boot-starter-social-facebook</artifactId>
278-
<version>1.1.0.BUILD-SNAPSHOT</version>
277+
<version>1.1.0.RC1</version>
279278
</dependency>
280279
<dependency>
281280
<groupId>org.springframework.boot</groupId>
282281
<artifactId>spring-boot-starter-social-linkedin</artifactId>
283-
<version>1.1.0.BUILD-SNAPSHOT</version>
282+
<version>1.1.0.RC1</version>
284283
</dependency>
285284
<dependency>
286285
<groupId>org.springframework.boot</groupId>
287286
<artifactId>spring-boot-starter-social-twitter</artifactId>
288-
<version>1.1.0.BUILD-SNAPSHOT</version>
287+
<version>1.1.0.RC1</version>
289288
</dependency>
290289
<dependency>
291290
<groupId>org.springframework.boot</groupId>
292291
<artifactId>spring-boot-starter-test</artifactId>
293-
<version>1.1.0.BUILD-SNAPSHOT</version>
292+
<version>1.1.0.RC1</version>
294293
</dependency>
295294
<dependency>
296295
<groupId>org.springframework.boot</groupId>
297296
<artifactId>spring-boot-starter-thymeleaf</artifactId>
298-
<version>1.1.0.BUILD-SNAPSHOT</version>
297+
<version>1.1.0.RC1</version>
299298
</dependency>
300299
<dependency>
301300
<groupId>org.springframework.boot</groupId>
302301
<artifactId>spring-boot-starter-tomcat</artifactId>
303-
<version>1.1.0.BUILD-SNAPSHOT</version>
302+
<version>1.1.0.RC1</version>
304303
</dependency>
305304
<dependency>
306305
<groupId>org.springframework.boot</groupId>
307306
<artifactId>spring-boot-starter-velocity</artifactId>
308-
<version>1.1.0.BUILD-SNAPSHOT</version>
307+
<version>1.1.0.RC1</version>
309308
</dependency>
310309
<dependency>
311310
<groupId>org.springframework.boot</groupId>
312311
<artifactId>spring-boot-starter-web</artifactId>
313-
<version>1.1.0.BUILD-SNAPSHOT</version>
312+
<version>1.1.0.RC1</version>
314313
</dependency>
315314
<dependency>
316315
<groupId>org.springframework.boot</groupId>
317316
<artifactId>spring-boot-starter-websocket</artifactId>
318-
<version>1.1.0.BUILD-SNAPSHOT</version>
317+
<version>1.1.0.RC1</version>
319318
</dependency>
320319

321320
<!-- Third Party -->
@@ -1193,4 +1192,4 @@
11931192
</plugins>
11941193
</pluginManagement>
11951194
</build>
1196-
</project>
1195+
</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.RC1</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.RC1</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.RC1</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.RC1</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.RC1</version>
88
<relativePath>../spring-boot-starters/spring-boot-starter-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-samples</artifactId>

0 commit comments

Comments
 (0)