Skip to content

Commit 0f1d6c3

Browse files
committed
Release version 1.2.0.M2
1 parent c90633a commit 0f1d6c3

File tree

113 files changed

+166
-204
lines changed

Some content is hidden

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

113 files changed

+166
-204
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.M2</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.M2</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.M2</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.M2</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-cli</artifactId>

spring-boot-dependencies/pom.xml

Lines changed: 48 additions & 81 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.M2</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.M2</spring-boot.version>
4848
<!-- Third Party -->
4949
<activemq.version>5.10.0</activemq.version>
5050
<aspectj.version>1.8.2</aspectj.version>
@@ -139,43 +139,43 @@
139139
<dependency>
140140
<groupId>org.springframework.boot</groupId>
141141
<artifactId>spring-boot</artifactId>
142-
<version>1.2.0.BUILD-SNAPSHOT</version>
142+
<version>1.2.0.M2</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>org.springframework.boot</groupId>
146146
<artifactId>spring-boot</artifactId>
147147
<type>test-jar</type>
148-
<version>1.2.0.BUILD-SNAPSHOT</version>
148+
<version>1.2.0.M2</version>
149149
</dependency>
150150
<dependency>
151151
<groupId>org.springframework.boot</groupId>
152152
<artifactId>spring-boot-actuator</artifactId>
153-
<version>1.2.0.BUILD-SNAPSHOT</version>
153+
<version>1.2.0.M2</version>
154154
</dependency>
155155
<dependency>
156156
<groupId>org.springframework.boot</groupId>
157157
<artifactId>spring-boot-autoconfigure</artifactId>
158-
<version>1.2.0.BUILD-SNAPSHOT</version>
158+
<version>1.2.0.M2</version>
159159
</dependency>
160160
<dependency>
161161
<groupId>org.springframework.boot</groupId>
162162
<artifactId>spring-boot-dependency-tools</artifactId>
163-
<version>1.2.0.BUILD-SNAPSHOT</version>
163+
<version>1.2.0.M2</version>
164164
</dependency>
165165
<dependency>
166166
<groupId>org.springframework.boot</groupId>
167167
<artifactId>spring-boot-loader</artifactId>
168-
<version>1.2.0.BUILD-SNAPSHOT</version>
168+
<version>1.2.0.M2</version>
169169
</dependency>
170170
<dependency>
171171
<groupId>org.springframework.boot</groupId>
172172
<artifactId>spring-boot-loader-tools</artifactId>
173-
<version>1.2.0.BUILD-SNAPSHOT</version>
173+
<version>1.2.0.M2</version>
174174
</dependency>
175175
<dependency>
176176
<groupId>org.springframework.boot</groupId>
177177
<artifactId>spring-boot-starter</artifactId>
178-
<version>1.2.0.BUILD-SNAPSHOT</version>
178+
<version>1.2.0.M2</version>
179179
<exclusions>
180180
<exclusion>
181181
<groupId>commons-logging</groupId>
@@ -186,157 +186,157 @@
186186
<dependency>
187187
<groupId>org.springframework.boot</groupId>
188188
<artifactId>spring-boot-starter-actuator</artifactId>
189-
<version>1.2.0.BUILD-SNAPSHOT</version>
189+
<version>1.2.0.M2</version>
190190
</dependency>
191191
<dependency>
192192
<groupId>org.springframework.boot</groupId>
193193
<artifactId>spring-boot-starter-amqp</artifactId>
194-
<version>1.2.0.BUILD-SNAPSHOT</version>
194+
<version>1.2.0.M2</version>
195195
</dependency>
196196
<dependency>
197197
<groupId>org.springframework.boot</groupId>
198198
<artifactId>spring-boot-starter-aop</artifactId>
199-
<version>1.2.0.BUILD-SNAPSHOT</version>
199+
<version>1.2.0.M2</version>
200200
</dependency>
201201
<dependency>
202202
<groupId>org.springframework.boot</groupId>
203203
<artifactId>spring-boot-starter-cloud</artifactId>
204-
<version>1.2.0.BUILD-SNAPSHOT</version>
204+
<version>1.2.0.M2</version>
205205
</dependency>
206206
<dependency>
207207
<groupId>org.springframework.boot</groupId>
208208
<artifactId>spring-boot-starter-batch</artifactId>
209-
<version>1.2.0.BUILD-SNAPSHOT</version>
209+
<version>1.2.0.M2</version>
210210
</dependency>
211211
<dependency>
212212
<groupId>org.springframework.boot</groupId>
213213
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
214-
<version>1.2.0.BUILD-SNAPSHOT</version>
214+
<version>1.2.0.M2</version>
215215
</dependency>
216216
<dependency>
217217
<groupId>org.springframework.boot</groupId>
218218
<artifactId>spring-boot-starter-data-gemfire</artifactId>
219-
<version>1.2.0.BUILD-SNAPSHOT</version>
219+
<version>1.2.0.M2</version>
220220
</dependency>
221221
<dependency>
222222
<groupId>org.springframework.boot</groupId>
223223
<artifactId>spring-boot-starter-data-jpa</artifactId>
224-
<version>1.2.0.BUILD-SNAPSHOT</version>
224+
<version>1.2.0.M2</version>
225225
</dependency>
226226
<dependency>
227227
<groupId>org.springframework.boot</groupId>
228228
<artifactId>spring-boot-starter-data-mongodb</artifactId>
229-
<version>1.2.0.BUILD-SNAPSHOT</version>
229+
<version>1.2.0.M2</version>
230230
</dependency>
231231
<dependency>
232232
<groupId>org.springframework.boot</groupId>
233233
<artifactId>spring-boot-starter-data-rest</artifactId>
234-
<version>1.2.0.BUILD-SNAPSHOT</version>
234+
<version>1.2.0.M2</version>
235235
</dependency>
236236
<dependency>
237237
<groupId>org.springframework.boot</groupId>
238238
<artifactId>spring-boot-starter-data-solr</artifactId>
239-
<version>1.2.0.BUILD-SNAPSHOT</version>
239+
<version>1.2.0.M2</version>
240240
</dependency>
241241
<dependency>
242242
<groupId>org.springframework.boot</groupId>
243243
<artifactId>spring-boot-starter-freemarker</artifactId>
244-
<version>1.2.0.BUILD-SNAPSHOT</version>
244+
<version>1.2.0.M2</version>
245245
</dependency>
246246
<dependency>
247247
<groupId>org.springframework.boot</groupId>
248248
<artifactId>spring-boot-starter-groovy-templates</artifactId>
249-
<version>1.2.0.BUILD-SNAPSHOT</version>
249+
<version>1.2.0.M2</version>
250250
</dependency>
251251
<dependency>
252252
<groupId>org.springframework.boot</groupId>
253253
<artifactId>spring-boot-starter-hornetq</artifactId>
254-
<version>1.2.0.BUILD-SNAPSHOT</version>
254+
<version>1.2.0.M2</version>
255255
</dependency>
256256
<dependency>
257257
<groupId>org.springframework.boot</groupId>
258258
<artifactId>spring-boot-starter-integration</artifactId>
259-
<version>1.2.0.BUILD-SNAPSHOT</version>
259+
<version>1.2.0.M2</version>
260260
</dependency>
261261
<dependency>
262262
<groupId>org.springframework.boot</groupId>
263263
<artifactId>spring-boot-starter-jdbc</artifactId>
264-
<version>1.2.0.BUILD-SNAPSHOT</version>
264+
<version>1.2.0.M2</version>
265265
</dependency>
266266
<dependency>
267267
<groupId>org.springframework.boot</groupId>
268268
<artifactId>spring-boot-starter-jersey</artifactId>
269-
<version>1.2.0.BUILD-SNAPSHOT</version>
269+
<version>1.2.0.M2</version>
270270
</dependency>
271271
<dependency>
272272
<groupId>org.springframework.boot</groupId>
273273
<artifactId>spring-boot-starter-jetty</artifactId>
274-
<version>1.2.0.BUILD-SNAPSHOT</version>
274+
<version>1.2.0.M2</version>
275275
</dependency>
276276
<dependency>
277277
<groupId>org.springframework.boot</groupId>
278278
<artifactId>spring-boot-starter-jta-atomikos</artifactId>
279-
<version>1.2.0.BUILD-SNAPSHOT</version>
279+
<version>1.2.0.M2</version>
280280
</dependency>
281281
<dependency>
282282
<groupId>org.springframework.boot</groupId>
283283
<artifactId>spring-boot-starter-jta-bitronix</artifactId>
284-
<version>1.2.0.BUILD-SNAPSHOT</version>
284+
<version>1.2.0.M2</version>
285285
</dependency>
286286
<dependency>
287287
<groupId>org.springframework.boot</groupId>
288288
<artifactId>spring-boot-starter-log4j</artifactId>
289-
<version>1.2.0.BUILD-SNAPSHOT</version>
289+
<version>1.2.0.M2</version>
290290
</dependency>
291291
<dependency>
292292
<groupId>org.springframework.boot</groupId>
293293
<artifactId>spring-boot-starter-log4j2</artifactId>
294-
<version>1.2.0.BUILD-SNAPSHOT</version>
294+
<version>1.2.0.M2</version>
295295
</dependency>
296296
<dependency>
297297
<groupId>org.springframework.boot</groupId>
298298
<artifactId>spring-boot-starter-logging</artifactId>
299-
<version>1.2.0.BUILD-SNAPSHOT</version>
299+
<version>1.2.0.M2</version>
300300
</dependency>
301301
<dependency>
302302
<groupId>org.springframework.boot</groupId>
303303
<artifactId>spring-boot-starter-mobile</artifactId>
304-
<version>1.2.0.BUILD-SNAPSHOT</version>
304+
<version>1.2.0.M2</version>
305305
</dependency>
306306
<dependency>
307307
<groupId>org.springframework.boot</groupId>
308308
<artifactId>spring-boot-starter-redis</artifactId>
309-
<version>1.2.0.BUILD-SNAPSHOT</version>
309+
<version>1.2.0.M2</version>
310310
</dependency>
311311
<dependency>
312312
<groupId>org.springframework.boot</groupId>
313313
<artifactId>spring-boot-starter-remote-shell</artifactId>
314-
<version>1.2.0.BUILD-SNAPSHOT</version>
314+
<version>1.2.0.M2</version>
315315
</dependency>
316316
<dependency>
317317
<groupId>org.springframework.boot</groupId>
318318
<artifactId>spring-boot-starter-security</artifactId>
319-
<version>1.2.0.BUILD-SNAPSHOT</version>
319+
<version>1.2.0.M2</version>
320320
</dependency>
321321
<dependency>
322322
<groupId>org.springframework.boot</groupId>
323323
<artifactId>spring-boot-starter-social-facebook</artifactId>
324-
<version>1.2.0.BUILD-SNAPSHOT</version>
324+
<version>1.2.0.M2</version>
325325
</dependency>
326326
<dependency>
327327
<groupId>org.springframework.boot</groupId>
328328
<artifactId>spring-boot-starter-social-linkedin</artifactId>
329-
<version>1.2.0.BUILD-SNAPSHOT</version>
329+
<version>1.2.0.M2</version>
330330
</dependency>
331331
<dependency>
332332
<groupId>org.springframework.boot</groupId>
333333
<artifactId>spring-boot-starter-social-twitter</artifactId>
334-
<version>1.2.0.BUILD-SNAPSHOT</version>
334+
<version>1.2.0.M2</version>
335335
</dependency>
336336
<dependency>
337337
<groupId>org.springframework.boot</groupId>
338338
<artifactId>spring-boot-starter-test</artifactId>
339-
<version>1.2.0.BUILD-SNAPSHOT</version>
339+
<version>1.2.0.M2</version>
340340
<exclusions>
341341
<exclusion>
342342
<groupId>commons-logging</groupId>
@@ -347,32 +347,32 @@
347347
<dependency>
348348
<groupId>org.springframework.boot</groupId>
349349
<artifactId>spring-boot-starter-thymeleaf</artifactId>
350-
<version>1.2.0.BUILD-SNAPSHOT</version>
350+
<version>1.2.0.M2</version>
351351
</dependency>
352352
<dependency>
353353
<groupId>org.springframework.boot</groupId>
354354
<artifactId>spring-boot-starter-tomcat</artifactId>
355-
<version>1.2.0.BUILD-SNAPSHOT</version>
355+
<version>1.2.0.M2</version>
356356
</dependency>
357357
<dependency>
358358
<groupId>org.springframework.boot</groupId>
359359
<artifactId>spring-boot-starter-velocity</artifactId>
360-
<version>1.2.0.BUILD-SNAPSHOT</version>
360+
<version>1.2.0.M2</version>
361361
</dependency>
362362
<dependency>
363363
<groupId>org.springframework.boot</groupId>
364364
<artifactId>spring-boot-starter-web</artifactId>
365-
<version>1.2.0.BUILD-SNAPSHOT</version>
365+
<version>1.2.0.M2</version>
366366
</dependency>
367367
<dependency>
368368
<groupId>org.springframework.boot</groupId>
369369
<artifactId>spring-boot-starter-websocket</artifactId>
370-
<version>1.2.0.BUILD-SNAPSHOT</version>
370+
<version>1.2.0.M2</version>
371371
</dependency>
372372
<dependency>
373373
<groupId>org.springframework.boot</groupId>
374374
<artifactId>spring-boot-starter-ws</artifactId>
375-
<version>1.2.0.BUILD-SNAPSHOT</version>
375+
<version>1.2.0.M2</version>
376376
</dependency>
377377

