Skip to content

Commit 7752849

Browse files
committed
Release version 1.2.1
1 parent 88f8248 commit 7752849

File tree

131 files changed

+181
-212
lines changed

Some content is hidden

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

131 files changed

+181
-212
lines changed

pom.xml

+1-1
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.1.BUILD-SNAPSHOT</version>
6+
<version>1.2.1.RELEASE</version>
77
<packaging>pom</packaging>
88
<name>Spring Boot Build</name>
99
<description>Spring Boot Build</description>

spring-boot-actuator/pom.xml

+1-1
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.1.BUILD-SNAPSHOT</version>
7+
<version>1.2.1.RELEASE</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-actuator</artifactId>

spring-boot-autoconfigure/pom.xml

+1-1
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.1.BUILD-SNAPSHOT</version>
7+
<version>1.2.1.RELEASE</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-autoconfigure</artifactId>

spring-boot-cli/pom.xml

+1-1
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.1.BUILD-SNAPSHOT</version>
7+
<version>1.2.1.RELEASE</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-cli</artifactId>

spring-boot-dependencies/pom.xml

+51-82
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.1.BUILD-SNAPSHOT</version>
5+
<version>1.2.1.RELEASE</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.1.BUILD-SNAPSHOT</spring-boot.version>
47+
<spring-boot.version>1.2.1.RELEASE</spring-boot.version>
4848
<!-- Third Party -->
4949
<activemq.version>5.10.0</activemq.version>
5050
<aspectj.version>1.8.4</aspectj.version>
@@ -145,48 +145,48 @@
145145
<dependency>
146146
<groupId>org.springframework.boot</groupId>
147147
<artifactId>spring-boot</artifactId>
148-
<version>1.2.1.BUILD-SNAPSHOT</version>
148+
<version>1.2.1.RELEASE</version>
149149
</dependency>
150150
<dependency>
151151
<groupId>org.springframework.boot</groupId>
152152
<artifactId>spring-boot</artifactId>
153153
<type>test-jar</type>
154-
<version>1.2.1.BUILD-SNAPSHOT</version>
154+
<version>1.2.1.RELEASE</version>
155155
</dependency>
156156
<dependency>
157157
<groupId>org.springframework.boot</groupId>
158158
<artifactId>spring-boot-actuator</artifactId>
159-
<version>1.2.1.BUILD-SNAPSHOT</version>
159+
<version>1.2.1.RELEASE</version>
160160
</dependency>
161161
<dependency>
162162
<groupId>org.springframework.boot</groupId>
163163
<artifactId>spring-boot-autoconfigure</artifactId>
164-
<version>1.2.1.BUILD-SNAPSHOT</version>
164+
<version>1.2.1.RELEASE</version>
165165
</dependency>
166166
<dependency>
167167
<groupId>org.springframework.boot</groupId>
168168
<artifactId>spring-boot-configuration-processor</artifactId>
169-
<version>1.2.1.BUILD-SNAPSHOT</version>
169+
<version>1.2.1.RELEASE</version>
170170
</dependency>
171171
<dependency>
172172
<groupId>org.springframework.boot</groupId>
173173
<artifactId>spring-boot-dependency-tools</artifactId>
174-
<version>1.2.1.BUILD-SNAPSHOT</version>
174+
<version>1.2.1.RELEASE</version>
175175
</dependency>
176176
<dependency>
177177
<groupId>org.springframework.boot</groupId>
178178
<artifactId>spring-boot-loader</artifactId>
179-
<version>1.2.1.BUILD-SNAPSHOT</version>
179+
<version>1.2.1.RELEASE</version>
180180
</dependency>
181181
<dependency>
182182
<groupId>org.springframework.boot</groupId>
183183
<artifactId>spring-boot-loader-tools</artifactId>
184-
<version>1.2.1.BUILD-SNAPSHOT</version>
184+
<version>1.2.1.RELEASE</version>
185185
</dependency>
186186
<dependency>
187187
<groupId>org.springframework.boot</groupId>
188188
<artifactId>spring-boot-starter</artifactId>
189-
<version>1.2.1.BUILD-SNAPSHOT</version>
189+
<version>1.2.1.RELEASE</version>
190190
<exclusions>
191191
<exclusion>
192192
<groupId>commons-logging</groupId>
@@ -197,167 +197,167 @@
197197
<dependency>
198198
<groupId>org.springframework.boot</groupId>
199199
<artifactId>spring-boot-starter-actuator</artifactId>
200-
<version>1.2.1.BUILD-SNAPSHOT</version>
200+
<version>1.2.1.RELEASE</version>
201201
</dependency>
202202
<dependency>
203203
<groupId>org.springframework.boot</groupId>
204204
<artifactId>spring-boot-starter-amqp</artifactId>
205-
<version>1.2.1.BUILD-SNAPSHOT</version>
205+
<version>1.2.1.RELEASE</version>
206206
</dependency>
207207
<dependency>
208208
<groupId>org.springframework.boot</groupId>
209209
<artifactId>spring-boot-starter-aop</artifactId>
210-
<version>1.2.1.BUILD-SNAPSHOT</version>
210+
<version>1.2.1.RELEASE</version>
211211
</dependency>
212212
<dependency>
213213
<groupId>org.springframework.boot</groupId>
214214
<artifactId>spring-boot-starter-batch</artifactId>
215-
<version>1.2.1.BUILD-SNAPSHOT</version>
215+
<version>1.2.1.RELEASE</version>
216216
</dependency>
217217
<dependency>
218218
<groupId>org.springframework.boot</groupId>
219219
<artifactId>spring-boot-starter-cloud-connectors</artifactId>
220-
<version>1.2.1.BUILD-SNAPSHOT</version>
220+
<version>1.2.1.RELEASE</version>
221221
</dependency>
222222
<dependency>
223223
<groupId>org.springframework.boot</groupId>
224224
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
225-
<version>1.2.1.BUILD-SNAPSHOT</version>
225+
<version>1.2.1.RELEASE</version>
226226
</dependency>
227227
<dependency>
228228
<groupId>org.springframework.boot</groupId>
229229
<artifactId>spring-boot-starter-data-gemfire</artifactId>
230-
<version>1.2.1.BUILD-SNAPSHOT</version>
230+
<version>1.2.1.RELEASE</version>
231231
</dependency>
232232
<dependency>
233233
<groupId>org.springframework.boot</groupId>
234234
<artifactId>spring-boot-starter-data-jpa</artifactId>
235-
<version>1.2.1.BUILD-SNAPSHOT</version>
235+
<version>1.2.1.RELEASE</version>
236236
</dependency>
237237
<dependency>
238238
<groupId>org.springframework.boot</groupId>
239239
<artifactId>spring-boot-starter-data-mongodb</artifactId>
240-
<version>1.2.1.BUILD-SNAPSHOT</version>
240+
<version>1.2.1.RELEASE</version>
241241
</dependency>
242242
<dependency>
243243
<groupId>org.springframework.boot</groupId>
244244
<artifactId>spring-boot-starter-data-rest</artifactId>
245-
<version>1.2.1.BUILD-SNAPSHOT</version>
245+
<version>1.2.1.RELEASE</version>
246246
</dependency>
247247
<dependency>
248248
<groupId>org.springframework.boot</groupId>
249249
<artifactId>spring-boot-starter-data-solr</artifactId>
250-
<version>1.2.1.BUILD-SNAPSHOT</version>
250+
<version>1.2.1.RELEASE</version>
251251
</dependency>
252252
<dependency>
253253
<groupId>org.springframework.boot</groupId>
254254
<artifactId>spring-boot-starter-freemarker</artifactId>
255-
<version>1.2.1.BUILD-SNAPSHOT</version>
255+
<version>1.2.1.RELEASE</version>
256256
</dependency>
257257
<dependency>
258258
<groupId>org.springframework.boot</groupId>
259259
<artifactId>spring-boot-starter-groovy-templates</artifactId>
260-
<version>1.2.1.BUILD-SNAPSHOT</version>
260+
<version>1.2.1.RELEASE</version>
261261
</dependency>
262262
<dependency>
263263
<groupId>org.springframework.boot</groupId>
264264
<artifactId>spring-boot-starter-hornetq</artifactId>
265-
<version>1.2.1.BUILD-SNAPSHOT</version>
265+
<version>1.2.1.RELEASE</version>
266266
</dependency>
267267
<dependency>
268268
<groupId>org.springframework.boot</groupId>
269269
<artifactId>spring-boot-starter-integration</artifactId>
270-
<version>1.2.1.BUILD-SNAPSHOT</version>
270+
<version>1.2.1.RELEASE</version>
271271
</dependency>
272272
<dependency>
273273
<groupId>org.springframework.boot</groupId>
274274
<artifactId>spring-boot-starter-jdbc</artifactId>
275-
<version>1.2.1.BUILD-SNAPSHOT</version>
275+
<version>1.2.1.RELEASE</version>
276276
</dependency>
277277
<dependency>
278278
<groupId>org.springframework.boot</groupId>
279279
<artifactId>spring-boot-starter-jersey</artifactId>
280-
<version>1.2.1.BUILD-SNAPSHOT</version>
280+
<version>1.2.1.RELEASE</version>
281281
</dependency>
282282
<dependency>
283283
<groupId>org.springframework.boot</groupId>
284284
<artifactId>spring-boot-starter-jetty</artifactId>
285-
<version>1.2.1.BUILD-SNAPSHOT</version>
285+
<version>1.2.1.RELEASE</version>
286286
</dependency>
287287
<dependency>
288288
<groupId>org.springframework.boot</groupId>
289289
<artifactId>spring-boot-starter-jta-atomikos</artifactId>
290-
<version>1.2.1.BUILD-SNAPSHOT</version>
290+
<version>1.2.1.RELEASE</version>
291291
</dependency>
292292
<dependency>
293293
<groupId>org.springframework.boot</groupId>
294294
<artifactId>spring-boot-starter-jta-bitronix</artifactId>
295-
<version>1.2.1.BUILD-SNAPSHOT</version>
295+
<version>1.2.1.RELEASE</version>
296296
</dependency>
297297
<dependency>
298298
<groupId>org.springframework.boot</groupId>
299299
<artifactId>spring-boot-starter-undertow</artifactId>
300-
<version>1.2.1.BUILD-SNAPSHOT</version>
300+
<version>1.2.1.RELEASE</version>
301301
</dependency>
302302
<dependency>
303303
<groupId>org.springframework.boot</groupId>
304304
<artifactId>spring-boot-starter-log4j</artifactId>
305-
<version>1.2.1.BUILD-SNAPSHOT</version>
305+
<version>1.2.1.RELEASE</version>
306306
</dependency>
307307
<dependency>
308308
<groupId>org.springframework.boot</groupId>
309309
<artifactId>spring-boot-starter-log4j2</artifactId>
310-
<version>1.2.1.BUILD-SNAPSHOT</version>
310+
<version>1.2.1.RELEASE</version>
311311
</dependency>
312312
<dependency>
313313
<groupId>org.springframework.boot</groupId>
314314
<artifactId>spring-boot-starter-logging</artifactId>
315-
<version>1.2.1.BUILD-SNAPSHOT</version>
315+
<version>1.2.1.RELEASE</version>
316316
</dependency>
317317
<dependency>
318318
<groupId>org.springframework.boot</groupId>
319319
<artifactId>spring-boot-starter-mail</artifactId>
320-
<version>1.2.1.BUILD-SNAPSHOT</version>
320+
<version>1.2.1.RELEASE</version>
321321
</dependency>
322322
<dependency>
323323
<groupId>org.springframework.boot</groupId>
324324
<artifactId>spring-boot-starter-mobile</artifactId>
325-
<version>1.2.1.BUILD-SNAPSHOT</version>
325+
<version>1.2.1.RELEASE</version>
326326
</dependency>
327327
<dependency>
328328
<groupId>org.springframework.boot</groupId>
329329
<artifactId>spring-boot-starter-redis</artifactId>
330-
<version>1.2.1.BUILD-SNAPSHOT</version>
330+
<version>1.2.1.RELEASE</version>
331331
</dependency>
332332
<dependency>
333333
<groupId>org.springframework.boot</groupId>
334334
<artifactId>spring-boot-starter-remote-shell</artifactId>
335-
<version>1.2.1.BUILD-SNAPSHOT</version>
335+
<version>1.2.1.RELEASE</version>
336336
</dependency>
337337
<dependency>
338338
<groupId>org.springframework.boot</groupId>
339339
<artifactId>spring-boot-starter-security</artifactId>
340-
<version>1.2.1.BUILD-SNAPSHOT</version>
340+
<version>1.2.1.RELEASE</version>
341341
</dependency>
342342
<dependency>
343343
<groupId>org.springframework.boot</groupId>
344344
<artifactId>spring-boot-starter-social-facebook</artifactId>
345-
<version>1.2.1.BUILD-SNAPSHOT</version>
345+
<version>1.2.1.RELEASE</version>
346346
</dependency>
347347
<dependency>
348348
<groupId>org.springframework.boot</groupId>
349349
<artifactId>spring-boot-starter-social-linkedin</artifactId>
350-
<version>1.2.1.BUILD-SNAPSHOT</version>
350+
<version>1.2.1.RELEASE</version>
351351
</dependency>
352352
<dependency>
353353
<groupId>org.springframework.boot</groupId>
354354
<artifactId>spring-boot-starter-social-twitter</artifactId>
355-
<version>1.2.1.BUILD-SNAPSHOT</version>
355+
<version>1.2.1.RELEASE</version>
356356
</dependency>
357357
<dependency>
358358
<groupId>org.springframework.boot</groupId>
359359
<artifactId>spring-boot-starter-test</artifactId>
360-
<version>1.2.1.BUILD-SNAPSHOT</version>
360+
<version>1.2.1.RELEASE</version>
361361
<exclusions>
362362
<exclusion>
363363
<groupId>commons-logging</groupId>
@@ -368,32 +368,32 @@
368368
<dependency>
369369
<groupId>org.springframework.boot</groupId>
370370
<artifactId>spring-boot-starter-thymeleaf</artifactId>
371-
<version>1.2.1.BUILD-SNAPSHOT</version>
371+
<version>1.2.1.RELEASE</version>
372372
</dependency>
373373
<dependency>
374374
<groupId>org.springframework.boot</groupId>
375375
<artifactId>spring-boot-starter-tomcat</artifactId>
376-
<version>1.2.1.BUILD-SNAPSHOT</version>
376+
<version>1.2.1.RELEASE</version>
377377
</dependency>
378378
<dependency>
379379
<groupId>org.springframework.boot</groupId>
380380
<artifactId>spring-boot-starter-velocity</artifactId>
381-
<version>1.2.1.BUILD-SNAPSHOT</version>
381+
<version>1.2.1.RELEASE</version>
382382
</dependency>
383383
<dependency>
384384
<groupId>org.springframework.boot</groupId>
385385
<artifactId>spring-boot-starter-web</artifactId>
386-
<version>1.2.1.BUILD-SNAPSHOT</version>
386+
<version>1.2.1.RELEASE</version>
387387
</dependency>
388388
<dependency>
389389
<groupId>org.springframework.boot</groupId>
390390
<artifactId>spring-boot-starter-websocket</artifactId>
391-
<version>1.2.1.BUILD-SNAPSHOT</version>
391+
<version>1.2.1.RELEASE</version>
392392
</dependency>
393393
<dependency>
394394
<groupId>org.springframework.boot</groupId>
395395
<artifactId>spring-boot-starter-ws</artifactId>
396-
<version>1.2.1.BUILD-SNAPSHOT</version>
396+
<version>1.2.1.RELEASE</version>
397397
</dependency>
398398

