Skip to content

Commit 22e7339

Browse files
committed
Release version 1.2.0.M1
1 parent 84249da commit 22e7339

File tree

108 files changed

+158
-195
lines changed

Some content is hidden

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

108 files changed

+158
-195
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.M1</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.M1</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.M1</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.M1</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-cli</artifactId>

spring-boot-dependencies/pom.xml

Lines changed: 46 additions & 79 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.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.2.0.BUILD-SNAPSHOT</spring-boot.version>
47+
<spring-boot.version>1.2.0.M1</spring-boot.version>
4848
<!-- Third Party -->
4949
<activemq.version>5.9.1</activemq.version>
5050
<aspectj.version>1.8.2</aspectj.version>
@@ -136,43 +136,43 @@
136136
<dependency>
137137
<groupId>org.springframework.boot</groupId>
138138
<artifactId>spring-boot</artifactId>
139-
<version>1.2.0.BUILD-SNAPSHOT</version>
139+
<version>1.2.0.M1</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>org.springframework.boot</groupId>
143143
<artifactId>spring-boot</artifactId>
144144
<type>test-jar</type>
145-
<version>1.2.0.BUILD-SNAPSHOT</version>
145+
<version>1.2.0.M1</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>org.springframework.boot</groupId>
149149
<artifactId>spring-boot-actuator</artifactId>
150-
<version>1.2.0.BUILD-SNAPSHOT</version>
150+
<version>1.2.0.M1</version>
151151
</dependency>
152152
<dependency>
153153
<groupId>org.springframework.boot</groupId>
154154
<artifactId>spring-boot-autoconfigure</artifactId>
155-
<version>1.2.0.BUILD-SNAPSHOT</version>
155+
<version>1.2.0.M1</version>
156156
</dependency>
157157
<dependency>
158158
<groupId>org.springframework.boot</groupId>
159159
<artifactId>spring-boot-dependency-tools</artifactId>
160-
<version>1.2.0.BUILD-SNAPSHOT</version>
160+
<version>1.2.0.M1</version>
161161
</dependency>
162162
<dependency>
163163
<groupId>org.springframework.boot</groupId>
164164
<artifactId>spring-boot-loader</artifactId>
165-
<version>1.2.0.BUILD-SNAPSHOT</version>
165+
<version>1.2.0.M1</version>
166166
</dependency>
167167
<dependency>
168168
<groupId>org.springframework.boot</groupId>
169169
<artifactId>spring-boot-loader-tools</artifactId>
170-
<version>1.2.0.BUILD-SNAPSHOT</version>
170+
<version>1.2.0.M1</version>
171171
</dependency>
172172
<dependency>
173173
<groupId>org.springframework.boot</groupId>
174174
<artifactId>spring-boot-starter</artifactId>
175-
<version>1.2.0.BUILD-SNAPSHOT</version>
175+
<version>1.2.0.M1</version>
176176
<exclusions>
177177
<exclusion>
178178
<groupId>commons-logging</groupId>
@@ -183,147 +183,147 @@
183183
<dependency>
184184
<groupId>org.springframework.boot</groupId>
185185
<artifactId>spring-boot-starter-actuator</artifactId>
186-
<version>1.2.0.BUILD-SNAPSHOT</version>
186+
<version>1.2.0.M1</version>
187187
</dependency>
188188
<dependency>
189189
<groupId>org.springframework.boot</groupId>
190190
<artifactId>spring-boot-starter-amqp</artifactId>
191-
<version>1.2.0.BUILD-SNAPSHOT</version>
191+
<version>1.2.0.M1</version>
192192
</dependency>
193193
<dependency>
194194
<groupId>org.springframework.boot</groupId>
195195
<artifactId>spring-boot-starter-aop</artifactId>
196-
<version>1.2.0.BUILD-SNAPSHOT</version>
196+
<version>1.2.0.M1</version>
197197
</dependency>
198198
<dependency>
199199
<groupId>org.springframework.boot</groupId>
200200
<artifactId>spring-boot-starter-cloud</artifactId>
201-
<version>1.2.0.BUILD-SNAPSHOT</version>
201+
<version>1.2.0.M1</version>
202202
</dependency>
203203
<dependency>
204204
<groupId>org.springframework.boot</groupId>
205205
<artifactId>spring-boot-starter-batch</artifactId>
206-
<version>1.2.0.BUILD-SNAPSHOT</version>
206+
<version>1.2.0.M1</version>
207207
</dependency>
208208
<dependency>
209209
<groupId>org.springframework.boot</groupId>
210210
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
211-
<version>1.2.0.BUILD-SNAPSHOT</version>
211+
<version>1.2.0.M1</version>
212212
</dependency>
213213
<dependency>
214214
<groupId>org.springframework.boot</groupId>
215215
<artifactId>spring-boot-starter-data-gemfire</artifactId>
216-
<version>1.2.0.BUILD-SNAPSHOT</version>
216+
<version>1.2.0.M1</version>
217217
</dependency>
218218
<dependency>
219219
<groupId>org.springframework.boot</groupId>
220220
<artifactId>spring-boot-starter-data-jpa</artifactId>
221-
<version>1.2.0.BUILD-SNAPSHOT</version>
221+
<version>1.2.0.M1</version>
222222
</dependency>
223223
<dependency>
224224
<groupId>org.springframework.boot</groupId>
225225
<artifactId>spring-boot-starter-data-mongodb</artifactId>
226-
<version>1.2.0.BUILD-SNAPSHOT</version>
226+
<version>1.2.0.M1</version>
227227
</dependency>
228228
<dependency>
229229
<groupId>org.springframework.boot</groupId>
230230
<artifactId>spring-boot-starter-data-rest</artifactId>
231-
<version>1.2.0.BUILD-SNAPSHOT</version>
231+
<version>1.2.0.M1</version>
232232
</dependency>
233233
<dependency>
234234
<groupId>org.springframework.boot</groupId>
235235
<artifactId>spring-boot-starter-data-solr</artifactId>
236-
<version>1.2.0.BUILD-SNAPSHOT</version>
236+
<version>1.2.0.M1</version>
237237
</dependency>
238238
<dependency>
239239
<groupId>org.springframework.boot</groupId>
240240
<artifactId>spring-boot-starter-freemarker</artifactId>
241-
<version>1.2.0.BUILD-SNAPSHOT</version>
241+
<version>1.2.0.M1</version>
242242
</dependency>
243243
<dependency>
244244
<groupId>org.springframework.boot</groupId>
245245
<artifactId>spring-boot-starter-groovy-templates</artifactId>
246-
<version>1.2.0.BUILD-SNAPSHOT</version>
246+
<version>1.2.0.M1</version>
247247
</dependency>
248248
<dependency>
249249
<groupId>org.springframework.boot</groupId>
250250
<artifactId>spring-boot-starter-hornetq</artifactId>
251-
<version>1.2.0.BUILD-SNAPSHOT</version>
251+
<version>1.2.0.M1</version>
252252
</dependency>
253253
<dependency>
254254
<groupId>org.springframework.boot</groupId>
255255
<artifactId>spring-boot-starter-integration</artifactId>
256-
<version>1.2.0.BUILD-SNAPSHOT</version>
256+
<version>1.2.0.M1</version>
257257
</dependency>
258258
<dependency>
259259
<groupId>org.springframework.boot</groupId>
260260
<artifactId>spring-boot-starter-jdbc</artifactId>
261-
<version>1.2.0.BUILD-SNAPSHOT</version>
261+
<version>1.2.0.M1</version>
262262
</dependency>
263263
<dependency>
264264
<groupId>org.springframework.boot</groupId>
265265
<artifactId>spring-boot-starter-jetty</artifactId>
266-
<version>1.2.0.BUILD-SNAPSHOT</version>
266+
<version>1.2.0.M1</version>
267267
</dependency>
268268
<dependency>
269269
<groupId>org.springframework.boot</groupId>
270270
<artifactId>spring-boot-starter-jta-atomikos</artifactId>
271-
<version>1.2.0.BUILD-SNAPSHOT</version>
271+
<version>1.2.0.M1</version>
272272
</dependency>
273273
<dependency>
274274
<groupId>org.springframework.boot</groupId>
275275
<artifactId>spring-boot-starter-jta-bitronix</artifactId>
276-
<version>1.2.0.BUILD-SNAPSHOT</version>
276+
<version>1.2.0.M1</version>
277277
</dependency>
278278
<dependency>
279279
<groupId>org.springframework.boot</groupId>
280280
<artifactId>spring-boot-starter-log4j</artifactId>
281-
<version>1.2.0.BUILD-SNAPSHOT</version>
281+
<version>1.2.0.M1</version>
282282
</dependency>
283283
<dependency>
284284
<groupId>org.springframework.boot</groupId>
285285
<artifactId>spring-boot-starter-logging</artifactId>
286-
<version>1.2.0.BUILD-SNAPSHOT</version>
286+
<version>1.2.0.M1</version>
287287
</dependency>
288288
<dependency>
289289
<groupId>org.springframework.boot</groupId>
290290
<artifactId>spring-boot-starter-mobile</artifactId>
291-
<version>1.2.0.BUILD-SNAPSHOT</version>
291+
<version>1.2.0.M1</version>
292292
</dependency>
293293
<dependency>
294294
<groupId>org.springframework.boot</groupId>
295295
<artifactId>spring-boot-starter-redis</artifactId>
296-
<version>1.2.0.BUILD-SNAPSHOT</version>
296+
<version>1.2.0.M1</version>
297297
</dependency>
298298
<dependency>
299299
<groupId>org.springframework.boot</groupId>
300300
<artifactId>spring-boot-starter-remote-shell</artifactId>
301-
<version>1.2.0.BUILD-SNAPSHOT</version>
301+
<version>1.2.0.M1</version>
302302
</dependency>
303303
<dependency>
304304
<groupId>org.springframework.boot</groupId>
305305
<artifactId>spring-boot-starter-security</artifactId>
306-
<version>1.2.0.BUILD-SNAPSHOT</version>
306+
<version>1.2.0.M1</version>
307307
</dependency>
308308
<dependency>
309309
<groupId>org.springframework.boot</groupId>
310310
<artifactId>spring-boot-starter-social-facebook</artifactId>
311-
<version>1.2.0.BUILD-SNAPSHOT</version>
311+
<version>1.2.0.M1</version>
312312
</dependency>
313313
<dependency>
314314
<groupId>org.springframework.boot</groupId>
315315
<artifactId>spring-boot-starter-social-linkedin</artifactId>
316-
<version>1.2.0.BUILD-SNAPSHOT</version>
316+
<version>1.2.0.M1</version>
317317
</dependency>
318318
<dependency>
319319
<groupId>org.springframework.boot</groupId>
320320
<artifactId>spring-boot-starter-social-twitter</artifactId>
321-
<version>1.2.0.BUILD-SNAPSHOT</version>
321+
<version>1.2.0.M1</version>
322322
</dependency>
323323
<dependency>
324324
<groupId>org.springframework.boot</groupId>
325325
<artifactId>spring-boot-starter-test</artifactId>
326-
<version>1.2.0.BUILD-SNAPSHOT</version>
326+
<version>1.2.0.M1</version>
327327
<exclusions>
328328
<exclusion>
329329
<groupId>commons-logging</groupId>
@@ -334,32 +334,32 @@
334334
<dependency>
335335
<groupId>org.springframework.boot</groupId>
336336
<artifactId>spring-boot-starter-thymeleaf</artifactId>
337-
<version>1.2.0.BUILD-SNAPSHOT</version>
337+
<version>1.2.0.M1</version>
338338
</dependency>
339339
<dependency>
340340
<groupId>org.springframework.boot</groupId>
341341
<artifactId>spring-boot-starter-tomcat</artifactId>
342-
<version>1.2.0.BUILD-SNAPSHOT</version>
342+
<version>1.2.0.M1</version>
343343
</dependency>
344344
<dependency>
345345
<groupId>org.springframework.boot</groupId>
346346
<artifactId>spring-boot-starter-velocity</artifactId>
347-
<version>1.2.0.BUILD-SNAPSHOT</version>
347+
<version>1.2.0.M1</version>
348348
</dependency>
349349
<dependency>
350350
<groupId>org.springframework.boot</groupId>
351351
<artifactId>spring-boot-starter-web</artifactId>
352-
<version>1.2.0.BUILD-SNAPSHOT</version>
352+
<version>1.2.0.M1</version>
353353
</dependency>
354354
<dependency>
355355
<groupId>org.springframework.boot</groupId>
356356
<artifactId>spring-boot-starter-websocket</artifactId>
357-
<version>1.2.0.BUILD-SNAPSHOT</version>
357+
<version>1.2.0.M1</version>
358358
</dependency>
359359
<dependency>
360360
<groupId>org.springframework.boot</groupId>
361361
<artifactId>spring-boot-starter-ws</artifactId>
362-
<version>1.2.0.BUILD-SNAPSHOT</version>
362+
<version>1.2.0.M1</version>
363363
</dependency>
364364

