Skip to content

Commit 60725cd

Browse files
committed
Next development version
1 parent 88f8248 commit 60725cd

File tree

125 files changed

+175
-174
lines changed

Some content is hidden

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

125 files changed

+175
-174
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.2.BUILD-SNAPSHOT</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.2.BUILD-SNAPSHOT</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.2.BUILD-SNAPSHOT</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.2.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-cli</artifactId>

spring-boot-dependencies/pom.xml

+51-50
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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">
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">
23
<modelVersion>4.0.0</modelVersion>
34
<groupId>org.springframework.boot</groupId>
45
<artifactId>spring-boot-dependencies</artifactId>
5-
<version>1.2.1.BUILD-SNAPSHOT</version>
6+
<version>1.2.2.BUILD-SNAPSHOT</version>
67
<packaging>pom</packaging>
78
<name>Spring Boot Dependencies</name>
89
<description>Spring Boot Dependencies</description>
@@ -145,48 +146,48 @@
145146
<dependency>
146147
<groupId>org.springframework.boot</groupId>
147148
<artifactId>spring-boot</artifactId>
148-
<version>1.2.1.BUILD-SNAPSHOT</version>
149+
<version>1.2.2.BUILD-SNAPSHOT</version>
149150
</dependency>
150151
<dependency>
151152
<groupId>org.springframework.boot</groupId>
152153
<artifactId>spring-boot</artifactId>
153154
<type>test-jar</type>
154-
<version>1.2.1.BUILD-SNAPSHOT</version>
155+
<version>1.2.2.BUILD-SNAPSHOT</version>
155156
</dependency>
156157
<dependency>
157158
<groupId>org.springframework.boot</groupId>
158159
<artifactId>spring-boot-actuator</artifactId>
159-
<version>1.2.1.BUILD-SNAPSHOT</version>
160+
<version>1.2.2.BUILD-SNAPSHOT</version>
160161
</dependency>
161162
<dependency>
162163
<groupId>org.springframework.boot</groupId>
163164
<artifactId>spring-boot-autoconfigure</artifactId>
164-
<version>1.2.1.BUILD-SNAPSHOT</version>
165+
<version>1.2.2.BUILD-SNAPSHOT</version>
165166
</dependency>
166167
<dependency>
167168
<groupId>org.springframework.boot</groupId>
168169
<artifactId>spring-boot-configuration-processor</artifactId>
169-
<version>1.2.1.BUILD-SNAPSHOT</version>
170+
<version>1.2.2.BUILD-SNAPSHOT</version>
170171
</dependency>
171172
<dependency>
172173
<groupId>org.springframework.boot</groupId>
173174
<artifactId>spring-boot-dependency-tools</artifactId>
174-
<version>1.2.1.BUILD-SNAPSHOT</version>
175+
<version>1.2.2.BUILD-SNAPSHOT</version>
175176
</dependency>
176177
<dependency>
177178
<groupId>org.springframework.boot</groupId>
178179
<artifactId>spring-boot-loader</artifactId>
179-
<version>1.2.1.BUILD-SNAPSHOT</version>
180+
<version>1.2.2.BUILD-SNAPSHOT</version>
180181
</dependency>
181182
<dependency>
182183
<groupId>org.springframework.boot</groupId>
183184
<artifactId>spring-boot-loader-tools</artifactId>
184-
<version>1.2.1.BUILD-SNAPSHOT</version>
185+
<version>1.2.2.BUILD-SNAPSHOT</version>
185186
</dependency>
186187
<dependency>
187188
<groupId>org.springframework.boot</groupId>
188189
<artifactId>spring-boot-starter</artifactId>
189-
<version>1.2.1.BUILD-SNAPSHOT</version>
190+
<version>1.2.2.BUILD-SNAPSHOT</version>
190191
<exclusions>
191192
<exclusion>
192193
<groupId>commons-logging</groupId>
@@ -197,167 +198,167 @@
197198
<dependency>
198199
<groupId>org.springframework.boot</groupId>
199200
<artifactId>spring-boot-starter-actuator</artifactId>
200-
<version>1.2.1.BUILD-SNAPSHOT</version>
201+
<version>1.2.2.BUILD-SNAPSHOT</version>
201202
</dependency>
202203
<dependency>
203204
<groupId>org.springframework.boot</groupId>
204205
<artifactId>spring-boot-starter-amqp</artifactId>
205-
<version>1.2.1.BUILD-SNAPSHOT</version>
206+
<version>1.2.2.BUILD-SNAPSHOT</version>
206207
</dependency>
207208
<dependency>
208209
<groupId>org.springframework.boot</groupId>
209210
<artifactId>spring-boot-starter-aop</artifactId>
210-
<version>1.2.1.BUILD-SNAPSHOT</version>
211+
<version>1.2.2.BUILD-SNAPSHOT</version>
211212
</dependency>
212213
<dependency>
213214
<groupId>org.springframework.boot</groupId>
214215
<artifactId>spring-boot-starter-batch</artifactId>
215-
<version>1.2.1.BUILD-SNAPSHOT</version>
216+
<version>1.2.2.BUILD-SNAPSHOT</version>
216217
</dependency>
217218
<dependency>
218219
<groupId>org.springframework.boot</groupId>
219220
<artifactId>spring-boot-starter-cloud-connectors</artifactId>
220-
<version>1.2.1.BUILD-SNAPSHOT</version>
221+
<version>1.2.2.BUILD-SNAPSHOT</version>
221222
</dependency>
222223
<dependency>
223224
<groupId>org.springframework.boot</groupId>
224225
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
225-
<version>1.2.1.BUILD-SNAPSHOT</version>
226+
<version>1.2.2.BUILD-SNAPSHOT</version>
226227
</dependency>
227228
<dependency>
228229
<groupId>org.springframework.boot</groupId>
229230
<artifactId>spring-boot-starter-data-gemfire</artifactId>
230-
<version>1.2.1.BUILD-SNAPSHOT</version>
231+
<version>1.2.2.BUILD-SNAPSHOT</version>
231232
</dependency>
232233
<dependency>
233234
<groupId>org.springframework.boot</groupId>
234235
<artifactId>spring-boot-starter-data-jpa</artifactId>
235-
<version>1.2.1.BUILD-SNAPSHOT</version>
236+
<version>1.2.2.BUILD-SNAPSHOT</version>
236237
</dependency>
237238
<dependency>
238239
<groupId>org.springframework.boot</groupId>
239240
<artifactId>spring-boot-starter-data-mongodb</artifactId>
240-
<version>1.2.1.BUILD-SNAPSHOT</version>
241+
<version>1.2.2.BUILD-SNAPSHOT</version>
241242
</dependency>
242243
<dependency>
243244
<groupId>org.springframework.boot</groupId>
244245
<artifactId>spring-boot-starter-data-rest</artifactId>
245-
<version>1.2.1.BUILD-SNAPSHOT</version>
246+
<version>1.2.2.BUILD-SNAPSHOT</version>
246247
</dependency>
247248
<dependency>
248249
<groupId>org.springframework.boot</groupId>
249250
<artifactId>spring-boot-starter-data-solr</artifactId>
250-
<version>1.2.1.BUILD-SNAPSHOT</version>
251+
<version>1.2.2.BUILD-SNAPSHOT</version>
251252
</dependency>
252253
<dependency>
253254
<groupId>org.springframework.boot</groupId>
254255
<artifactId>spring-boot-starter-freemarker</artifactId>
255-
<version>1.2.1.BUILD-SNAPSHOT</version>
256+
<version>1.2.2.BUILD-SNAPSHOT</version>
256257
</dependency>
257258
<dependency>
258259
<groupId>org.springframework.boot</groupId>
259260
<artifactId>spring-boot-starter-groovy-templates</artifactId>
260-
<version>1.2.1.BUILD-SNAPSHOT</version>
261+
<version>1.2.2.BUILD-SNAPSHOT</version>
261262
</dependency>
262263
<dependency>
263264
<groupId>org.springframework.boot</groupId>
264265
<artifactId>spring-boot-starter-hornetq</artifactId>
265-
<version>1.2.1.BUILD-SNAPSHOT</version>
266+
<version>1.2.2.BUILD-SNAPSHOT</version>
266267
</dependency>
267268
<dependency>
268269
<groupId>org.springframework.boot</groupId>
269270
<artifactId>spring-boot-starter-integration</artifactId>
270-
<version>1.2.1.BUILD-SNAPSHOT</version>
271+
<version>1.2.2.BUILD-SNAPSHOT</version>
271272
</dependency>
272273
<dependency>
273274
<groupId>org.springframework.boot</groupId>
274275
<artifactId>spring-boot-starter-jdbc</artifactId>
275-
<version>1.2.1.BUILD-SNAPSHOT</version>
276+
<version>1.2.2.BUILD-SNAPSHOT</version>
276277
</dependency>
277278
<dependency>
278279
<groupId>org.springframework.boot</groupId>
279280
<artifactId>spring-boot-starter-jersey</artifactId>
280-
<version>1.2.1.BUILD-SNAPSHOT</version>
281+
<version>1.2.2.BUILD-SNAPSHOT</version>
281282
</dependency>
282283
<dependency>
283284
<groupId>org.springframework.boot</groupId>
284285
<artifactId>spring-boot-starter-jetty</artifactId>
285-
<version>1.2.1.BUILD-SNAPSHOT</version>
286+
<version>1.2.2.BUILD-SNAPSHOT</version>
286287
</dependency>
287288
<dependency>
288289
<groupId>org.springframework.boot</groupId>
289290
<artifactId>spring-boot-starter-jta-atomikos</artifactId>
290-
<version>1.2.1.BUILD-SNAPSHOT</version>
291+
<version>1.2.2.BUILD-SNAPSHOT</version>
291292
</dependency>
292293
<dependency>
293294
<groupId>org.springframework.boot</groupId>
294295
<artifactId>spring-boot-starter-jta-bitronix</artifactId>
295-
<version>1.2.1.BUILD-SNAPSHOT</version>
296+
<version>1.2.2.BUILD-SNAPSHOT</version>
296297
</dependency>
297298
<dependency>
298299
<groupId>org.springframework.boot</groupId>
299300
<artifactId>spring-boot-starter-undertow</artifactId>
300-
<version>1.2.1.BUILD-SNAPSHOT</version>
301+
<version>1.2.2.BUILD-SNAPSHOT</version>
301302
</dependency>
302303
<dependency>
303304
<groupId>org.springframework.boot</groupId>
304305
<artifactId>spring-boot-starter-log4j</artifactId>
305-
<version>1.2.1.BUILD-SNAPSHOT</version>
306+
<version>1.2.2.BUILD-SNAPSHOT</version>
306307
</dependency>
307308
<dependency>
308309
<groupId>org.springframework.boot</groupId>
309310
<artifactId>spring-boot-starter-log4j2</artifactId>
310-
<version>1.2.1.BUILD-SNAPSHOT</version>
311+
<version>1.2.2.BUILD-SNAPSHOT</version>
311312
</dependency>
312313
<dependency>
313314
<groupId>org.springframework.boot</groupId>
314315
<artifactId>spring-boot-starter-logging</artifactId>
315-
<version>1.2.1.BUILD-SNAPSHOT</version>
316+
<version>1.2.2.BUILD-SNAPSHOT</version>
316317
</dependency>
317318
<dependency>
318319
<groupId>org.springframework.boot</groupId>
319320
<artifactId>spring-boot-starter-mail</artifactId>
320-
<version>1.2.1.BUILD-SNAPSHOT</version>
321+
<version>1.2.2.BUILD-SNAPSHOT</version>
321322
</dependency>
322323
<dependency>
323324
<groupId>org.springframework.boot</groupId>
324325
<artifactId>spring-boot-starter-mobile</artifactId>
325-
<version>1.2.1.BUILD-SNAPSHOT</version>
326+
<version>1.2.2.BUILD-SNAPSHOT</version>
326327
</dependency>
327328
<dependency>
328329
<groupId>org.springframework.boot</groupId>
329330
<artifactId>spring-boot-starter-redis</artifactId>
330-
<version>1.2.1.BUILD-SNAPSHOT</version>
331+
<version>1.2.2.BUILD-SNAPSHOT</version>
331332
</dependency>
332333
<dependency>
333334
<groupId>org.springframework.boot</groupId>
334335
<artifactId>spring-boot-starter-remote-shell</artifactId>
335-
<version>1.2.1.BUILD-SNAPSHOT</version>
336+
<version>1.2.2.BUILD-SNAPSHOT</version>
336337
</dependency>
337338
<dependency>
338339
<groupId>org.springframework.boot</groupId>
339340
<artifactId>spring-boot-starter-security</artifactId>
340-
<version>1.2.1.BUILD-SNAPSHOT</version>
341+
<version>1.2.2.BUILD-SNAPSHOT</version>
341342
</dependency>
342343
<dependency>
343344
<groupId>org.springframework.boot</groupId>
344345
<artifactId>spring-boot-starter-social-facebook</artifactId>
345-
<version>1.2.1.BUILD-SNAPSHOT</version>
346+
<version>1.2.2.BUILD-SNAPSHOT</version>
346347
</dependency>
347348
<dependency>
348349
<groupId>org.springframework.boot</groupId>
349350
<artifactId>spring-boot-starter-social-linkedin</artifactId>
350-
<version>1.2.1.BUILD-SNAPSHOT</version>
351+
<version>1.2.2.BUILD-SNAPSHOT</version>
351352
</dependency>
352353
<dependency>
353354
<groupId>org.springframework.boot</groupId>
354355
<artifactId>spring-boot-starter-social-twitter</artifactId>
355-
<version>1.2.1.BUILD-SNAPSHOT</version>
356+
<version>1.2.2.BUILD-SNAPSHOT</version>
356357
</dependency>
357358
<dependency>
358359
<groupId>org.springframework.boot</groupId>
359360
<artifactId>spring-boot-starter-test</artifactId>
360-
<version>1.2.1.BUILD-SNAPSHOT</version>
361+
<version>1.2.2.BUILD-SNAPSHOT</version>
361362
<exclusions>
362363
<exclusion>
363364
<groupId>commons-logging</groupId>
@@ -368,32 +369,32 @@
368369
<dependency>
369370
<groupId>org.springframework.boot</groupId>
370371
<artifactId>spring-boot-starter-thymeleaf</artifactId>
371-
<version>1.2.1.BUILD-SNAPSHOT</version>
372+
<version>1.2.2.BUILD-SNAPSHOT</version>
372373
</dependency>
373374
<dependency>
374375
<groupId>org.springframework.boot</groupId>
375376
<artifactId>spring-boot-starter-tomcat</artifactId>
376-
<version>1.2.1.BUILD-SNAPSHOT</version>
377+
<version>1.2.2.BUILD-SNAPSHOT</version>
377378
</dependency>
378379
<dependency>
379380
<groupId>org.springframework.boot</groupId>
380381
<artifactId>spring-boot-starter-velocity</artifactId>
381-
<version>1.2.1.BUILD-SNAPSHOT</version>
382+
<version>1.2.2.BUILD-SNAPSHOT</version>
382383
</dependency>
383384
<dependency>
384385
<groupId>org.springframework.boot</groupId>
385386
<artifactId>spring-boot-starter-web</artifactId>
386-
<version>1.2.1.BUILD-SNAPSHOT</version>
387+
<version>1.2.2.BUILD-SNAPSHOT</version>
387388
</dependency>
388389
<dependency>
389390
<groupId>org.springframework.boot</groupId>
390391
<artifactId>spring-boot-starter-websocket</artifactId>
391-
<version>1.2.1.BUILD-SNAPSHOT</version>
392+
<version>1.2.2.BUILD-SNAPSHOT</version>
392393
</dependency>
393394
<dependency>
394395
<groupId>org.springframework.boot</groupId>
395396
<artifactId>spring-boot-starter-ws</artifactId>
396-
<version>1.2.1.BUILD-SNAPSHOT</version>
397+
<version>1.2.2.BUILD-SNAPSHOT</version>
397398
</dependency>
398399

