Skip to content

Commit 0e5f0da

Browse files
committed
Release version 1.2.0.RC2
1 parent 08988fd commit 0e5f0da

File tree

123 files changed

+182
-221
lines changed

Some content is hidden

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

123 files changed

+182
-221
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.2.0.BUILD-SNAPSHOT</version>
6+
<version>1.2.0.RC2</version>
77
<packaging>pom</packaging>
88
<name>Spring Boot Build</name>
99
<description>Spring Boot Build</description>
@@ -275,7 +275,7 @@
275275
<regexFlag>DOTALL</regexFlag>
276276
</regexFlags>
277277
<token>\n\t&lt;profiles&gt;.*&lt;/profiles&gt;</token>
278-
<value></value>
278+
<value />
279279
</configuration>
280280
</execution>
281281
</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.2.0.BUILD-SNAPSHOT</version>
7+
<version>1.2.0.RC2</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-actuator</artifactId>

spring-boot-autoconfigure/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.2.0.BUILD-SNAPSHOT</version>
7+
<version>1.2.0.RC2</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<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.2.0.BUILD-SNAPSHOT</version>
7+
<version>1.2.0.RC2</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-cli</artifactId>

spring-boot-dependencies/pom.xml

Lines changed: 51 additions & 82 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.2.0.BUILD-SNAPSHOT</version>
5+
<version>1.2.0.RC2</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.2.0.BUILD-SNAPSHOT</spring-boot.version>
47+
<spring-boot.version>1.2.0.RC2</spring-boot.version>
4848
<!-- Third Party -->
4949
<activemq.version>5.10.0</activemq.version>
5050
<aspectj.version>1.8.4</aspectj.version>
@@ -141,48 +141,48 @@
141141
<dependency>
142142
<groupId>org.springframework.boot</groupId>
143143
<artifactId>spring-boot</artifactId>
144-
<version>1.2.0.BUILD-SNAPSHOT</version>
144+
<version>1.2.0.RC2</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>org.springframework.boot</groupId>
148148
<artifactId>spring-boot</artifactId>
149149
<type>test-jar</type>
150-
<version>1.2.0.BUILD-SNAPSHOT</version>
150+
<version>1.2.0.RC2</version>
151151
</dependency>
152152
<dependency>
153153
<groupId>org.springframework.boot</groupId>
154154
<artifactId>spring-boot-actuator</artifactId>
155-
<version>1.2.0.BUILD-SNAPSHOT</version>
155+
<version>1.2.0.RC2</version>
156156
</dependency>
157157
<dependency>
158158
<groupId>org.springframework.boot</groupId>
159159
<artifactId>spring-boot-autoconfigure</artifactId>
160-
<version>1.2.0.BUILD-SNAPSHOT</version>
160+
<version>1.2.0.RC2</version>
161161
</dependency>
162162
<dependency>
163163
<groupId>org.springframework.boot</groupId>
164164
<artifactId>spring-boot-configuration-processor</artifactId>
165-
<version>1.2.0.BUILD-SNAPSHOT</version>
165+
<version>1.2.0.RC2</version>
166166
</dependency>
167167
<dependency>
168168
<groupId>org.springframework.boot</groupId>
169169
<artifactId>spring-boot-dependency-tools</artifactId>
170-
<version>1.2.0.BUILD-SNAPSHOT</version>
170+
<version>1.2.0.RC2</version>
171171
</dependency>
172172
<dependency>
173173
<groupId>org.springframework.boot</groupId>
174174
<artifactId>spring-boot-loader</artifactId>
175-
<version>1.2.0.BUILD-SNAPSHOT</version>
175+
<version>1.2.0.RC2</version>
176176
</dependency>
177177
<dependency>
178178
<groupId>org.springframework.boot</groupId>
179179
<artifactId>spring-boot-loader-tools</artifactId>
180-
<version>1.2.0.BUILD-SNAPSHOT</version>
180+
<version>1.2.0.RC2</version>
181181
</dependency>
182182
<dependency>
183183
<groupId>org.springframework.boot</groupId>
184184
<artifactId>spring-boot-starter</artifactId>
185-
<version>1.2.0.BUILD-SNAPSHOT</version>
185+
<version>1.2.0.RC2</version>
186186
<exclusions>
187187
<exclusion>
188188
<groupId>commons-logging</groupId>
@@ -193,167 +193,167 @@
193193
<dependency>
194194
<groupId>org.springframework.boot</groupId>
195195
<artifactId>spring-boot-starter-actuator</artifactId>
196-
<version>1.2.0.BUILD-SNAPSHOT</version>
196+
<version>1.2.0.RC2</version>
197197
</dependency>
198198
<dependency>
199199
<groupId>org.springframework.boot</groupId>
200200
<artifactId>spring-boot-starter-amqp</artifactId>
201-
<version>1.2.0.BUILD-SNAPSHOT</version>
201+
<version>1.2.0.RC2</version>
202202
</dependency>
203203
<dependency>
204204
<groupId>org.springframework.boot</groupId>
205205
<artifactId>spring-boot-starter-aop</artifactId>
206-
<version>1.2.0.BUILD-SNAPSHOT</version>
206+
<version>1.2.0.RC2</version>
207207
</dependency>
208208
<dependency>
209209
<groupId>org.springframework.boot</groupId>
210210
<artifactId>spring-boot-starter-batch</artifactId>
211-
<version>1.2.0.BUILD-SNAPSHOT</version>
211+
<version>1.2.0.RC2</version>
212212
</dependency>
213213
<dependency>
214214
<groupId>org.springframework.boot</groupId>
215215
<artifactId>spring-boot-starter-cloud-connectors</artifactId>
216-
<version>1.2.0.BUILD-SNAPSHOT</version>
216+
<version>1.2.0.RC2</version>
217217
</dependency>
218218
<dependency>
219219
<groupId>org.springframework.boot</groupId>
220220
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
221-
<version>1.2.0.BUILD-SNAPSHOT</version>
221+
<version>1.2.0.RC2</version>
222222
</dependency>
223223
<dependency>
224224
<groupId>org.springframework.boot</groupId>
225225
<artifactId>spring-boot-starter-data-gemfire</artifactId>
226-
<version>1.2.0.BUILD-SNAPSHOT</version>
226+
<version>1.2.0.RC2</version>
227227
</dependency>
228228
<dependency>
229229
<groupId>org.springframework.boot</groupId>
230230
<artifactId>spring-boot-starter-data-jpa</artifactId>
231-
<version>1.2.0.BUILD-SNAPSHOT</version>
231+
<version>1.2.0.RC2</version>
232232
</dependency>
233233
<dependency>
234234
<groupId>org.springframework.boot</groupId>
235235
<artifactId>spring-boot-starter-data-mongodb</artifactId>
236-
<version>1.2.0.BUILD-SNAPSHOT</version>
236+
<version>1.2.0.RC2</version>
237237
</dependency>
238238
<dependency>
239239
<groupId>org.springframework.boot</groupId>
240240
<artifactId>spring-boot-starter-data-rest</artifactId>
241-
<version>1.2.0.BUILD-SNAPSHOT</version>
241+
<version>1.2.0.RC2</version>
242242
</dependency>
243243
<dependency>
244244
<groupId>org.springframework.boot</groupId>
245245
<artifactId>spring-boot-starter-data-solr</artifactId>
246-
<version>1.2.0.BUILD-SNAPSHOT</version>
246+
<version>1.2.0.RC2</version>
247247
</dependency>
248248
<dependency>
249249
<groupId>org.springframework.boot</groupId>
250250
<artifactId>spring-boot-starter-freemarker</artifactId>
251-
<version>1.2.0.BUILD-SNAPSHOT</version>
251+
<version>1.2.0.RC2</version>
252252
</dependency>
253253
<dependency>
254254
<groupId>org.springframework.boot</groupId>
255255
<artifactId>spring-boot-starter-groovy-templates</artifactId>
256-
<version>1.2.0.BUILD-SNAPSHOT</version>
256+
<version>1.2.0.RC2</version>
257257
</dependency>
258258
<dependency>
259259
<groupId>org.springframework.boot</groupId>
260260
<artifactId>spring-boot-starter-hornetq</artifactId>
261-
<version>1.2.0.BUILD-SNAPSHOT</version>
261+
<version>1.2.0.RC2</version>
262262
</dependency>
263263
<dependency>
264264
<groupId>org.springframework.boot</groupId>
265265
<artifactId>spring-boot-starter-integration</artifactId>
266-
<version>1.2.0.BUILD-SNAPSHOT</version>
266+
<version>1.2.0.RC2</version>
267267
</dependency>
268268
<dependency>
269269
<groupId>org.springframework.boot</groupId>
270270
<artifactId>spring-boot-starter-jdbc</artifactId>
271-
<version>1.2.0.BUILD-SNAPSHOT</version>
271+
<version>1.2.0.RC2</version>
272272
</dependency>
273273
<dependency>
274274
<groupId>org.springframework.boot</groupId>
275275
<artifactId>spring-boot-starter-jersey</artifactId>
276-
<version>1.2.0.BUILD-SNAPSHOT</version>
276+
<version>1.2.0.RC2</version>
277277
</dependency>
278278
<dependency>
279279
<groupId>org.springframework.boot</groupId>
280280
<artifactId>spring-boot-starter-jetty</artifactId>
281-
<version>1.2.0.BUILD-SNAPSHOT</version>
281+
<version>1.2.0.RC2</version>
282282
</dependency>
283283
<dependency>
284284
<groupId>org.springframework.boot</groupId>
285285
<artifactId>spring-boot-starter-jta-atomikos</artifactId>
286-
<version>1.2.0.BUILD-SNAPSHOT</version>
286+
<version>1.2.0.RC2</version>
287287
</dependency>
288288
<dependency>
289289
<groupId>org.springframework.boot</groupId>
290290
<artifactId>spring-boot-starter-jta-bitronix</artifactId>
291-
<version>1.2.0.BUILD-SNAPSHOT</version>
291+
<version>1.2.0.RC2</version>
292292
</dependency>
293293
<dependency>
294294
<groupId>org.springframework.boot</groupId>
295295
<artifactId>spring-boot-starter-undertow</artifactId>
296-
<version>1.2.0.BUILD-SNAPSHOT</version>
296+
<version>1.2.0.RC2</version>
297297
</dependency>
298298
<dependency>
299299
<groupId>org.springframework.boot</groupId>
300300
<artifactId>spring-boot-starter-log4j</artifactId>
301-
<version>1.2.0.BUILD-SNAPSHOT</version>
301+
<version>1.2.0.RC2</version>
302302
</dependency>
303303
<dependency>
304304
<groupId>org.springframework.boot</groupId>
305305
<artifactId>spring-boot-starter-log4j2</artifactId>
306-
<version>1.2.0.BUILD-SNAPSHOT</version>
306+
<version>1.2.0.RC2</version>
307307
</dependency>
308308
<dependency>
309309
<groupId>org.springframework.boot</groupId>
310310
<artifactId>spring-boot-starter-logging</artifactId>
311-
<version>1.2.0.BUILD-SNAPSHOT</version>
311+
<version>1.2.0.RC2</version>
312312
</dependency>
313313
<dependency>
314314
<groupId>org.springframework.boot</groupId>
315315
<artifactId>spring-boot-starter-mail</artifactId>
316-
<version>1.2.0.BUILD-SNAPSHOT</version>
316+
<version>1.2.0.RC2</version>
317317
</dependency>
318318
<dependency>
319319
<groupId>org.springframework.boot</groupId>
320320
<artifactId>spring-boot-starter-mobile</artifactId>
321-
<version>1.2.0.BUILD-SNAPSHOT</version>
321+
<version>1.2.0.RC2</version>
322322
</dependency>
323323
<dependency>
324324
<groupId>org.springframework.boot</groupId>
325325
<artifactId>spring-boot-starter-redis</artifactId>
326-
<version>1.2.0.BUILD-SNAPSHOT</version>
326+
<version>1.2.0.RC2</version>
327327
</dependency>
328328
<dependency>
329329
<groupId>org.springframework.boot</groupId>
330330
<artifactId>spring-boot-starter-remote-shell</artifactId>
331-
<version>1.2.0.BUILD-SNAPSHOT</version>
331+
<version>1.2.0.RC2</version>
332332
</dependency>
333333
<dependency>
334334
<groupId>org.springframework.boot</groupId>
335335
<artifactId>spring-boot-starter-security</artifactId>
336-
<version>1.2.0.BUILD-SNAPSHOT</version>
336+
<version>1.2.0.RC2</version>
337337
</dependency>
338338
<dependency>
339339
<groupId>org.springframework.boot</groupId>
340340
<artifactId>spring-boot-starter-social-facebook</artifactId>
341-
<version>1.2.0.BUILD-SNAPSHOT</version>
341+
<version>1.2.0.RC2</version>
342342
</dependency>
343343
<dependency>
344344
<groupId>org.springframework.boot</groupId>
345345
<artifactId>spring-boot-starter-social-linkedin</artifactId>
346-
<version>1.2.0.BUILD-SNAPSHOT</version>
346+
<version>1.2.0.RC2</version>
347347
</dependency>
348348
<dependency>
349349
<groupId>org.springframework.boot</groupId>
350350
<artifactId>spring-boot-starter-social-twitter</artifactId>
351-
<version>1.2.0.BUILD-SNAPSHOT</version>
351+
<version>1.2.0.RC2</version>
352352
</dependency>
353353
<dependency>
354354
<groupId>org.springframework.boot</groupId>
355355
<artifactId>spring-boot-starter-test</artifactId>
356-
<version>1.2.0.BUILD-SNAPSHOT</version>
356+
<version>1.2.0.RC2</version>
357357
<exclusions>
358358
<exclusion>
359359
<groupId>commons-logging</groupId>
@@ -364,32 +364,32 @@
364364
<dependency>
365365
<groupId>org.springframework.boot</groupId>
366366
<artifactId>spring-boot-starter-thymeleaf</artifactId>
367-
<version>1.2.0.BUILD-SNAPSHOT</version>
367+
<version>1.2.0.RC2</version>
368368
</dependency>
369369
<dependency>
370370
<groupId>org.springframework.boot</groupId>
371371
<artifactId>spring-boot-starter-tomcat</artifactId>
372-
<version>1.2.0.BUILD-SNAPSHOT</version>
372+
<version>1.2.0.RC2</version>
373373
</dependency>
374374
<dependency>
375375
<groupId>org.springframework.boot</groupId>
376376
<artifactId>spring-boot-starter-velocity</artifactId>
377-
<version>1.2.0.BUILD-SNAPSHOT</version>
377+
<version>1.2.0.RC2</version>
378378
</dependency>
379379
<dependency>
380380
<groupId>org.springframework.boot</groupId>
381381
<artifactId>spring-boot-starter-web</artifactId>
382-
<version>1.2.0.BUILD-SNAPSHOT</version>
382+
<version>1.2.0.RC2</version>
383383
</dependency>
384384
<dependency>
385385
<groupId>org.springframework.boot</groupId>
386386
<artifactId>spring-boot-starter-websocket</artifactId>
387-
<version>1.2.0.BUILD-SNAPSHOT</version>
387+
<version>1.2.0.RC2</version>
388388
</dependency>
389389
<dependency>
390390
<groupId>org.springframework.boot</groupId>
391391
<artifactId>spring-boot-starter-ws</artifactId>
392-
<version>1.2.0.BUILD-SNAPSHOT</version>
392+
<version>1.2.0.RC2</version>
393393
</dependency>
394394

