Skip to content

Commit a57a88f

Browse files
committed
Move master to 1.3.0.BUILD-SNAPSHOT
1 parent 8ce39bd commit a57a88f

File tree

136 files changed

+187
-187
lines changed

Some content is hidden

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

136 files changed

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

spring-boot-dependencies/pom.xml

+52-52
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.3.BUILD-SNAPSHOT</version>
5+
<version>1.3.0.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.3.BUILD-SNAPSHOT</spring-boot.version>
47+
<spring-boot.version>1.3.0.BUILD-SNAPSHOT</spring-boot.version>
4848
<!-- Third Party -->
4949
<activemq.version>5.10.1</activemq.version>
5050
<aspectj.version>1.8.5</aspectj.version>
@@ -148,48 +148,48 @@
148148
<dependency>
149149
<groupId>org.springframework.boot</groupId>
150150
<artifactId>spring-boot</artifactId>
151-
<version>1.2.3.BUILD-SNAPSHOT</version>
151+
<version>1.3.0.BUILD-SNAPSHOT</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>org.springframework.boot</groupId>
155155
<artifactId>spring-boot</artifactId>
156156
<type>test-jar</type>
157-
<version>1.2.3.BUILD-SNAPSHOT</version>
157+
<version>1.3.0.BUILD-SNAPSHOT</version>
158158
</dependency>
159159
<dependency>
160160
<groupId>org.springframework.boot</groupId>
161161
<artifactId>spring-boot-actuator</artifactId>
162-
<version>1.2.3.BUILD-SNAPSHOT</version>
162+
<version>1.3.0.BUILD-SNAPSHOT</version>
163163
</dependency>
164164
<dependency>
165165
<groupId>org.springframework.boot</groupId>
166166
<artifactId>spring-boot-autoconfigure</artifactId>
167-
<version>1.2.3.BUILD-SNAPSHOT</version>
167+
<version>1.3.0.BUILD-SNAPSHOT</version>
168168
</dependency>
169169
<dependency>
170170
<groupId>org.springframework.boot</groupId>
171171
<artifactId>spring-boot-configuration-processor</artifactId>
172-
<version>1.2.3.BUILD-SNAPSHOT</version>
172+
<version>1.3.0.BUILD-SNAPSHOT</version>
173173
</dependency>
174174
<dependency>
175175
<groupId>org.springframework.boot</groupId>
176176
<artifactId>spring-boot-dependency-tools</artifactId>
177-
<version>1.2.3.BUILD-SNAPSHOT</version>
177+
<version>1.3.0.BUILD-SNAPSHOT</version>
178178
</dependency>
179179
<dependency>
180180
<groupId>org.springframework.boot</groupId>
181181
<artifactId>spring-boot-loader</artifactId>
182-
<version>1.2.3.BUILD-SNAPSHOT</version>
182+
<version>1.3.0.BUILD-SNAPSHOT</version>
183183
</dependency>
184184
<dependency>
185185
<groupId>org.springframework.boot</groupId>
186186
<artifactId>spring-boot-loader-tools</artifactId>
187-
<version>1.2.3.BUILD-SNAPSHOT</version>
187+
<version>1.3.0.BUILD-SNAPSHOT</version>
188188
</dependency>
189189
<dependency>
190190
<groupId>org.springframework.boot</groupId>
191191
<artifactId>spring-boot-starter</artifactId>
192-
<version>1.2.3.BUILD-SNAPSHOT</version>
192+
<version>1.3.0.BUILD-SNAPSHOT</version>
193193
<exclusions>
194194
<exclusion>
195195
<groupId>commons-logging</groupId>
@@ -200,177 +200,177 @@
200200
<dependency>
201201
<groupId>org.springframework.boot</groupId>
202202
<artifactId>spring-boot-starter-actuator</artifactId>
203-
<version>1.2.3.BUILD-SNAPSHOT</version>
203+
<version>1.3.0.BUILD-SNAPSHOT</version>
204204
</dependency>
205205
<dependency>
206206
<groupId>org.springframework.boot</groupId>
207207
<artifactId>spring-boot-starter-amqp</artifactId>
208-
<version>1.2.3.BUILD-SNAPSHOT</version>
208+
<version>1.3.0.BUILD-SNAPSHOT</version>
209209
</dependency>
210210
<dependency>
211211
<groupId>org.springframework.boot</groupId>
212212
<artifactId>spring-boot-starter-aop</artifactId>
213-
<version>1.2.3.BUILD-SNAPSHOT</version>
213+
<version>1.3.0.BUILD-SNAPSHOT</version>
214214
</dependency>
215215
<dependency>
216216
<groupId>org.springframework.boot</groupId>
217217
<artifactId>spring-boot-starter-batch</artifactId>
218-
<version>1.2.3.BUILD-SNAPSHOT</version>
218+
<version>1.3.0.BUILD-SNAPSHOT</version>
219219
</dependency>
220220
<dependency>
221221
<groupId>org.springframework.boot</groupId>
222222
<artifactId>spring-boot-starter-cloud-connectors</artifactId>
223-
<version>1.2.3.BUILD-SNAPSHOT</version>
223+
<version>1.3.0.BUILD-SNAPSHOT</version>
224224
</dependency>
225225
<dependency>
226226
<groupId>org.springframework.boot</groupId>
227227
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
228-
<version>1.2.3.BUILD-SNAPSHOT</version>
228+
<version>1.3.0.BUILD-SNAPSHOT</version>
229229
</dependency>
230230
<dependency>
231231
<groupId>org.springframework.boot</groupId>
232232
<artifactId>spring-boot-starter-data-gemfire</artifactId>
233-
<version>1.2.3.BUILD-SNAPSHOT</version>
233+
<version>1.3.0.BUILD-SNAPSHOT</version>
234234
</dependency>
235235
<dependency>
236236
<groupId>org.springframework.boot</groupId>
237237
<artifactId>spring-boot-starter-data-jpa</artifactId>
238-
<version>1.2.3.BUILD-SNAPSHOT</version>
238+
<version>1.3.0.BUILD-SNAPSHOT</version>
239239
</dependency>
240240
<dependency>
241241
<groupId>org.springframework.boot</groupId>
242242
<artifactId>spring-boot-starter-data-mongodb</artifactId>
243-
<version>1.2.3.BUILD-SNAPSHOT</version>
243+
<version>1.3.0.BUILD-SNAPSHOT</version>
244244
</dependency>
245245
<dependency>
246246
<groupId>org.springframework.boot</groupId>
247247
<artifactId>spring-boot-starter-data-rest</artifactId>
248-
<version>1.2.3.BUILD-SNAPSHOT</version>
248+
<version>1.3.0.BUILD-SNAPSHOT</version>
249249
</dependency>
250250
<dependency>
251251
<groupId>org.springframework.boot</groupId>
252252
<artifactId>spring-boot-starter-data-solr</artifactId>
253-
<version>1.2.3.BUILD-SNAPSHOT</version>
253+
<version>1.3.0.BUILD-SNAPSHOT</version>
254254
</dependency>
255255
<dependency>
256256
<groupId>org.springframework.boot</groupId>
257257
<artifactId>spring-boot-starter-freemarker</artifactId>
258-
<version>1.2.3.BUILD-SNAPSHOT</version>
258+
<version>1.3.0.BUILD-SNAPSHOT</version>
259259
</dependency>
260260
<dependency>
261261
<groupId>org.springframework.boot</groupId>
262262
<artifactId>spring-boot-starter-groovy-templates</artifactId>
263-
<version>1.2.3.BUILD-SNAPSHOT</version>
263+
<version>1.3.0.BUILD-SNAPSHOT</version>
264264
</dependency>
265265
<dependency>
266266
<groupId>org.springframework.boot</groupId>
267267
<artifactId>spring-boot-starter-hateoas</artifactId>
268-
<version>1.2.3.BUILD-SNAPSHOT</version>
268+
<version>1.3.0.BUILD-SNAPSHOT</version>
269269
</dependency>
270270
<dependency>
271271
<groupId>org.springframework.boot</groupId>
272272
<artifactId>spring-boot-starter-hornetq</artifactId>
273-
<version>1.2.3.BUILD-SNAPSHOT</version>
273+
<version>1.3.0.BUILD-SNAPSHOT</version>
274274
</dependency>
275275
<dependency>
276276
<groupId>org.springframework.boot</groupId>
277277
<artifactId>spring-boot-starter-integration</artifactId>
278-
<version>1.2.3.BUILD-SNAPSHOT</version>
278+
<version>1.3.0.BUILD-SNAPSHOT</version>
279279
</dependency>
280280
<dependency>
281281
<groupId>org.springframework.boot</groupId>
282282
<artifactId>spring-boot-starter-jdbc</artifactId>
283-
<version>1.2.3.BUILD-SNAPSHOT</version>
283+
<version>1.3.0.BUILD-SNAPSHOT</version>
284284
</dependency>
285285
<dependency>
286286
<groupId>org.springframework.boot</groupId>
287287
<artifactId>spring-boot-starter-jersey</artifactId>
288-
<version>1.2.3.BUILD-SNAPSHOT</version>
288+
<version>1.3.0.BUILD-SNAPSHOT</version>
289289
</dependency>
290290
<dependency>
291291
<groupId>org.springframework.boot</groupId>
292292
<artifactId>spring-boot-starter-jetty</artifactId>
293-
<version>1.2.3.BUILD-SNAPSHOT</version>
293+
<version>1.3.0.BUILD-SNAPSHOT</version>
294294
</dependency>
295295
<dependency>
296296
<groupId>org.springframework.boot</groupId>
297297
<artifactId>spring-boot-starter-jta-atomikos</artifactId>
298-
<version>1.2.3.BUILD-SNAPSHOT</version>
298+
<version>1.3.0.BUILD-SNAPSHOT</version>
299299
</dependency>
300300
<dependency>
301301
<groupId>org.springframework.boot</groupId>
302302
<artifactId>spring-boot-starter-jta-bitronix</artifactId>
303-
<version>1.2.3.BUILD-SNAPSHOT</version>
303+
<version>1.3.0.BUILD-SNAPSHOT</version>
304304
</dependency>
305305
<dependency>
306306
<groupId>org.springframework.boot</groupId>
307307
<artifactId>spring-boot-starter-undertow</artifactId>
308-
<version>1.2.3.BUILD-SNAPSHOT</version>
308+
<version>1.3.0.BUILD-SNAPSHOT</version>
309309
</dependency>
310310
<dependency>
311311
<groupId>org.springframework.boot</groupId>
312312
<artifactId>spring-boot-starter-log4j</artifactId>
313-
<version>1.2.3.BUILD-SNAPSHOT</version>
313+
<version>1.3.0.BUILD-SNAPSHOT</version>
314314
</dependency>
315315
<dependency>
316316
<groupId>org.springframework.boot</groupId>
317317
<artifactId>spring-boot-starter-log4j2</artifactId>
318-
<version>1.2.3.BUILD-SNAPSHOT</version>
318+
<version>1.3.0.BUILD-SNAPSHOT</version>
319319
</dependency>
320320
<dependency>
321321
<groupId>org.springframework.boot</groupId>
322322
<artifactId>spring-boot-starter-logging</artifactId>
323-
<version>1.2.3.BUILD-SNAPSHOT</version>
323+
<version>1.3.0.BUILD-SNAPSHOT</version>
324324
</dependency>
325325
<dependency>
326326
<groupId>org.springframework.boot</groupId>
327327
<artifactId>spring-boot-starter-mail</artifactId>
328-
<version>1.2.3.BUILD-SNAPSHOT</version>
328+
<version>1.3.0.BUILD-SNAPSHOT</version>
329329
</dependency>
330330
<dependency>
331331
<groupId>org.springframework.boot</groupId>
332332
<artifactId>spring-boot-starter-mobile</artifactId>
333-
<version>1.2.3.BUILD-SNAPSHOT</version>
333+
<version>1.3.0.BUILD-SNAPSHOT</version>
334334
</dependency>
335335
<dependency>
336336
<groupId>org.springframework.boot</groupId>
337337
<artifactId>spring-boot-starter-mustache</artifactId>
338-
<version>1.2.3.BUILD-SNAPSHOT</version>
338+
<version>1.3.0.BUILD-SNAPSHOT</version>
339339
</dependency>
340340
<dependency>
341341
<groupId>org.springframework.boot</groupId>
342342
<artifactId>spring-boot-starter-redis</artifactId>
343-
<version>1.2.3.BUILD-SNAPSHOT</version>
343+
<version>1.3.0.BUILD-SNAPSHOT</version>
344344
</dependency>
345345
<dependency>
346346
<groupId>org.springframework.boot</groupId>
347347
<artifactId>spring-boot-starter-remote-shell</artifactId>
348-
<version>1.2.3.BUILD-SNAPSHOT</version>
348+
<version>1.3.0.BUILD-SNAPSHOT</version>
349349
</dependency>
350350
<dependency>
351351
<groupId>org.springframework.boot</groupId>
352352
<artifactId>spring-boot-starter-security</artifactId>
353-
<version>1.2.3.BUILD-SNAPSHOT</version>
353+
<version>1.3.0.BUILD-SNAPSHOT</version>
354354
</dependency>
355355
<dependency>
356356
<groupId>org.springframework.boot</groupId>
357357
<artifactId>spring-boot-starter-social-facebook</artifactId>
358-
<version>1.2.3.BUILD-SNAPSHOT</version>
358+
<version>1.3.0.BUILD-SNAPSHOT</version>
359359
</dependency>
360360
<dependency>
361361
<groupId>org.springframework.boot</groupId>
362362
<artifactId>spring-boot-starter-social-linkedin</artifactId>
363-
<version>1.2.3.BUILD-SNAPSHOT</version>
363+
<version>1.3.0.BUILD-SNAPSHOT</version>
364364
</dependency>
365365
<dependency>
366366
<groupId>org.springframework.boot</groupId>
367367
<artifactId>spring-boot-starter-social-twitter</artifactId>
368-
<version>1.2.3.BUILD-SNAPSHOT</version>
368+
<version>1.3.0.BUILD-SNAPSHOT</version>
369369
</dependency>
370370
<dependency>
371371
<groupId>org.springframework.boot</groupId>
372372
<artifactId>spring-boot-starter-test</artifactId>
373-
<version>1.2.3.BUILD-SNAPSHOT</version>
373+
<version>1.3.0.BUILD-SNAPSHOT</version>
374374
<exclusions>
375375
<exclusion>
376376
<groupId>commons-logging</groupId>
@@ -381,32 +381,32 @@
381381
<dependency>
382382
<groupId>org.springframework.boot</groupId>
383383
<artifactId>spring-boot-starter-thymeleaf</artifactId>
384-
<version>1.2.3.BUILD-SNAPSHOT</version>
384+
<version>1.3.0.BUILD-SNAPSHOT</version>
385385
</dependency>
386386
<dependency>
387387
<groupId>org.springframework.boot</groupId>
388388
<artifactId>spring-boot-starter-tomcat</artifactId>
389-
<version>1.2.3.BUILD-SNAPSHOT</version>
389+
<version>1.3.0.BUILD-SNAPSHOT</version>
390390
</dependency>
391391
<dependency>
392392
<groupId>org.springframework.boot</groupId>
393393
<artifactId>spring-boot-starter-velocity</artifactId>
394-
<version>1.2.3.BUILD-SNAPSHOT</version>
394+
<version>1.3.0.BUILD-SNAPSHOT</version>
395395
</dependency>
396396
<dependency>
397397
<groupId>org.springframework.boot</groupId>
398398
<artifactId>spring-boot-starter-web</artifactId>
399-
<version>1.2.3.BUILD-SNAPSHOT</version>
399+
<version>1.3.0.BUILD-SNAPSHOT</version>
400400
</dependency>
401401
<dependency>
402402
<groupId>org.springframework.boot</groupId>
403403
<artifactId>spring-boot-starter-websocket</artifactId>
404-
<version>1.2.3.BUILD-SNAPSHOT</version>
404+
<version>1.3.0.BUILD-SNAPSHOT</version>
405405
</dependency>
406406
<dependency>
407407
<groupId>org.springframework.boot</groupId>
408408
<artifactId>spring-boot-starter-ws</artifactId>
409-
<version>1.2.3.BUILD-SNAPSHOT</version>
409+
<version>1.3.0.BUILD-SNAPSHOT</version>
410410
</dependency>
411411

412412
<!-- Third Party -->

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

0 commit comments

Comments
 (0)