399400
<!-- Third Party -->

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

spring-boot-deployment-tests/spring-boot-deployment-test-tomcat/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-deployment-tests</artifactId>
7-
<version>1.2.1.BUILD-SNAPSHOT</version>
7+
<version>1.2.2.BUILD-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-boot-deployment-test-tomcat</artifactId>
1010
<packaging>war</packaging>

spring-boot-deployment-tests/spring-boot-deployment-test-tomee/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-deployment-tests</artifactId>
7-
<version>1.2.1.BUILD-SNAPSHOT</version>
7+
<version>1.2.2.BUILD-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-boot-deployment-test-tomee</artifactId>
1010
<packaging>war</packaging>

spring-boot-deployment-tests/spring-boot-deployment-test-wildfly/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-deployment-tests</artifactId>
7-
<version>1.2.1.BUILD-SNAPSHOT</version>
7+
<version>1.2.2.BUILD-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-boot-deployment-test-wildfly</artifactId>
1010
<packaging>war</packaging>

spring-boot-docs/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.2.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-docs</artifactId>

spring-boot-full-build/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-full-build</artifactId>
6-
<version>1.2.1.BUILD-SNAPSHOT</version>
6+
<version>1.2.2.BUILD-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Spring Boot Full Build</name>
99
<description>Spring Boot Full Build</description>

0 commit comments

Comments
 (0)