395395
<!-- Third Party -->
@@ -1510,35 +1510,4 @@
15101510
</plugins>
15111511
</pluginManagement>
15121512
</build>
1513-
<profiles>
1514-
<profile>
1515-
<id>default</id>
1516-
<activation>
1517-
<activeByDefault>true</activeByDefault>
1518-
</activation>
1519-
<repositories>
1520-
<!-- Repositories to allow snapshot and milestone BOM imports during
1521-
development. This section is stripped out when a full release is prepared. -->
1522-
<repository>
1523-
<id>spring-milestones</id>
1524-
<name>Spring Milestones</name>
1525-
<url>http://repo.spring.io/milestone</url>
1526-
<snapshots>
1527-
<enabled>false</enabled>
1528-
</snapshots>
1529-
</repository>
1530-
<repository>
1531-
<id>spring-snapshots</id>
1532-
<name>Spring Snapshots</name>
1533-
<url>http://repo.spring.io/snapshot</url>
1534-
<snapshots>
1535-
<enabled>true</enabled>
1536-
</snapshots>
1537-
</repository>
1538-
</repositories>
1539-
</profile>
1540-
<profile>
1541-
<id>integration-test</id>
1542-
</profile>
1543-
</profiles>
1544-
</project>
1513+
</project>

0 commit comments

Comments
 (0)