Skip to content

Commit aea68f0

Browse files
committed
Next development version
1 parent 7ac8cac commit aea68f0

File tree

100 files changed

+143
-142
lines changed

Some content is hidden

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

100 files changed

+143
-142
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.1.11.BUILD-SNAPSHOT</version>
6+
<version>1.1.12.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.1.11.BUILD-SNAPSHOT</version>
7+
<version>1.1.12.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.1.11.BUILD-SNAPSHOT</version>
7+
<version>1.1.12.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.1.11.BUILD-SNAPSHOT</version>
7+
<version>1.1.12.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-cli</artifactId>

spring-boot-dependencies/pom.xml

+44-43
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.1.11.BUILD-SNAPSHOT</version>
6+
<version>1.1.12.BUILD-SNAPSHOT</version>
67
<packaging>pom</packaging>
78
<name>Spring Boot Dependencies</name>
89
<description>Spring Boot Dependencies</description>
@@ -130,43 +131,43 @@
130131
<dependency>
131132
<groupId>org.springframework.boot</groupId>
132133
<artifactId>spring-boot</artifactId>
133-
<version>1.1.11.BUILD-SNAPSHOT</version>
134+
<version>1.1.12.BUILD-SNAPSHOT</version>
134135
</dependency>
135136
<dependency>
136137
<groupId>org.springframework.boot</groupId>
137138
<artifactId>spring-boot</artifactId>
138139
<type>test-jar</type>
139-
<version>1.1.11.BUILD-SNAPSHOT</version>
140+
<version>1.1.12.BUILD-SNAPSHOT</version>
140141
</dependency>
141142
<dependency>
142143
<groupId>org.springframework.boot</groupId>
143144
<artifactId>spring-boot-actuator</artifactId>
144-
<version>1.1.11.BUILD-SNAPSHOT</version>
145+
<version>1.1.12.BUILD-SNAPSHOT</version>
145146
</dependency>
146147
<dependency>
147148
<groupId>org.springframework.boot</groupId>
148149
<artifactId>spring-boot-autoconfigure</artifactId>
149-
<version>1.1.11.BUILD-SNAPSHOT</version>
150+
<version>1.1.12.BUILD-SNAPSHOT</version>
150151
</dependency>
151152
<dependency>
152153
<groupId>org.springframework.boot</groupId>
153154
<artifactId>spring-boot-dependency-tools</artifactId>
154-
<version>1.1.11.BUILD-SNAPSHOT</version>
155+
<version>1.1.12.BUILD-SNAPSHOT</version>
155156
</dependency>
156157
<dependency>
157158
<groupId>org.springframework.boot</groupId>
158159
<artifactId>spring-boot-loader</artifactId>
159-
<version>1.1.11.BUILD-SNAPSHOT</version>
160+
<version>1.1.12.BUILD-SNAPSHOT</version>
160161
</dependency>
161162
<dependency>
162163
<groupId>org.springframework.boot</groupId>
163164
<artifactId>spring-boot-loader-tools</artifactId>
164-
<version>1.1.11.BUILD-SNAPSHOT</version>
165+
<version>1.1.12.BUILD-SNAPSHOT</version>
165166
</dependency>
166167
<dependency>
167168
<groupId>org.springframework.boot</groupId>
168169
<artifactId>spring-boot-starter</artifactId>
169-
<version>1.1.11.BUILD-SNAPSHOT</version>
170+
<version>1.1.12.BUILD-SNAPSHOT</version>
170171
<exclusions>
171172
<exclusion>
172173
<groupId>commons-logging</groupId>
@@ -177,132 +178,132 @@
177178
<dependency>
178179
<groupId>org.springframework.boot</groupId>
179180
<artifactId>spring-boot-starter-actuator</artifactId>
180-
<version>1.1.11.BUILD-SNAPSHOT</version>
181+
<version>1.1.12.BUILD-SNAPSHOT</version>
181182
</dependency>
182183
<dependency>
183184
<groupId>org.springframework.boot</groupId>
184185
<artifactId>spring-boot-starter-amqp</artifactId>
185-
<version>1.1.11.BUILD-SNAPSHOT</version>
186+
<version>1.1.12.BUILD-SNAPSHOT</version>
186187
</dependency>
187188
<dependency>
188189
<groupId>org.springframework.boot</groupId>
189190
<artifactId>spring-boot-starter-aop</artifactId>
190-
<version>1.1.11.BUILD-SNAPSHOT</version>
191+
<version>1.1.12.BUILD-SNAPSHOT</version>
191192
</dependency>
192193
<dependency>
193194
<groupId>org.springframework.boot</groupId>
194195
<artifactId>spring-boot-starter-batch</artifactId>
195-
<version>1.1.11.BUILD-SNAPSHOT</version>
196+
<version>1.1.12.BUILD-SNAPSHOT</version>
196197
</dependency>
197198
<dependency>
198199
<groupId>org.springframework.boot</groupId>
199200
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
200-
<version>1.1.11.BUILD-SNAPSHOT</version>
201+
<version>1.1.12.BUILD-SNAPSHOT</version>
201202
</dependency>
202203
<dependency>
203204
<groupId>org.springframework.boot</groupId>
204205
<artifactId>spring-boot-starter-data-gemfire</artifactId>
205-
<version>1.1.11.BUILD-SNAPSHOT</version>
206+
<version>1.1.12.BUILD-SNAPSHOT</version>
206207
</dependency>
207208
<dependency>
208209
<groupId>org.springframework.boot</groupId>
209210
<artifactId>spring-boot-starter-data-jpa</artifactId>
210-
<version>1.1.11.BUILD-SNAPSHOT</version>
211+
<version>1.1.12.BUILD-SNAPSHOT</version>
211212
</dependency>
212213
<dependency>
213214
<groupId>org.springframework.boot</groupId>
214215
<artifactId>spring-boot-starter-data-mongodb</artifactId>
215-
<version>1.1.11.BUILD-SNAPSHOT</version>
216+
<version>1.1.12.BUILD-SNAPSHOT</version>
216217
</dependency>
217218
<dependency>
218219
<groupId>org.springframework.boot</groupId>
219220
<artifactId>spring-boot-starter-data-rest</artifactId>
220-
<version>1.1.11.BUILD-SNAPSHOT</version>
221+
<version>1.1.12.BUILD-SNAPSHOT</version>
221222
</dependency>
222223
<dependency>
223224
<groupId>org.springframework.boot</groupId>
224225
<artifactId>spring-boot-starter-data-solr</artifactId>
225-
<version>1.1.11.BUILD-SNAPSHOT</version>
226+
<version>1.1.12.BUILD-SNAPSHOT</version>
226227
</dependency>
227228
<dependency>
228229
<groupId>org.springframework.boot</groupId>
229230
<artifactId>spring-boot-starter-freemarker</artifactId>
230-
<version>1.1.11.BUILD-SNAPSHOT</version>
231+
<version>1.1.12.BUILD-SNAPSHOT</version>
231232
</dependency>
232233
<dependency>
233234
<groupId>org.springframework.boot</groupId>
234235
<artifactId>spring-boot-starter-groovy-templates</artifactId>
235-
<version>1.1.11.BUILD-SNAPSHOT</version>
236+
<version>1.1.12.BUILD-SNAPSHOT</version>
236237
</dependency>
237238
<dependency>
238239
<groupId>org.springframework.boot</groupId>
239240
<artifactId>spring-boot-starter-hornetq</artifactId>
240-
<version>1.1.11.BUILD-SNAPSHOT</version>
241+
<version>1.1.12.BUILD-SNAPSHOT</version>
241242
</dependency>
242243
<dependency>
243244
<groupId>org.springframework.boot</groupId>
244245
<artifactId>spring-boot-starter-integration</artifactId>
245-
<version>1.1.11.BUILD-SNAPSHOT</version>
246+
<version>1.1.12.BUILD-SNAPSHOT</version>
246247
</dependency>
247248
<dependency>
248249
<groupId>org.springframework.boot</groupId>
249250
<artifactId>spring-boot-starter-jdbc</artifactId>
250-
<version>1.1.11.BUILD-SNAPSHOT</version>
251+
<version>1.1.12.BUILD-SNAPSHOT</version>
251252
</dependency>
252253
<dependency>
253254
<groupId>org.springframework.boot</groupId>
254255
<artifactId>spring-boot-starter-jetty</artifactId>
255-
<version>1.1.11.BUILD-SNAPSHOT</version>
256+
<version>1.1.12.BUILD-SNAPSHOT</version>
256257
</dependency>
257258
<dependency>
258259
<groupId>org.springframework.boot</groupId>
259260
<artifactId>spring-boot-starter-log4j</artifactId>
260-
<version>1.1.11.BUILD-SNAPSHOT</version>
261+
<version>1.1.12.BUILD-SNAPSHOT</version>
261262
</dependency>
262263
<dependency>
263264
<groupId>org.springframework.boot</groupId>
264265
<artifactId>spring-boot-starter-logging</artifactId>
265-
<version>1.1.11.BUILD-SNAPSHOT</version>
266+
<version>1.1.12.BUILD-SNAPSHOT</version>
266267
</dependency>
267268
<dependency>
268269
<groupId>org.springframework.boot</groupId>
269270
<artifactId>spring-boot-starter-mobile</artifactId>
270-
<version>1.1.11.BUILD-SNAPSHOT</version>
271+
<version>1.1.12.BUILD-SNAPSHOT</version>
271272
</dependency>
272273
<dependency>
273274
<groupId>org.springframework.boot</groupId>
274275
<artifactId>spring-boot-starter-redis</artifactId>
275-
<version>1.1.11.BUILD-SNAPSHOT</version>
276+
<version>1.1.12.BUILD-SNAPSHOT</version>
276277
</dependency>
277278
<dependency>
278279
<groupId>org.springframework.boot</groupId>
279280
<artifactId>spring-boot-starter-remote-shell</artifactId>
280-
<version>1.1.11.BUILD-SNAPSHOT</version>
281+
<version>1.1.12.BUILD-SNAPSHOT</version>
281282
</dependency>
282283
<dependency>
283284
<groupId>org.springframework.boot</groupId>
284285
<artifactId>spring-boot-starter-security</artifactId>
285-
<version>1.1.11.BUILD-SNAPSHOT</version>
286+
<version>1.1.12.BUILD-SNAPSHOT</version>
286287
</dependency>
287288
<dependency>
288289
<groupId>org.springframework.boot</groupId>
289290
<artifactId>spring-boot-starter-social-facebook</artifactId>
290-
<version>1.1.11.BUILD-SNAPSHOT</version>
291+
<version>1.1.12.BUILD-SNAPSHOT</version>
291292
</dependency>
292293
<dependency>
293294
<groupId>org.springframework.boot</groupId>
294295
<artifactId>spring-boot-starter-social-linkedin</artifactId>
295-
<version>1.1.11.BUILD-SNAPSHOT</version>
296+
<version>1.1.12.BUILD-SNAPSHOT</version>
296297
</dependency>
297298
<dependency>
298299
<groupId>org.springframework.boot</groupId>
299300
<artifactId>spring-boot-starter-social-twitter</artifactId>
300-
<version>1.1.11.BUILD-SNAPSHOT</version>
301+
<version>1.1.12.BUILD-SNAPSHOT</version>
301302
</dependency>
302303
<dependency>
303304
<groupId>org.springframework.boot</groupId>
304305
<artifactId>spring-boot-starter-test</artifactId>
305-
<version>1.1.11.BUILD-SNAPSHOT</version>
306+
<version>1.1.12.BUILD-SNAPSHOT</version>
306307
<exclusions>
307308
<exclusion>
308309
<groupId>commons-logging</groupId>
@@ -313,32 +314,32 @@
313314
<dependency>
314315
<groupId>org.springframework.boot</groupId>
315316
<artifactId>spring-boot-starter-thymeleaf</artifactId>
316-
<version>1.1.11.BUILD-SNAPSHOT</version>
317+
<version>1.1.12.BUILD-SNAPSHOT</version>
317318
</dependency>
318319
<dependency>
319320
<groupId>org.springframework.boot</groupId>
320321
<artifactId>spring-boot-starter-tomcat</artifactId>
321-
<version>1.1.11.BUILD-SNAPSHOT</version>
322+
<version>1.1.12.BUILD-SNAPSHOT</version>
322323
</dependency>
323324
<dependency>
324325
<groupId>org.springframework.boot</groupId>
325326
<artifactId>spring-boot-starter-velocity</artifactId>
326-
<version>1.1.11.BUILD-SNAPSHOT</version>
327+
<version>1.1.12.BUILD-SNAPSHOT</version>
327328
</dependency>
328329
<dependency>
329330
<groupId>org.springframework.boot</groupId>
330331
<artifactId>spring-boot-starter-web</artifactId>
331-
<version>1.1.11.BUILD-SNAPSHOT</version>
332+
<version>1.1.12.BUILD-SNAPSHOT</version>
332333
</dependency>
333334
<dependency>
334335
<groupId>org.springframework.boot</groupId>
335336
<artifactId>spring-boot-starter-websocket</artifactId>
336-
<version>1.1.11.BUILD-SNAPSHOT</version>
337+
<version>1.1.12.BUILD-SNAPSHOT</version>
337338
</dependency>
338339
<dependency>
339340
<groupId>org.springframework.boot</groupId>
340341
<artifactId>spring-boot-starter-ws</artifactId>
341-
<version>1.1.11.BUILD-SNAPSHOT</version>
342+
<version>1.1.12.BUILD-SNAPSHOT</version>
342343
</dependency>
343344

