Skip to content

Commit 7ce391d

Browse files
committed
Next development version
1 parent 48009bf commit 7ce391d

File tree

132 files changed

+184
-183
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
-183
lines changed

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-build</artifactId>
6-
<version>1.2.5.BUILD-SNAPSHOT</version>
6+
<version>1.2.6.BUILD-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Spring Boot Build</name>
99
<description>Spring Boot Build</description>

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

spring-boot-dependencies/pom.xml

Lines changed: 53 additions & 52 deletions
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.5.BUILD-SNAPSHOT</version>
6+
<version>1.2.6.BUILD-SNAPSHOT</version>
67
<packaging>pom</packaging>
78
<name>Spring Boot Dependencies</name>
89
<description>Spring Boot Dependencies</description>
@@ -149,48 +150,48 @@
149150
<dependency>
150151
<groupId>org.springframework.boot</groupId>
151152
<artifactId>spring-boot</artifactId>
152-
<version>1.2.5.BUILD-SNAPSHOT</version>
153+
<version>1.2.6.BUILD-SNAPSHOT</version>
153154
</dependency>
154155
<dependency>
155156
<groupId>org.springframework.boot</groupId>
156157
<artifactId>spring-boot</artifactId>
157158
<type>test-jar</type>
158-
<version>1.2.5.BUILD-SNAPSHOT</version>
159+
<version>1.2.6.BUILD-SNAPSHOT</version>
159160
</dependency>
160161
<dependency>
161162
<groupId>org.springframework.boot</groupId>
162163
<artifactId>spring-boot-actuator</artifactId>
163-
<version>1.2.5.BUILD-SNAPSHOT</version>
164+
<version>1.2.6.BUILD-SNAPSHOT</version>
164165
</dependency>
165166
<dependency>
166167
<groupId>org.springframework.boot</groupId>
167168
<artifactId>spring-boot-autoconfigure</artifactId>
168-
<version>1.2.5.BUILD-SNAPSHOT</version>
169+
<version>1.2.6.BUILD-SNAPSHOT</version>
169170
</dependency>
170171
<dependency>
171172
<groupId>org.springframework.boot</groupId>
172173
<artifactId>spring-boot-configuration-processor</artifactId>
173-
<version>1.2.5.BUILD-SNAPSHOT</version>
174+
<version>1.2.6.BUILD-SNAPSHOT</version>
174175
</dependency>
175176
<dependency>
176177
<groupId>org.springframework.boot</groupId>
177178
<artifactId>spring-boot-dependency-tools</artifactId>
178-
<version>1.2.5.BUILD-SNAPSHOT</version>
179+
<version>1.2.6.BUILD-SNAPSHOT</version>
179180
</dependency>
180181
<dependency>
181182
<groupId>org.springframework.boot</groupId>
182183
<artifactId>spring-boot-loader</artifactId>
183-
<version>1.2.5.BUILD-SNAPSHOT</version>
184+
<version>1.2.6.BUILD-SNAPSHOT</version>
184185
</dependency>
185186
<dependency>
186187
<groupId>org.springframework.boot</groupId>
187188
<artifactId>spring-boot-loader-tools</artifactId>
188-
<version>1.2.5.BUILD-SNAPSHOT</version>
189+
<version>1.2.6.BUILD-SNAPSHOT</version>
189190
</dependency>
190191
<dependency>
191192
<groupId>org.springframework.boot</groupId>
192193
<artifactId>spring-boot-starter</artifactId>
193-
<version>1.2.5.BUILD-SNAPSHOT</version>
194+
<version>1.2.6.BUILD-SNAPSHOT</version>
194195
<exclusions>
195196
<exclusion>
196197
<groupId>commons-logging</groupId>
@@ -201,177 +202,177 @@
201202
<dependency>
202203
<groupId>org.springframework.boot</groupId>
203204
<artifactId>spring-boot-starter-actuator</artifactId>
204-
<version>1.2.5.BUILD-SNAPSHOT</version>
205+
<version>1.2.6.BUILD-SNAPSHOT</version>
205206
</dependency>
206207
<dependency>
207208
<groupId>org.springframework.boot</groupId>
208209
<artifactId>spring-boot-starter-amqp</artifactId>
209-
<version>1.2.5.BUILD-SNAPSHOT</version>
210+
<version>1.2.6.BUILD-SNAPSHOT</version>
210211
</dependency>
211212
<dependency>
212213
<groupId>org.springframework.boot</groupId>
213214
<artifactId>spring-boot-starter-aop</artifactId>
214-
<version>1.2.5.BUILD-SNAPSHOT</version>
215+
<version>1.2.6.BUILD-SNAPSHOT</version>
215216
</dependency>
216217
<dependency>
217218
<groupId>org.springframework.boot</groupId>
218219
<artifactId>spring-boot-starter-batch</artifactId>
219-
<version>1.2.5.BUILD-SNAPSHOT</version>
220+
<version>1.2.6.BUILD-SNAPSHOT</version>
220221
</dependency>
221222
<dependency>
222223
<groupId>org.springframework.boot</groupId>
223224
<artifactId>spring-boot-starter-cloud-connectors</artifactId>
224-
<version>1.2.5.BUILD-SNAPSHOT</version>
225+
<version>1.2.6.BUILD-SNAPSHOT</version>
225226
</dependency>
226227
<dependency>
227228
<groupId>org.springframework.boot</groupId>
228229
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
229-
<version>1.2.5.BUILD-SNAPSHOT</version>
230+
<version>1.2.6.BUILD-SNAPSHOT</version>
230231
</dependency>
231232
<dependency>
232233
<groupId>org.springframework.boot</groupId>
233234
<artifactId>spring-boot-starter-data-gemfire</artifactId>
234-
<version>1.2.5.BUILD-SNAPSHOT</version>
235+
<version>1.2.6.BUILD-SNAPSHOT</version>
235236
</dependency>
236237
<dependency>
237238
<groupId>org.springframework.boot</groupId>
238239
<artifactId>spring-boot-starter-data-jpa</artifactId>
239-
<version>1.2.5.BUILD-SNAPSHOT</version>
240+
<version>1.2.6.BUILD-SNAPSHOT</version>
240241
</dependency>
241242
<dependency>
242243
<groupId>org.springframework.boot</groupId>
243244
<artifactId>spring-boot-starter-data-mongodb</artifactId>
244-
<version>1.2.5.BUILD-SNAPSHOT</version>
245+
<version>1.2.6.BUILD-SNAPSHOT</version>
245246
</dependency>
246247
<dependency>
247248
<groupId>org.springframework.boot</groupId>
248249
<artifactId>spring-boot-starter-data-rest</artifactId>
249-
<version>1.2.5.BUILD-SNAPSHOT</version>
250+
<version>1.2.6.BUILD-SNAPSHOT</version>
250251
</dependency>
251252
<dependency>
252253
<groupId>org.springframework.boot</groupId>
253254
<artifactId>spring-boot-starter-data-solr</artifactId>
254-
<version>1.2.5.BUILD-SNAPSHOT</version>
255+
<version>1.2.6.BUILD-SNAPSHOT</version>
255256
</dependency>
256257
<dependency>
257258
<groupId>org.springframework.boot</groupId>
258259
<artifactId>spring-boot-starter-freemarker</artifactId>
259-
<version>1.2.5.BUILD-SNAPSHOT</version>
260+
<version>1.2.6.BUILD-SNAPSHOT</version>
260261
</dependency>
261262
<dependency>
262263
<groupId>org.springframework.boot</groupId>
263264
<artifactId>spring-boot-starter-groovy-templates</artifactId>
264-
<version>1.2.5.BUILD-SNAPSHOT</version>
265+
<version>1.2.6.BUILD-SNAPSHOT</version>
265266
</dependency>
266267
<dependency>
267268
<groupId>org.springframework.boot</groupId>
268269
<artifactId>spring-boot-starter-hateoas</artifactId>
269-
<version>1.2.5.BUILD-SNAPSHOT</version>
270+
<version>1.2.6.BUILD-SNAPSHOT</version>
270271
</dependency>
271272
<dependency>
272273
<groupId>org.springframework.boot</groupId>
273274
<artifactId>spring-boot-starter-hornetq</artifactId>
274-
<version>1.2.5.BUILD-SNAPSHOT</version>
275+
<version>1.2.6.BUILD-SNAPSHOT</version>
275276
</dependency>
276277
<dependency>
277278
<groupId>org.springframework.boot</groupId>
278279
<artifactId>spring-boot-starter-integration</artifactId>
279-
<version>1.2.5.BUILD-SNAPSHOT</version>
280+
<version>1.2.6.BUILD-SNAPSHOT</version>
280281
</dependency>
281282
<dependency>
282283
<groupId>org.springframework.boot</groupId>
283284
<artifactId>spring-boot-starter-jdbc</artifactId>
284-
<version>1.2.5.BUILD-SNAPSHOT</version>
285+
<version>1.2.6.BUILD-SNAPSHOT</version>
285286
</dependency>
286287
<dependency>
287288
<groupId>org.springframework.boot</groupId>
288289
<artifactId>spring-boot-starter-jersey</artifactId>
289-
<version>1.2.5.BUILD-SNAPSHOT</version>
290+
<version>1.2.6.BUILD-SNAPSHOT</version>
290291
</dependency>
291292
<dependency>
292293
<groupId>org.springframework.boot</groupId>
293294
<artifactId>spring-boot-starter-jetty</artifactId>
294-
<version>1.2.5.BUILD-SNAPSHOT</version>
295+
<version>1.2.6.BUILD-SNAPSHOT</version>
295296
</dependency>
296297
<dependency>
297298
<groupId>org.springframework.boot</groupId>
298299
<artifactId>spring-boot-starter-jta-atomikos</artifactId>
299-
<version>1.2.5.BUILD-SNAPSHOT</version>
300+
<version>1.2.6.BUILD-SNAPSHOT</version>
300301
</dependency>
301302
<dependency>
302303
<groupId>org.springframework.boot</groupId>
303304
<artifactId>spring-boot-starter-jta-bitronix</artifactId>
304-
<version>1.2.5.BUILD-SNAPSHOT</version>
305+
<version>1.2.6.BUILD-SNAPSHOT</version>
305306
</dependency>
306307
<dependency>
307308
<groupId>org.springframework.boot</groupId>
308309
<artifactId>spring-boot-starter-undertow</artifactId>
309-
<version>1.2.5.BUILD-SNAPSHOT</version>
310+
<version>1.2.6.BUILD-SNAPSHOT</version>
310311
</dependency>
311312
<dependency>
312313
<groupId>org.springframework.boot</groupId>
313314
<artifactId>spring-boot-starter-log4j</artifactId>
314-
<version>1.2.5.BUILD-SNAPSHOT</version>
315+
<version>1.2.6.BUILD-SNAPSHOT</version>
315316
</dependency>
316317
<dependency>
317318
<groupId>org.springframework.boot</groupId>
318319
<artifactId>spring-boot-starter-log4j2</artifactId>
319-
<version>1.2.5.BUILD-SNAPSHOT</version>
320+
<version>1.2.6.BUILD-SNAPSHOT</version>
320321
</dependency>
321322
<dependency>
322323
<groupId>org.springframework.boot</groupId>
323324
<artifactId>spring-boot-starter-logging</artifactId>
324-
<version>1.2.5.BUILD-SNAPSHOT</version>
325+
<version>1.2.6.BUILD-SNAPSHOT</version>
325326
</dependency>
326327
<dependency>
327328
<groupId>org.springframework.boot</groupId>
328329
<artifactId>spring-boot-starter-mail</artifactId>
329-
<version>1.2.5.BUILD-SNAPSHOT</version>
330+
<version>1.2.6.BUILD-SNAPSHOT</version>
330331
</dependency>
331332
<dependency>
332333
<groupId>org.springframework.boot</groupId>
333334
<artifactId>spring-boot-starter-mobile</artifactId>
334-
<version>1.2.5.BUILD-SNAPSHOT</version>
335+
<version>1.2.6.BUILD-SNAPSHOT</version>
335336
</dependency>
336337
<dependency>
337338
<groupId>org.springframework.boot</groupId>
338339
<artifactId>spring-boot-starter-mustache</artifactId>
339-
<version>1.2.5.BUILD-SNAPSHOT</version>
340+
<version>1.2.6.BUILD-SNAPSHOT</version>
340341
</dependency>
341342
<dependency>
342343
<groupId>org.springframework.boot</groupId>
343344
<artifactId>spring-boot-starter-redis</artifactId>
344-
<version>1.2.5.BUILD-SNAPSHOT</version>
345+
<version>1.2.6.BUILD-SNAPSHOT</version>
345346
</dependency>
346347
<dependency>
347348
<groupId>org.springframework.boot</groupId>
348349
<artifactId>spring-boot-starter-remote-shell</artifactId>
349-
<version>1.2.5.BUILD-SNAPSHOT</version>
350+
<version>1.2.6.BUILD-SNAPSHOT</version>
350351
</dependency>
351352
<dependency>
352353
<groupId>org.springframework.boot</groupId>
353354
<artifactId>spring-boot-starter-security</artifactId>
354-
<version>1.2.5.BUILD-SNAPSHOT</version>
355+
<version>1.2.6.BUILD-SNAPSHOT</version>
355356
</dependency>
356357
<dependency>
357358
<groupId>org.springframework.boot</groupId>
358359
<artifactId>spring-boot-starter-social-facebook</artifactId>
359-
<version>1.2.5.BUILD-SNAPSHOT</version>
360+
<version>1.2.6.BUILD-SNAPSHOT</version>
360361
</dependency>
361362
<dependency>
362363
<groupId>org.springframework.boot</groupId>
363364
<artifactId>spring-boot-starter-social-linkedin</artifactId>
364-
<version>1.2.5.BUILD-SNAPSHOT</version>
365+
<version>1.2.6.BUILD-SNAPSHOT</version>
365366
</dependency>
366367
<dependency>
367368
<groupId>org.springframework.boot</groupId>
368369
<artifactId>spring-boot-starter-social-twitter</artifactId>
369-
<version>1.2.5.BUILD-SNAPSHOT</version>
370+
<version>1.2.6.BUILD-SNAPSHOT</version>
370371
</dependency>
371372
<dependency>
372373
<groupId>org.springframework.boot</groupId>
373374
<artifactId>spring-boot-starter-test</artifactId>
374-
<version>1.2.5.BUILD-SNAPSHOT</version>
375+
<version>1.2.6.BUILD-SNAPSHOT</version>
375376
<exclusions>
376377
<exclusion>
377378
<groupId>commons-logging</groupId>
@@ -382,32 +383,32 @@
382383
<dependency>
383384
<groupId>org.springframework.boot</groupId>
384385
<artifactId>spring-boot-starter-thymeleaf</artifactId>
385-
<version>1.2.5.BUILD-SNAPSHOT</version>
386+
<version>1.2.6.BUILD-SNAPSHOT</version>
386387
</dependency>
387388
<dependency>
388389
<groupId>org.springframework.boot</groupId>
389390
<artifactId>spring-boot-starter-tomcat</artifactId>
390-
<version>1.2.5.BUILD-SNAPSHOT</version>
391+
<version>1.2.6.BUILD-SNAPSHOT</version>
391392
</dependency>
392393
<dependency>
393394
<groupId>org.springframework.boot</groupId>
394395
<artifactId>spring-boot-starter-velocity</artifactId>
395-
<version>1.2.5.BUILD-SNAPSHOT</version>
396+
<version>1.2.6.BUILD-SNAPSHOT</version>
396397
</dependency>
397398
<dependency>
398399
<groupId>org.springframework.boot</groupId>
399400
<artifactId>spring-boot-starter-web</artifactId>
400-
<version>1.2.5.BUILD-SNAPSHOT</version>
401+
<version>1.2.6.BUILD-SNAPSHOT</version>
401402
</dependency>
402403
<dependency>
403404
<groupId>org.springframework.boot</groupId>
404405
<artifactId>spring-boot-starter-websocket</artifactId>
405-
<version>1.2.5.BUILD-SNAPSHOT</version>
406+
<version>1.2.6.BUILD-SNAPSHOT</version>
406407
</dependency>
407408
<dependency>
408409
<groupId>org.springframework.boot</groupId>
409410
<artifactId>spring-boot-starter-ws</artifactId>
410-
<version>1.2.5.BUILD-SNAPSHOT</version>
411+
<version>1.2.6.BUILD-SNAPSHOT</version>
411412
</dependency>
412413

413414
<!-- Third Party -->

spring-boot-deployment-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.5.BUILD-SNAPSHOT</version>
7+
<version>1.2.6.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

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-deployment-tests</artifactId>
7-
<version>1.2.5.BUILD-SNAPSHOT</version>
7+
<version>1.2.6.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

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-deployment-tests</artifactId>
7-
<version>1.2.5.BUILD-SNAPSHOT</version>
7+
<version>1.2.6.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

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

0 commit comments

Comments
 (0)