378378
<!-- Third Party -->
@@ -1439,37 +1439,4 @@
14391439
</plugins>
14401440
</pluginManagement>
14411441
</build>
1442-
<profiles>
1443-
<profile>
1444-
<id>default</id>
1445-
<activation>
1446-
<activeByDefault>true</activeByDefault>
1447-
</activation>
1448-
<repositories>
1449-
<!--
1450-
Repositories to allow snapshot and milestone BOM imports during
1451-
development. This section is stripped out when a full release is prepared.
1452-
-->
1453-
<repository>
1454-
<id>spring-milestones</id>
1455-
<name>Spring Milestones</name>
1456-
<url>http://repo.spring.io/milestone</url>
1457-
<snapshots>
1458-
<enabled>false</enabled>
1459-
</snapshots>
1460-
</repository>
1461-
<repository>
1462-
<id>spring-snapshots</id>
1463-
<name>Spring Snapshots</name>
1464-
<url>http://repo.spring.io/snapshot</url>
1465-
<snapshots>
1466-
<enabled>true</enabled>
1467-
</snapshots>
1468-
</repository>
1469-
</repositories>
1470-
</profile>
1471-
<profile>
1472-
<id>integration-test</id>
1473-
</profile>
1474-
</profiles>
1475-
</project>
1442+
</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.2.0.BUILD-SNAPSHOT</version>
7+
<version>1.2.0.M2</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-docs</artifactId>

0 commit comments

Comments
 (0)