344345
<!-- Third Party -->
@@ -1345,4 +1346,4 @@
13451346
</plugins>
13461347
</pluginManagement>
13471348
</build>
1348-
</project>
1349+
</project>

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.1.11.BUILD-SNAPSHOT</version>
7+
<version>1.1.12.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.1.11.BUILD-SNAPSHOT</version>
6+
<version>1.1.12.BUILD-SNAPSHOT</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

+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.1.11.BUILD-SNAPSHOT</version>
7+
<version>1.1.12.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-integration-tests</artifactId>

spring-boot-integration-tests/spring-boot-gradle-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-integration-tests</artifactId>
7-
<version>1.1.11.BUILD-SNAPSHOT</version>
7+
<version>1.1.12.BUILD-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-boot-gradle-tests</artifactId>
1010
<packaging>jar</packaging>

spring-boot-integration-tests/spring-boot-security-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-integration-tests</artifactId>
7-
<version>1.1.11.BUILD-SNAPSHOT</version>
7+
<version>1.1.12.BUILD-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-boot-security-tests</artifactId>
1010
<packaging>pom</packaging>

spring-boot-integration-tests/spring-boot-security-tests/spring-boot-security-tests-web-helloworld/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-security-tests</artifactId>
7-
<version>1.1.11.BUILD-SNAPSHOT</version>
7+
<version>1.1.12.BUILD-SNAPSHOT</version>
88
<relativePath>../</relativePath>
99
</parent>
1010
<artifactId>spring-boot-security-tests-web-helloworld</artifactId>

spring-boot-parent/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-dependencies</artifactId>
7-
<version>1.1.11.BUILD-SNAPSHOT</version>
7+
<version>1.1.12.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-boot-dependencies</relativePath>
99
</parent>
1010
<artifactId>spring-boot-parent</artifactId>

spring-boot-samples/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-starter-parent</artifactId>
7-
<version>1.1.11.BUILD-SNAPSHOT</version>
7+
<version>1.1.12.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-boot-starters/spring-boot-starter-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-samples</artifactId>

spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.1.11.BUILD-SNAPSHOT</version>
8+
<version>1.1.12.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-actuator-log4j</artifactId>
1111
<name>Spring Boot Actuator Log4J Sample</name>

spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.1.11.BUILD-SNAPSHOT</version>
8+
<version>1.1.12.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-actuator-noweb</artifactId>
1111
<name>Spring Boot Actuator Non-Web Sample</name>

0 commit comments

Comments
 (0)