Skip to content

Commit bb736e2

Browse files
committed
Fix SNAPSHOT version
1 parent b719b02 commit bb736e2

File tree

139 files changed

+190
-190
lines changed

Some content is hidden

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

139 files changed

+190
-190
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.8.BUILD-SNAPSHOT</version>
6+
<version>1.2.9.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.8.BUILD-SNAPSHOT</version>
7+
<version>1.2.9.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.8.BUILD-SNAPSHOT</version>
7+
<version>1.2.9.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.8.BUILD-SNAPSHOT</version>
7+
<version>1.2.9.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-cli</artifactId>

spring-boot-dependencies/pom.xml

Lines changed: 52 additions & 52 deletions
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.8.BUILD-SNAPSHOT</version>
5+
<version>1.2.9.BUILD-SNAPSHOT</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.8.BUILD-SNAPSHOT</spring-boot.version>
47+
<spring-boot.version>1.2.9.BUILD-SNAPSHOT</spring-boot.version>
4848
<!-- Third Party -->
4949
<activemq.version>5.10.2</activemq.version>
5050
<antlr2.version>2.7.7</antlr2.version>
@@ -149,48 +149,48 @@
149149
<dependency>
150150
<groupId>org.springframework.boot</groupId>
151151
<artifactId>spring-boot</artifactId>
152-
<version>1.2.8.BUILD-SNAPSHOT</version>
152+
<version>1.2.9.BUILD-SNAPSHOT</version>
153153
</dependency>
154154
<dependency>
155155
<groupId>org.springframework.boot</groupId>
156156
<artifactId>spring-boot</artifactId>
157157
<type>test-jar</type>
158-
<version>1.2.8.BUILD-SNAPSHOT</version>
158+
<version>1.2.9.BUILD-SNAPSHOT</version>
159159
</dependency>
160160
<dependency>
161161
<groupId>org.springframework.boot</groupId>
162162
<artifactId>spring-boot-actuator</artifactId>
163-
<version>1.2.8.BUILD-SNAPSHOT</version>
163+
<version>1.2.9.BUILD-SNAPSHOT</version>
164164
</dependency>
165165
<dependency>
166166
<groupId>org.springframework.boot</groupId>
167167
<artifactId>spring-boot-autoconfigure</artifactId>
168-
<version>1.2.8.BUILD-SNAPSHOT</version>
168+
<version>1.2.9.BUILD-SNAPSHOT</version>
169169
</dependency>
170170
<dependency>
171171
<groupId>org.springframework.boot</groupId>
172172
<artifactId>spring-boot-configuration-processor</artifactId>
173-
<version>1.2.8.BUILD-SNAPSHOT</version>
173+
<version>1.2.9.BUILD-SNAPSHOT</version>
174174
</dependency>
175175
<dependency>
176176
<groupId>org.springframework.boot</groupId>
177177
<artifactId>spring-boot-dependency-tools</artifactId>
178-
<version>1.2.8.BUILD-SNAPSHOT</version>
178+
<version>1.2.9.BUILD-SNAPSHOT</version>
179179
</dependency>
180180
<dependency>
181181
<groupId>org.springframework.boot</groupId>
182182
<artifactId>spring-boot-loader</artifactId>
183-
<version>1.2.8.BUILD-SNAPSHOT</version>
183+
<version>1.2.9.BUILD-SNAPSHOT</version>
184184
</dependency>
185185
<dependency>
186186
<groupId>org.springframework.boot</groupId>
187187
<artifactId>spring-boot-loader-tools</artifactId>
188-
<version>1.2.8.BUILD-SNAPSHOT</version>
188+
<version>1.2.9.BUILD-SNAPSHOT</version>
189189
</dependency>
190190
<dependency>
191191
<groupId>org.springframework.boot</groupId>
192192
<artifactId>spring-boot-starter</artifactId>
193-
<version>1.2.8.BUILD-SNAPSHOT</version>
193+
<version>1.2.9.BUILD-SNAPSHOT</version>
194194
<exclusions>
195195
<exclusion>
196196
<groupId>commons-logging</groupId>
@@ -201,177 +201,177 @@
201201
<dependency>
202202
<groupId>org.springframework.boot</groupId>
203203
<artifactId>spring-boot-starter-actuator</artifactId>
204-
<version>1.2.8.BUILD-SNAPSHOT</version>
204+
<version>1.2.9.BUILD-SNAPSHOT</version>
205205
</dependency>
206206
<dependency>
207207
<groupId>org.springframework.boot</groupId>
208208
<artifactId>spring-boot-starter-amqp</artifactId>
209-
<version>1.2.8.BUILD-SNAPSHOT</version>
209+
<version>1.2.9.BUILD-SNAPSHOT</version>
210210
</dependency>
211211
<dependency>
212212
<groupId>org.springframework.boot</groupId>
213213
<artifactId>spring-boot-starter-aop</artifactId>
214-
<version>1.2.8.BUILD-SNAPSHOT</version>
214+
<version>1.2.9.BUILD-SNAPSHOT</version>
215215
</dependency>
216216
<dependency>
217217
<groupId>org.springframework.boot</groupId>
218218
<artifactId>spring-boot-starter-batch</artifactId>
219-
<version>1.2.8.BUILD-SNAPSHOT</version>
219+
<version>1.2.9.BUILD-SNAPSHOT</version>
220220
</dependency>
221221
<dependency>
222222
<groupId>org.springframework.boot</groupId>
223223
<artifactId>spring-boot-starter-cloud-connectors</artifactId>
224-
<version>1.2.8.BUILD-SNAPSHOT</version>
224+
<version>1.2.9.BUILD-SNAPSHOT</version>
225225
</dependency>
226226
<dependency>
227227
<groupId>org.springframework.boot</groupId>
228228
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
229-
<version>1.2.8.BUILD-SNAPSHOT</version>
229+
<version>1.2.9.BUILD-SNAPSHOT</version>
230230
</dependency>
231231
<dependency>
232232
<groupId>org.springframework.boot</groupId>
233233
<artifactId>spring-boot-starter-data-gemfire</artifactId>
234-
<version>1.2.8.BUILD-SNAPSHOT</version>
234+
<version>1.2.9.BUILD-SNAPSHOT</version>
235235
</dependency>
236236
<dependency>
237237
<groupId>org.springframework.boot</groupId>
238238
<artifactId>spring-boot-starter-data-jpa</artifactId>
239-
<version>1.2.8.BUILD-SNAPSHOT</version>
239+
<version>1.2.9.BUILD-SNAPSHOT</version>
240240
</dependency>
241241
<dependency>
242242
<groupId>org.springframework.boot</groupId>
243243
<artifactId>spring-boot-starter-data-mongodb</artifactId>
244-
<version>1.2.8.BUILD-SNAPSHOT</version>
244+
<version>1.2.9.BUILD-SNAPSHOT</version>
245245
</dependency>
246246
<dependency>
247247
<groupId>org.springframework.boot</groupId>
248248
<artifactId>spring-boot-starter-data-rest</artifactId>
249-
<version>1.2.8.BUILD-SNAPSHOT</version>
249+
<version>1.2.9.BUILD-SNAPSHOT</version>
250250
</dependency>
251251
<dependency>
252252
<groupId>org.springframework.boot</groupId>
253253
<artifactId>spring-boot-starter-data-solr</artifactId>
254-
<version>1.2.8.BUILD-SNAPSHOT</version>
254+
<version>1.2.9.BUILD-SNAPSHOT</version>
255255
</dependency>
256256
<dependency>
257257
<groupId>org.springframework.boot</groupId>
258258
<artifactId>spring-boot-starter-freemarker</artifactId>
259-
<version>1.2.8.BUILD-SNAPSHOT</version>
259+
<version>1.2.9.BUILD-SNAPSHOT</version>
260260
</dependency>
261261
<dependency>
262262
<groupId>org.springframework.boot</groupId>
263263
<artifactId>spring-boot-starter-groovy-templates</artifactId>
264-
<version>1.2.8.BUILD-SNAPSHOT</version>
264+
<version>1.2.9.BUILD-SNAPSHOT</version>
265265
</dependency>
266266
<dependency>
267267
<groupId>org.springframework.boot</groupId>
268268
<artifactId>spring-boot-starter-hateoas</artifactId>
269-
<version>1.2.8.BUILD-SNAPSHOT</version>
269+
<version>1.2.9.BUILD-SNAPSHOT</version>
270270
</dependency>
271271
<dependency>
272272
<groupId>org.springframework.boot</groupId>
273273
<artifactId>spring-boot-starter-hornetq</artifactId>
274-
<version>1.2.8.BUILD-SNAPSHOT</version>
274+
<version>1.2.9.BUILD-SNAPSHOT</version>
275275
</dependency>
276276
<dependency>
277277
<groupId>org.springframework.boot</groupId>
278278
<artifactId>spring-boot-starter-integration</artifactId>
279-
<version>1.2.8.BUILD-SNAPSHOT</version>
279+
<version>1.2.9.BUILD-SNAPSHOT</version>
280280
</dependency>
281281
<dependency>
282282
<groupId>org.springframework.boot</groupId>
283283
<artifactId>spring-boot-starter-jdbc</artifactId>
284-
<version>1.2.8.BUILD-SNAPSHOT</version>
284+
<version>1.2.9.BUILD-SNAPSHOT</version>
285285
</dependency>
286286
<dependency>
287287
<groupId>org.springframework.boot</groupId>
288288
<artifactId>spring-boot-starter-jersey</artifactId>
289-
<version>1.2.8.BUILD-SNAPSHOT</version>
289+
<version>1.2.9.BUILD-SNAPSHOT</version>
290290
</dependency>
291291
<dependency>
292292
<groupId>org.springframework.boot</groupId>
293293
<artifactId>spring-boot-starter-jetty</artifactId>
294-
<version>1.2.8.BUILD-SNAPSHOT</version>
294+
<version>1.2.9.BUILD-SNAPSHOT</version>
295295
</dependency>
296296
<dependency>
297297
<groupId>org.springframework.boot</groupId>
298298
<artifactId>spring-boot-starter-jta-atomikos</artifactId>
299-
<version>1.2.8.BUILD-SNAPSHOT</version>
299+
<version>1.2.9.BUILD-SNAPSHOT</version>
300300
</dependency>
301301
<dependency>
302302
<groupId>org.springframework.boot</groupId>
303303
<artifactId>spring-boot-starter-jta-bitronix</artifactId>
304-
<version>1.2.8.BUILD-SNAPSHOT</version>
304+
<version>1.2.9.BUILD-SNAPSHOT</version>
305305
</dependency>
306306
<dependency>
307307
<groupId>org.springframework.boot</groupId>
308308
<artifactId>spring-boot-starter-undertow</artifactId>
309-
<version>1.2.8.BUILD-SNAPSHOT</version>
309+
<version>1.2.9.BUILD-SNAPSHOT</version>
310310
</dependency>
311311
<dependency>
312312
<groupId>org.springframework.boot</groupId>
313313
<artifactId>spring-boot-starter-log4j</artifactId>
314-
<version>1.2.8.BUILD-SNAPSHOT</version>
314+
<version>1.2.9.BUILD-SNAPSHOT</version>
315315
</dependency>
316316
<dependency>
317317
<groupId>org.springframework.boot</groupId>
318318
<artifactId>spring-boot-starter-log4j2</artifactId>
319-
<version>1.2.8.BUILD-SNAPSHOT</version>
319+
<version>1.2.9.BUILD-SNAPSHOT</version>
320320
</dependency>
321321
<dependency>
322322
<groupId>org.springframework.boot</groupId>
323323
<artifactId>spring-boot-starter-logging</artifactId>
324-
<version>1.2.8.BUILD-SNAPSHOT</version>
324+
<version>1.2.9.BUILD-SNAPSHOT</version>
325325
</dependency>
326326
<dependency>
327327
<groupId>org.springframework.boot</groupId>
328328
<artifactId>spring-boot-starter-mail</artifactId>
329-
<version>1.2.8.BUILD-SNAPSHOT</version>
329+
<version>1.2.9.BUILD-SNAPSHOT</version>
330330
</dependency>
331331
<dependency>
332332
<groupId>org.springframework.boot</groupId>
333333
<artifactId>spring-boot-starter-mobile</artifactId>
334-
<version>1.2.8.BUILD-SNAPSHOT</version>
334+
<version>1.2.9.BUILD-SNAPSHOT</version>
335335
</dependency>
336336
<dependency>
337337
<groupId>org.springframework.boot</groupId>
338338
<artifactId>spring-boot-starter-mustache</artifactId>
339-
<version>1.2.8.BUILD-SNAPSHOT</version>
339+
<version>1.2.9.BUILD-SNAPSHOT</version>
340340
</dependency>
341341
<dependency>
342342
<groupId>org.springframework.boot</groupId>
343343
<artifactId>spring-boot-starter-redis</artifactId>
344-
<version>1.2.8.BUILD-SNAPSHOT</version>
344+
<version>1.2.9.BUILD-SNAPSHOT</version>
345345
</dependency>
346346
<dependency>
347347
<groupId>org.springframework.boot</groupId>
348348
<artifactId>spring-boot-starter-remote-shell</artifactId>
349-
<version>1.2.8.BUILD-SNAPSHOT</version>
349+
<version>1.2.9.BUILD-SNAPSHOT</version>
350350
</dependency>
351351
<dependency>
352352
<groupId>org.springframework.boot</groupId>
353353
<artifactId>spring-boot-starter-security</artifactId>
354-
<version>1.2.8.BUILD-SNAPSHOT</version>
354+
<version>1.2.9.BUILD-SNAPSHOT</version>
355355
</dependency>
356356
<dependency>
357357
<groupId>org.springframework.boot</groupId>
358358
<artifactId>spring-boot-starter-social-facebook</artifactId>
359-
<version>1.2.8.BUILD-SNAPSHOT</version>
359+
<version>1.2.9.BUILD-SNAPSHOT</version>
360360
</dependency>
361361
<dependency>
362362
<groupId>org.springframework.boot</groupId>
363363
<artifactId>spring-boot-starter-social-linkedin</artifactId>
364-
<version>1.2.8.BUILD-SNAPSHOT</version>
364+
<version>1.2.9.BUILD-SNAPSHOT</version>
365365
</dependency>
366366
<dependency>
367367
<groupId>org.springframework.boot</groupId>
368368
<artifactId>spring-boot-starter-social-twitter</artifactId>
369-
<version>1.2.8.BUILD-SNAPSHOT</version>
369+
<version>1.2.9.BUILD-SNAPSHOT</version>
370370
</dependency>
371371
<dependency>
372372
<groupId>org.springframework.boot</groupId>
373373
<artifactId>spring-boot-starter-test</artifactId>
374-
<version>1.2.8.BUILD-SNAPSHOT</version>
374+
<version>1.2.9.BUILD-SNAPSHOT</version>
375375
<exclusions>
376376
<exclusion>
377377
<groupId>commons-logging</groupId>
@@ -382,32 +382,32 @@
382382
<dependency>
383383
<groupId>org.springframework.boot</groupId>
384384
<artifactId>spring-boot-starter-thymeleaf</artifactId>
385-
<version>1.2.8.BUILD-SNAPSHOT</version>
385+
<version>1.2.9.BUILD-SNAPSHOT</version>
386386
</dependency>
387387
<dependency>
388388
<groupId>org.springframework.boot</groupId>
389389
<artifactId>spring-boot-starter-tomcat</artifactId>
390-
<version>1.2.8.BUILD-SNAPSHOT</version>
390+
<version>1.2.9.BUILD-SNAPSHOT</version>
391391
</dependency>
392392
<dependency>
393393
<groupId>org.springframework.boot</groupId>
394394
<artifactId>spring-boot-starter-velocity</artifactId>
395-
<version>1.2.8.BUILD-SNAPSHOT</version>
395+
<version>1.2.9.BUILD-SNAPSHOT</version>
396396
</dependency>
397397
<dependency>
398398
<groupId>org.springframework.boot</groupId>
399399
<artifactId>spring-boot-starter-web</artifactId>
400-
<version>1.2.8.BUILD-SNAPSHOT</version>
400+
<version>1.2.9.BUILD-SNAPSHOT</version>
401401
</dependency>
402402
<dependency>
403403
<groupId>org.springframework.boot</groupId>
404404
<artifactId>spring-boot-starter-websocket</artifactId>
405-
<version>1.2.8.BUILD-SNAPSHOT</version>
405+
<version>1.2.9.BUILD-SNAPSHOT</version>
406406
</dependency>
407407
<dependency>
408408
<groupId>org.springframework.boot</groupId>
409409
<artifactId>spring-boot-starter-ws</artifactId>
410-
<version>1.2.8.BUILD-SNAPSHOT</version>
410+
<version>1.2.9.BUILD-SNAPSHOT</version>
411411
</dependency>
412412

413413
<!-- 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.8.BUILD-SNAPSHOT</version>
7+
<version>1.2.9.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.8.BUILD-SNAPSHOT</version>
7+
<version>1.2.9.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.8.BUILD-SNAPSHOT</version>
7+
<version>1.2.9.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.8.BUILD-SNAPSHOT</version>
7+
<version>1.2.9.BUILD-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-boot-deployment-test-wildfly</artifactId>
1010
<packaging>war</packaging>

0 commit comments

Comments
 (0)