399399
<!-- Third Party -->
@@ -1606,35 +1606,4 @@
16061606
</plugins>
16071607
</pluginManagement>
16081608
</build>
1609-
<profiles>
1610-
<profile>
1611-
<id>default</id>
1612-
<activation>
1613-
<activeByDefault>true</activeByDefault>
1614-
</activation>
1615-
<repositories>
1616-
<!-- Repositories to allow snapshot and milestone BOM imports during
1617-
development. This section is stripped out when a full release is prepared. -->
1618-
<repository>
1619-
<id>spring-milestones</id>
1620-
<name>Spring Milestones</name>
1621-
<url>http://repo.spring.io/milestone</url>
1622-
<snapshots>
1623-
<enabled>false</enabled>
1624-
</snapshots>
1625-
</repository>
1626-
<repository>
1627-
<id>spring-snapshots</id>
1628-
<name>Spring Snapshots</name>
1629-
<url>http://repo.spring.io/snapshot</url>
1630-
<snapshots>
1631-
<enabled>true</enabled>
1632-
</snapshots>
1633-
</repository>
1634-
</repositories>
1635-
</profile>
1636-
<profile>
1637-
<id>integration-test</id>
1638-
</profile>
1639-
</profiles>
1640-
</project>
1609+
</project>

spring-boot-deployment-tests/pom.xml

+1-1
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.1.BUILD-SNAPSHOT</version>
7+
<version>1.2.1.RELEASE</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-deployment-tests</artifactId>

0 commit comments

Comments
 (0)