365365
<!-- Third Party -->
@@ -1381,37 +1381,4 @@
13811381
</plugins>
13821382
</pluginManagement>
13831383
</build>
1384-
<profiles>
1385-
<profile>
1386-
<id>default</id>
1387-
<activation>
1388-
<activeByDefault>true</activeByDefault>
1389-
</activation>
1390-
<repositories>
1391-
<!--
1392-
Repositories to allow snapshot and milestone BOM imports during
1393-
development. This section is stripped out when a full release is prepared.
1394-
-->
1395-
<repository>
1396-
<id>spring-milestones</id>
1397-
<name>Spring Milestones</name>
1398-
<url>http://repo.spring.io/milestone</url>
1399-
<snapshots>
1400-
<enabled>false</enabled>
1401-
</snapshots>
1402-
</repository>
1403-
<repository>
1404-
<id>spring-snapshots</id>
1405-
<name>Spring Snapshots</name>
1406-
<url>http://repo.spring.io/snapshot</url>
1407-
<snapshots>
1408-
<enabled>true</enabled>
1409-
</snapshots>
1410-
</repository>
1411-
</repositories>
1412-
</profile>
1413-
<profile>
1414-
<id>integration-test</id>
1415-
</profile>
1416-
</profiles>
1417-
</project>
1384+
</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.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.2.0.BUILD-SNAPSHOT</version>
6+
<version>1.2.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.2.0.BUILD-SNAPSHOT</version>
7+
<version>1.2.0.M1</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-integration-tests</artifactId>

0 commit comments

Comments
 (0)