2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >org.springframework.boot</groupId >
4
4
<artifactId >spring-boot-dependencies</artifactId >
5
- <version >1.2.1.BUILD-SNAPSHOT </version >
5
+ <version >1.2.1.RELEASE </version >
6
6
<packaging >pom</packaging >
7
7
<name >Spring Boot Dependencies</name >
8
8
<description >Spring Boot Dependencies</description >
44
44
</developers >
45
45
<properties >
46
46
<!-- Spring Boot -->
47
- <spring-boot .version>1.2.1.BUILD-SNAPSHOT </spring-boot .version>
47
+ <spring-boot .version>1.2.1.RELEASE </spring-boot .version>
48
48
<!-- Third Party -->
49
49
<activemq .version>5.10.0</activemq .version>
50
50
<aspectj .version>1.8.4</aspectj .version>
145
145
<dependency >
146
146
<groupId >org.springframework.boot</groupId >
147
147
<artifactId >spring-boot</artifactId >
148
- <version >1.2.1.BUILD-SNAPSHOT </version >
148
+ <version >1.2.1.RELEASE </version >
149
149
</dependency >
150
150
<dependency >
151
151
<groupId >org.springframework.boot</groupId >
152
152
<artifactId >spring-boot</artifactId >
153
153
<type >test-jar</type >
154
- <version >1.2.1.BUILD-SNAPSHOT </version >
154
+ <version >1.2.1.RELEASE </version >
155
155
</dependency >
156
156
<dependency >
157
157
<groupId >org.springframework.boot</groupId >
158
158
<artifactId >spring-boot-actuator</artifactId >
159
- <version >1.2.1.BUILD-SNAPSHOT </version >
159
+ <version >1.2.1.RELEASE </version >
160
160
</dependency >
161
161
<dependency >
162
162
<groupId >org.springframework.boot</groupId >
163
163
<artifactId >spring-boot-autoconfigure</artifactId >
164
- <version >1.2.1.BUILD-SNAPSHOT </version >
164
+ <version >1.2.1.RELEASE </version >
165
165
</dependency >
166
166
<dependency >
167
167
<groupId >org.springframework.boot</groupId >
168
168
<artifactId >spring-boot-configuration-processor</artifactId >
169
- <version >1.2.1.BUILD-SNAPSHOT </version >
169
+ <version >1.2.1.RELEASE </version >
170
170
</dependency >
171
171
<dependency >
172
172
<groupId >org.springframework.boot</groupId >
173
173
<artifactId >spring-boot-dependency-tools</artifactId >
174
- <version >1.2.1.BUILD-SNAPSHOT </version >
174
+ <version >1.2.1.RELEASE </version >
175
175
</dependency >
176
176
<dependency >
177
177
<groupId >org.springframework.boot</groupId >
178
178
<artifactId >spring-boot-loader</artifactId >
179
- <version >1.2.1.BUILD-SNAPSHOT </version >
179
+ <version >1.2.1.RELEASE </version >
180
180
</dependency >
181
181
<dependency >
182
182
<groupId >org.springframework.boot</groupId >
183
183
<artifactId >spring-boot-loader-tools</artifactId >
184
- <version >1.2.1.BUILD-SNAPSHOT </version >
184
+ <version >1.2.1.RELEASE </version >
185
185
</dependency >
186
186
<dependency >
187
187
<groupId >org.springframework.boot</groupId >
188
188
<artifactId >spring-boot-starter</artifactId >
189
- <version >1.2.1.BUILD-SNAPSHOT </version >
189
+ <version >1.2.1.RELEASE </version >
190
190
<exclusions >
191
191
<exclusion >
192
192
<groupId >commons-logging</groupId >
197
197
<dependency >
198
198
<groupId >org.springframework.boot</groupId >
199
199
<artifactId >spring-boot-starter-actuator</artifactId >
200
- <version >1.2.1.BUILD-SNAPSHOT </version >
200
+ <version >1.2.1.RELEASE </version >
201
201
</dependency >
202
202
<dependency >
203
203
<groupId >org.springframework.boot</groupId >
204
204
<artifactId >spring-boot-starter-amqp</artifactId >
205
- <version >1.2.1.BUILD-SNAPSHOT </version >
205
+ <version >1.2.1.RELEASE </version >
206
206
</dependency >
207
207
<dependency >
208
208
<groupId >org.springframework.boot</groupId >
209
209
<artifactId >spring-boot-starter-aop</artifactId >
210
- <version >1.2.1.BUILD-SNAPSHOT </version >
210
+ <version >1.2.1.RELEASE </version >
211
211
</dependency >
212
212
<dependency >
213
213
<groupId >org.springframework.boot</groupId >
214
214
<artifactId >spring-boot-starter-batch</artifactId >
215
- <version >1.2.1.BUILD-SNAPSHOT </version >
215
+ <version >1.2.1.RELEASE </version >
216
216
</dependency >
217
217
<dependency >
218
218
<groupId >org.springframework.boot</groupId >
219
219
<artifactId >spring-boot-starter-cloud-connectors</artifactId >
220
- <version >1.2.1.BUILD-SNAPSHOT </version >
220
+ <version >1.2.1.RELEASE </version >
221
221
</dependency >
222
222
<dependency >
223
223
<groupId >org.springframework.boot</groupId >
224
224
<artifactId >spring-boot-starter-data-elasticsearch</artifactId >
225
- <version >1.2.1.BUILD-SNAPSHOT </version >
225
+ <version >1.2.1.RELEASE </version >
226
226
</dependency >
227
227
<dependency >
228
228
<groupId >org.springframework.boot</groupId >
229
229
<artifactId >spring-boot-starter-data-gemfire</artifactId >
230
- <version >1.2.1.BUILD-SNAPSHOT </version >
230
+ <version >1.2.1.RELEASE </version >
231
231
</dependency >
232
232
<dependency >
233
233
<groupId >org.springframework.boot</groupId >
234
234
<artifactId >spring-boot-starter-data-jpa</artifactId >
235
- <version >1.2.1.BUILD-SNAPSHOT </version >
235
+ <version >1.2.1.RELEASE </version >
236
236
</dependency >
237
237
<dependency >
238
238
<groupId >org.springframework.boot</groupId >
239
239
<artifactId >spring-boot-starter-data-mongodb</artifactId >
240
- <version >1.2.1.BUILD-SNAPSHOT </version >
240
+ <version >1.2.1.RELEASE </version >
241
241
</dependency >
242
242
<dependency >
243
243
<groupId >org.springframework.boot</groupId >
244
244
<artifactId >spring-boot-starter-data-rest</artifactId >
245
- <version >1.2.1.BUILD-SNAPSHOT </version >
245
+ <version >1.2.1.RELEASE </version >
246
246
</dependency >
247
247
<dependency >
248
248
<groupId >org.springframework.boot</groupId >
249
249
<artifactId >spring-boot-starter-data-solr</artifactId >
250
- <version >1.2.1.BUILD-SNAPSHOT </version >
250
+ <version >1.2.1.RELEASE </version >
251
251
</dependency >
252
252
<dependency >
253
253
<groupId >org.springframework.boot</groupId >
254
254
<artifactId >spring-boot-starter-freemarker</artifactId >
255
- <version >1.2.1.BUILD-SNAPSHOT </version >
255
+ <version >1.2.1.RELEASE </version >
256
256
</dependency >
257
257
<dependency >
258
258
<groupId >org.springframework.boot</groupId >
259
259
<artifactId >spring-boot-starter-groovy-templates</artifactId >
260
- <version >1.2.1.BUILD-SNAPSHOT </version >
260
+ <version >1.2.1.RELEASE </version >
261
261
</dependency >
262
262
<dependency >
263
263
<groupId >org.springframework.boot</groupId >
264
264
<artifactId >spring-boot-starter-hornetq</artifactId >
265
- <version >1.2.1.BUILD-SNAPSHOT </version >
265
+ <version >1.2.1.RELEASE </version >
266
266
</dependency >
267
267
<dependency >
268
268
<groupId >org.springframework.boot</groupId >
269
269
<artifactId >spring-boot-starter-integration</artifactId >
270
- <version >1.2.1.BUILD-SNAPSHOT </version >
270
+ <version >1.2.1.RELEASE </version >
271
271
</dependency >
272
272
<dependency >
273
273
<groupId >org.springframework.boot</groupId >
274
274
<artifactId >spring-boot-starter-jdbc</artifactId >
275
- <version >1.2.1.BUILD-SNAPSHOT </version >
275
+ <version >1.2.1.RELEASE </version >
276
276
</dependency >
277
277
<dependency >
278
278
<groupId >org.springframework.boot</groupId >
279
279
<artifactId >spring-boot-starter-jersey</artifactId >
280
- <version >1.2.1.BUILD-SNAPSHOT </version >
280
+ <version >1.2.1.RELEASE </version >
281
281
</dependency >
282
282
<dependency >
283
283
<groupId >org.springframework.boot</groupId >
284
284
<artifactId >spring-boot-starter-jetty</artifactId >
285
- <version >1.2.1.BUILD-SNAPSHOT </version >
285
+ <version >1.2.1.RELEASE </version >
286
286
</dependency >
287
287
<dependency >
288
288
<groupId >org.springframework.boot</groupId >
289
289
<artifactId >spring-boot-starter-jta-atomikos</artifactId >
290
- <version >1.2.1.BUILD-SNAPSHOT </version >
290
+ <version >1.2.1.RELEASE </version >
291
291
</dependency >
292
292
<dependency >
293
293
<groupId >org.springframework.boot</groupId >
294
294
<artifactId >spring-boot-starter-jta-bitronix</artifactId >
295
- <version >1.2.1.BUILD-SNAPSHOT </version >
295
+ <version >1.2.1.RELEASE </version >
296
296
</dependency >
297
297
<dependency >
298
298
<groupId >org.springframework.boot</groupId >
299
299
<artifactId >spring-boot-starter-undertow</artifactId >
300
- <version >1.2.1.BUILD-SNAPSHOT </version >
300
+ <version >1.2.1.RELEASE </version >
301
301
</dependency >
302
302
<dependency >
303
303
<groupId >org.springframework.boot</groupId >
304
304
<artifactId >spring-boot-starter-log4j</artifactId >
305
- <version >1.2.1.BUILD-SNAPSHOT </version >
305
+ <version >1.2.1.RELEASE </version >
306
306
</dependency >
307
307
<dependency >
308
308
<groupId >org.springframework.boot</groupId >
309
309
<artifactId >spring-boot-starter-log4j2</artifactId >
310
- <version >1.2.1.BUILD-SNAPSHOT </version >
310
+ <version >1.2.1.RELEASE </version >
311
311
</dependency >
312
312
<dependency >
313
313
<groupId >org.springframework.boot</groupId >
314
314
<artifactId >spring-boot-starter-logging</artifactId >
315
- <version >1.2.1.BUILD-SNAPSHOT </version >
315
+ <version >1.2.1.RELEASE </version >
316
316
</dependency >
317
317
<dependency >
318
318
<groupId >org.springframework.boot</groupId >
319
319
<artifactId >spring-boot-starter-mail</artifactId >
320
- <version >1.2.1.BUILD-SNAPSHOT </version >
320
+ <version >1.2.1.RELEASE </version >
321
321
</dependency >
322
322
<dependency >
323
323
<groupId >org.springframework.boot</groupId >
324
324
<artifactId >spring-boot-starter-mobile</artifactId >
325
- <version >1.2.1.BUILD-SNAPSHOT </version >
325
+ <version >1.2.1.RELEASE </version >
326
326
</dependency >
327
327
<dependency >
328
328
<groupId >org.springframework.boot</groupId >
329
329
<artifactId >spring-boot-starter-redis</artifactId >
330
- <version >1.2.1.BUILD-SNAPSHOT </version >
330
+ <version >1.2.1.RELEASE </version >
331
331
</dependency >
332
332
<dependency >
333
333
<groupId >org.springframework.boot</groupId >
334
334
<artifactId >spring-boot-starter-remote-shell</artifactId >
335
- <version >1.2.1.BUILD-SNAPSHOT </version >
335
+ <version >1.2.1.RELEASE </version >
336
336
</dependency >
337
337
<dependency >
338
338
<groupId >org.springframework.boot</groupId >
339
339
<artifactId >spring-boot-starter-security</artifactId >
340
- <version >1.2.1.BUILD-SNAPSHOT </version >
340
+ <version >1.2.1.RELEASE </version >
341
341
</dependency >
342
342
<dependency >
343
343
<groupId >org.springframework.boot</groupId >
344
344
<artifactId >spring-boot-starter-social-facebook</artifactId >
345
- <version >1.2.1.BUILD-SNAPSHOT </version >
345
+ <version >1.2.1.RELEASE </version >
346
346
</dependency >
347
347
<dependency >
348
348
<groupId >org.springframework.boot</groupId >
349
349
<artifactId >spring-boot-starter-social-linkedin</artifactId >
350
- <version >1.2.1.BUILD-SNAPSHOT </version >
350
+ <version >1.2.1.RELEASE </version >
351
351
</dependency >
352
352
<dependency >
353
353
<groupId >org.springframework.boot</groupId >
354
354
<artifactId >spring-boot-starter-social-twitter</artifactId >
355
- <version >1.2.1.BUILD-SNAPSHOT </version >
355
+ <version >1.2.1.RELEASE </version >
356
356
</dependency >
357
357
<dependency >
358
358
<groupId >org.springframework.boot</groupId >
359
359
<artifactId >spring-boot-starter-test</artifactId >
360
- <version >1.2.1.BUILD-SNAPSHOT </version >
360
+ <version >1.2.1.RELEASE </version >
361
361
<exclusions >
362
362
<exclusion >
363
363
<groupId >commons-logging</groupId >
368
368
<dependency >
369
369
<groupId >org.springframework.boot</groupId >
370
370
<artifactId >spring-boot-starter-thymeleaf</artifactId >
371
- <version >1.2.1.BUILD-SNAPSHOT </version >
371
+ <version >1.2.1.RELEASE </version >
372
372
</dependency >
373
373
<dependency >
374
374
<groupId >org.springframework.boot</groupId >
375
375
<artifactId >spring-boot-starter-tomcat</artifactId >
376
- <version >1.2.1.BUILD-SNAPSHOT </version >
376
+ <version >1.2.1.RELEASE </version >
377
377
</dependency >
378
378
<dependency >
379
379
<groupId >org.springframework.boot</groupId >
380
380
<artifactId >spring-boot-starter-velocity</artifactId >
381
- <version >1.2.1.BUILD-SNAPSHOT </version >
381
+ <version >1.2.1.RELEASE </version >
382
382
</dependency >
383
383
<dependency >
384
384
<groupId >org.springframework.boot</groupId >
385
385
<artifactId >spring-boot-starter-web</artifactId >
386
- <version >1.2.1.BUILD-SNAPSHOT </version >
386
+ <version >1.2.1.RELEASE </version >
387
387
</dependency >
388
388
<dependency >
389
389
<groupId >org.springframework.boot</groupId >
390
390
<artifactId >spring-boot-starter-websocket</artifactId >
391
- <version >1.2.1.BUILD-SNAPSHOT </version >
391
+ <version >1.2.1.RELEASE </version >
392
392
</dependency >
393
393
<dependency >
394
394
<groupId >org.springframework.boot</groupId >
395
395
<artifactId >spring-boot-starter-ws</artifactId >
396
- <version >1.2.1.BUILD-SNAPSHOT </version >
396
+ <version >1.2.1.RELEASE </version >
397
397
</dependency >
398
398
399
399
<!-- Third Party -->
1606
1606
</plugins >
1607
1607
</pluginManagement >
1608
1608
</build >
1609
- <profiles >
1610
- <profile >
1611
- <id >default</id >
1612
- <activation >
1613
- <activeByDefault >true</activeByDefault >
1614
- </activation >
1615
- <repositories >
1616
- <!-- Repositories to allow snapshot and milestone BOM imports during
1617
- development. This section is stripped out when a full release is prepared. -->
1618
- <repository >
1619
- <id >spring-milestones</id >
1620
- <name >Spring Milestones</name >
1621
- <url >http://repo.spring.io/milestone</url >
1622
- <snapshots >
1623
- <enabled >false</enabled >
1624
- </snapshots >
1625
- </repository >
1626
- <repository >
1627
- <id >spring-snapshots</id >
1628
- <name >Spring Snapshots</name >
1629
- <url >http://repo.spring.io/snapshot</url >
1630
- <snapshots >
1631
- <enabled >true</enabled >
1632
- </snapshots >
1633
- </repository >
1634
- </repositories >
1635
- </profile >
1636
- <profile >
1637
- <id >integration-test</id >
1638
- </profile >
1639
- </profiles >
1640
- </project >
1609
+ </project >
0 commit comments