Skip to content

Commit 8f0ad02

Browse files
committed
Next development version
1 parent 8ecbef0 commit 8f0ad02

File tree

132 files changed

+184
-186
lines changed

Some content is hidden

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

132 files changed

+184
-186
lines changed

Diff for: 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.2.BUILD-SNAPSHOT</version>
6+
<version>1.2.3.BUILD-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Spring Boot Build</name>
99
<description>Spring Boot Build</description>

Diff for: 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.2.BUILD-SNAPSHOT</version>
7+
<version>1.2.3.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-actuator</artifactId>

Diff for: 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.2.BUILD-SNAPSHOT</version>
7+
<version>1.2.3.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-autoconfigure</artifactId>

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

Diff for: spring-boot-dependencies/pom.xml

+52-53
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?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"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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">
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>org.springframework.boot</groupId>
65
<artifactId>spring-boot-dependencies</artifactId>
7-
<version>1.2.2.BUILD-SNAPSHOT</version>
6+
<version>1.2.3.BUILD-SNAPSHOT</version>
87
<packaging>pom</packaging>
98
<name>Spring Boot Dependencies</name>
109
<description>Spring Boot Dependencies</description>
@@ -150,48 +149,48 @@
150149
<dependency>
151150
<groupId>org.springframework.boot</groupId>
152151
<artifactId>spring-boot</artifactId>
153-
<version>1.2.2.BUILD-SNAPSHOT</version>
152+
<version>1.2.3.BUILD-SNAPSHOT</version>
154153
</dependency>
155154
<dependency>
156155
<groupId>org.springframework.boot</groupId>
157156
<artifactId>spring-boot</artifactId>
158157
<type>test-jar</type>
159-
<version>1.2.2.BUILD-SNAPSHOT</version>
158+
<version>1.2.3.BUILD-SNAPSHOT</version>
160159
</dependency>
161160
<dependency>
162161
<groupId>org.springframework.boot</groupId>
163162
<artifactId>spring-boot-actuator</artifactId>
164-
<version>1.2.2.BUILD-SNAPSHOT</version>
163+
<version>1.2.3.BUILD-SNAPSHOT</version>
165164
</dependency>
166165
<dependency>
167166
<groupId>org.springframework.boot</groupId>
168167
<artifactId>spring-boot-autoconfigure</artifactId>
169-
<version>1.2.2.BUILD-SNAPSHOT</version>
168+
<version>1.2.3.BUILD-SNAPSHOT</version>
170169
</dependency>
171170
<dependency>
172171
<groupId>org.springframework.boot</groupId>
173172
<artifactId>spring-boot-configuration-processor</artifactId>
174-
<version>1.2.2.BUILD-SNAPSHOT</version>
173+
<version>1.2.3.BUILD-SNAPSHOT</version>
175174
</dependency>
176175
<dependency>
177176
<groupId>org.springframework.boot</groupId>
178177
<artifactId>spring-boot-dependency-tools</artifactId>
179-
<version>1.2.2.BUILD-SNAPSHOT</version>
178+
<version>1.2.3.BUILD-SNAPSHOT</version>
180179
</dependency>
181180
<dependency>
182181
<groupId>org.springframework.boot</groupId>
183182
<artifactId>spring-boot-loader</artifactId>
184-
<version>1.2.2.BUILD-SNAPSHOT</version>
183+
<version>1.2.3.BUILD-SNAPSHOT</version>
185184
</dependency>
186185
<dependency>
187186
<groupId>org.springframework.boot</groupId>
188187
<artifactId>spring-boot-loader-tools</artifactId>
189-
<version>1.2.2.BUILD-SNAPSHOT</version>
188+
<version>1.2.3.BUILD-SNAPSHOT</version>
190189
</dependency>
191190
<dependency>
192191
<groupId>org.springframework.boot</groupId>
193192
<artifactId>spring-boot-starter</artifactId>
194-
<version>1.2.2.BUILD-SNAPSHOT</version>
193+
<version>1.2.3.BUILD-SNAPSHOT</version>
195194
<exclusions>
196195
<exclusion>
197196
<groupId>commons-logging</groupId>
@@ -202,177 +201,177 @@
202201
<dependency>
203202
<groupId>org.springframework.boot</groupId>
204203
<artifactId>spring-boot-starter-actuator</artifactId>
205-
<version>1.2.2.BUILD-SNAPSHOT</version>
204+
<version>1.2.3.BUILD-SNAPSHOT</version>
206205
</dependency>
207206
<dependency>
208207
<groupId>org.springframework.boot</groupId>
209208
<artifactId>spring-boot-starter-amqp</artifactId>
210-
<version>1.2.2.BUILD-SNAPSHOT</version>
209+
<version>1.2.3.BUILD-SNAPSHOT</version>
211210
</dependency>
212211
<dependency>
213212
<groupId>org.springframework.boot</groupId>
214213
<artifactId>spring-boot-starter-aop</artifactId>
215-
<version>1.2.2.BUILD-SNAPSHOT</version>
214+
<version>1.2.3.BUILD-SNAPSHOT</version>
216215
</dependency>
217216
<dependency>
218217
<groupId>org.springframework.boot</groupId>
219218
<artifactId>spring-boot-starter-batch</artifactId>
220-
<version>1.2.2.BUILD-SNAPSHOT</version>
219+
<version>1.2.3.BUILD-SNAPSHOT</version>
221220
</dependency>
222221
<dependency>
223222
<groupId>org.springframework.boot</groupId>
224223
<artifactId>spring-boot-starter-cloud-connectors</artifactId>
225-
<version>1.2.2.BUILD-SNAPSHOT</version>
224+
<version>1.2.3.BUILD-SNAPSHOT</version>
226225
</dependency>
227226
<dependency>
228227
<groupId>org.springframework.boot</groupId>
229228
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
230-
<version>1.2.2.BUILD-SNAPSHOT</version>
229+
<version>1.2.3.BUILD-SNAPSHOT</version>
231230
</dependency>
232231
<dependency>
233232
<groupId>org.springframework.boot</groupId>
234233
<artifactId>spring-boot-starter-data-gemfire</artifactId>
235-
<version>1.2.2.BUILD-SNAPSHOT</version>
234+
<version>1.2.3.BUILD-SNAPSHOT</version>
236235
</dependency>
237236
<dependency>
238237
<groupId>org.springframework.boot</groupId>
239238
<artifactId>spring-boot-starter-data-jpa</artifactId>
240-
<version>1.2.2.BUILD-SNAPSHOT</version>
239+
<version>1.2.3.BUILD-SNAPSHOT</version>
241240
</dependency>
242241
<dependency>
243242
<groupId>org.springframework.boot</groupId>
244243
<artifactId>spring-boot-starter-data-mongodb</artifactId>
245-
<version>1.2.2.BUILD-SNAPSHOT</version>
244+
<version>1.2.3.BUILD-SNAPSHOT</version>
246245
</dependency>
247246
<dependency>
248247
<groupId>org.springframework.boot</groupId>
249248
<artifactId>spring-boot-starter-data-rest</artifactId>
250-
<version>1.2.2.BUILD-SNAPSHOT</version>
249+
<version>1.2.3.BUILD-SNAPSHOT</version>
251250
</dependency>
252251
<dependency>
253252
<groupId>org.springframework.boot</groupId>
254253
<artifactId>spring-boot-starter-data-solr</artifactId>
255-
<version>1.2.2.BUILD-SNAPSHOT</version>
254+
<version>1.2.3.BUILD-SNAPSHOT</version>
256255
</dependency>
257256
<dependency>
258257
<groupId>org.springframework.boot</groupId>
259258
<artifactId>spring-boot-starter-freemarker</artifactId>
260-
<version>1.2.2.BUILD-SNAPSHOT</version>
259+
<version>1.2.3.BUILD-SNAPSHOT</version>
261260
</dependency>
262261
<dependency>
263262
<groupId>org.springframework.boot</groupId>
264263
<artifactId>spring-boot-starter-groovy-templates</artifactId>
265-
<version>1.2.2.BUILD-SNAPSHOT</version>
264+
<version>1.2.3.BUILD-SNAPSHOT</version>
266265
</dependency>
267266
<dependency>
268267
<groupId>org.springframework.boot</groupId>
269268
<artifactId>spring-boot-starter-hateoas</artifactId>
270-
<version>1.2.2.BUILD-SNAPSHOT</version>
269+
<version>1.2.3.BUILD-SNAPSHOT</version>
271270
</dependency>
272271
<dependency>
273272
<groupId>org.springframework.boot</groupId>
274273
<artifactId>spring-boot-starter-hornetq</artifactId>
275-
<version>1.2.2.BUILD-SNAPSHOT</version>
274+
<version>1.2.3.BUILD-SNAPSHOT</version>
276275
</dependency>
277276
<dependency>
278277
<groupId>org.springframework.boot</groupId>
279278
<artifactId>spring-boot-starter-integration</artifactId>
280-
<version>1.2.2.BUILD-SNAPSHOT</version>
279+
<version>1.2.3.BUILD-SNAPSHOT</version>
281280
</dependency>
282281
<dependency>
283282
<groupId>org.springframework.boot</groupId>
284283
<artifactId>spring-boot-starter-jdbc</artifactId>
285-
<version>1.2.2.BUILD-SNAPSHOT</version>
284+
<version>1.2.3.BUILD-SNAPSHOT</version>
286285
</dependency>
287286
<dependency>
288287
<groupId>org.springframework.boot</groupId>
289288
<artifactId>spring-boot-starter-jersey</artifactId>
290-
<version>1.2.2.BUILD-SNAPSHOT</version>
289+
<version>1.2.3.BUILD-SNAPSHOT</version>
291290
</dependency>
292291
<dependency>
293292
<groupId>org.springframework.boot</groupId>
294293
<artifactId>spring-boot-starter-jetty</artifactId>
295-
<version>1.2.2.BUILD-SNAPSHOT</version>
294+
<version>1.2.3.BUILD-SNAPSHOT</version>
296295
</dependency>
297296
<dependency>
298297
<groupId>org.springframework.boot</groupId>
299298
<artifactId>spring-boot-starter-jta-atomikos</artifactId>
300-
<version>1.2.2.BUILD-SNAPSHOT</version>
299+
<version>1.2.3.BUILD-SNAPSHOT</version>
301300
</dependency>
302301
<dependency>
303302
<groupId>org.springframework.boot</groupId>
304303
<artifactId>spring-boot-starter-jta-bitronix</artifactId>
305-
<version>1.2.2.BUILD-SNAPSHOT</version>
304+
<version>1.2.3.BUILD-SNAPSHOT</version>
306305
</dependency>
307306
<dependency>
308307
<groupId>org.springframework.boot</groupId>
309308
<artifactId>spring-boot-starter-undertow</artifactId>
310-
<version>1.2.2.BUILD-SNAPSHOT</version>
309+
<version>1.2.3.BUILD-SNAPSHOT</version>
311310
</dependency>
312311
<dependency>
313312
<groupId>org.springframework.boot</groupId>
314313
<artifactId>spring-boot-starter-log4j</artifactId>
315-
<version>1.2.2.BUILD-SNAPSHOT</version>
314+
<version>1.2.3.BUILD-SNAPSHOT</version>
316315
</dependency>
317316
<dependency>
318317
<groupId>org.springframework.boot</groupId>
319318
<artifactId>spring-boot-starter-log4j2</artifactId>
320-
<version>1.2.2.BUILD-SNAPSHOT</version>
319+
<version>1.2.3.BUILD-SNAPSHOT</version>
321320
</dependency>
322321
<dependency>
323322
<groupId>org.springframework.boot</groupId>
324323
<artifactId>spring-boot-starter-logging</artifactId>
325-
<version>1.2.2.BUILD-SNAPSHOT</version>
324+
<version>1.2.3.BUILD-SNAPSHOT</version>
326325
</dependency>
327326
<dependency>
328327
<groupId>org.springframework.boot</groupId>
329328
<artifactId>spring-boot-starter-mail</artifactId>
330-
<version>1.2.2.BUILD-SNAPSHOT</version>
329+
<version>1.2.3.BUILD-SNAPSHOT</version>
331330
</dependency>
332331
<dependency>
333332
<groupId>org.springframework.boot</groupId>
334333
<artifactId>spring-boot-starter-mobile</artifactId>
335-
<version>1.2.2.BUILD-SNAPSHOT</version>
334+
<version>1.2.3.BUILD-SNAPSHOT</version>
336335
</dependency>
337336
<dependency>
338337
<groupId>org.springframework.boot</groupId>
339338
<artifactId>spring-boot-starter-mustache</artifactId>
340-
<version>1.2.2.BUILD-SNAPSHOT</version>
339+
<version>1.2.3.BUILD-SNAPSHOT</version>
341340
</dependency>
342341
<dependency>
343342
<groupId>org.springframework.boot</groupId>
344343
<artifactId>spring-boot-starter-redis</artifactId>
345-
<version>1.2.2.BUILD-SNAPSHOT</version>
344+
<version>1.2.3.BUILD-SNAPSHOT</version>
346345
</dependency>
347346
<dependency>
348347
<groupId>org.springframework.boot</groupId>
349348
<artifactId>spring-boot-starter-remote-shell</artifactId>
350-
<version>1.2.2.BUILD-SNAPSHOT</version>
349+
<version>1.2.3.BUILD-SNAPSHOT</version>
351350
</dependency>
352351
<dependency>
353352
<groupId>org.springframework.boot</groupId>
354353
<artifactId>spring-boot-starter-security</artifactId>
355-
<version>1.2.2.BUILD-SNAPSHOT</version>
354+
<version>1.2.3.BUILD-SNAPSHOT</version>
356355
</dependency>
357356
<dependency>
358357
<groupId>org.springframework.boot</groupId>
359358
<artifactId>spring-boot-starter-social-facebook</artifactId>
360-
<version>1.2.2.BUILD-SNAPSHOT</version>
359+
<version>1.2.3.BUILD-SNAPSHOT</version>
361360
</dependency>
362361
<dependency>
363362
<groupId>org.springframework.boot</groupId>
364363
<artifactId>spring-boot-starter-social-linkedin</artifactId>
365-
<version>1.2.2.BUILD-SNAPSHOT</version>
364+
<version>1.2.3.BUILD-SNAPSHOT</version>
366365
</dependency>
367366
<dependency>
368367
<groupId>org.springframework.boot</groupId>
369368
<artifactId>spring-boot-starter-social-twitter</artifactId>
370-
<version>1.2.2.BUILD-SNAPSHOT</version>
369+
<version>1.2.3.BUILD-SNAPSHOT</version>
371370
</dependency>
372371
<dependency>
373372
<groupId>org.springframework.boot</groupId>
374373
<artifactId>spring-boot-starter-test</artifactId>
375-
<version>1.2.2.BUILD-SNAPSHOT</version>
374+
<version>1.2.3.BUILD-SNAPSHOT</version>
376375
<exclusions>
377376
<exclusion>
378377
<groupId>commons-logging</groupId>
@@ -383,32 +382,32 @@
383382
<dependency>
384383
<groupId>org.springframework.boot</groupId>
385384
<artifactId>spring-boot-starter-thymeleaf</artifactId>
386-
<version>1.2.2.BUILD-SNAPSHOT</version>
385+
<version>1.2.3.BUILD-SNAPSHOT</version>
387386
</dependency>
388387
<dependency>
389388
<groupId>org.springframework.boot</groupId>
390389
<artifactId>spring-boot-starter-tomcat</artifactId>
391-
<version>1.2.2.BUILD-SNAPSHOT</version>
390+
<version>1.2.3.BUILD-SNAPSHOT</version>
392391
</dependency>
393392
<dependency>
394393
<groupId>org.springframework.boot</groupId>
395394
<artifactId>spring-boot-starter-velocity</artifactId>
396-
<version>1.2.2.BUILD-SNAPSHOT</version>
395+
<version>1.2.3.BUILD-SNAPSHOT</version>
397396
</dependency>
398397
<dependency>
399398
<groupId>org.springframework.boot</groupId>
400399
<artifactId>spring-boot-starter-web</artifactId>
401-
<version>1.2.2.BUILD-SNAPSHOT</version>
400+
<version>1.2.3.BUILD-SNAPSHOT</version>
402401
</dependency>
403402
<dependency>
404403
<groupId>org.springframework.boot</groupId>
405404
<artifactId>spring-boot-starter-websocket</artifactId>
406-
<version>1.2.2.BUILD-SNAPSHOT</version>
405+
<version>1.2.3.BUILD-SNAPSHOT</version>
407406
</dependency>
408407
<dependency>
409408
<groupId>org.springframework.boot</groupId>
410409
<artifactId>spring-boot-starter-ws</artifactId>
411-
<version>1.2.2.BUILD-SNAPSHOT</version>
410+
<version>1.2.3.BUILD-SNAPSHOT</version>
412411
</dependency>
413412

414413
<!-- Third Party -->

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

Diff for: 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.2.BUILD-SNAPSHOT</version>
7+
<version>1.2.3.BUILD-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-boot-deployment-test-tomcat</artifactId>
1010
<packaging>war</packaging>

Diff for: 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.2.BUILD-SNAPSHOT</version>
7+
<version>1.2.3.BUILD-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-boot-deployment-test-tomee</artifactId>
1010
<packaging>war</packaging>

Diff for: 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.2.BUILD-SNAPSHOT</version>
7+
<version>1.2.3.BUILD-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-boot-deployment-test-wildfly</artifactId>
1010
<packaging>war</packaging>

0 commit comments

Comments
 (0)