|
2 | 2 | <modelVersion>4.0.0</modelVersion> |
3 | 3 | <groupId>org.springframework.boot</groupId> |
4 | 4 | <artifactId>spring-boot-dependencies</artifactId> |
5 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 5 | + <version>1.1.5.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.1.5.BUILD-SNAPSHOT</spring-boot.version> |
| 47 | + <spring-boot.version>1.1.5.RELEASE</spring-boot.version> |
48 | 48 | <!-- Third Party --> |
49 | 49 | <activemq.version>5.9.1</activemq.version> |
50 | 50 | <aspectj.version>1.8.1</aspectj.version> |
|
129 | 129 | <dependency> |
130 | 130 | <groupId>org.springframework.boot</groupId> |
131 | 131 | <artifactId>spring-boot</artifactId> |
132 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 132 | + <version>1.1.5.RELEASE</version> |
133 | 133 | </dependency> |
134 | 134 | <dependency> |
135 | 135 | <groupId>org.springframework.boot</groupId> |
136 | 136 | <artifactId>spring-boot</artifactId> |
137 | 137 | <type>test-jar</type> |
138 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 138 | + <version>1.1.5.RELEASE</version> |
139 | 139 | </dependency> |
140 | 140 | <dependency> |
141 | 141 | <groupId>org.springframework.boot</groupId> |
142 | 142 | <artifactId>spring-boot-actuator</artifactId> |
143 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 143 | + <version>1.1.5.RELEASE</version> |
144 | 144 | </dependency> |
145 | 145 | <dependency> |
146 | 146 | <groupId>org.springframework.boot</groupId> |
147 | 147 | <artifactId>spring-boot-autoconfigure</artifactId> |
148 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 148 | + <version>1.1.5.RELEASE</version> |
149 | 149 | </dependency> |
150 | 150 | <dependency> |
151 | 151 | <groupId>org.springframework.boot</groupId> |
152 | 152 | <artifactId>spring-boot-dependency-tools</artifactId> |
153 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 153 | + <version>1.1.5.RELEASE</version> |
154 | 154 | </dependency> |
155 | 155 | <dependency> |
156 | 156 | <groupId>org.springframework.boot</groupId> |
157 | 157 | <artifactId>spring-boot-loader</artifactId> |
158 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 158 | + <version>1.1.5.RELEASE</version> |
159 | 159 | </dependency> |
160 | 160 | <dependency> |
161 | 161 | <groupId>org.springframework.boot</groupId> |
162 | 162 | <artifactId>spring-boot-loader-tools</artifactId> |
163 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 163 | + <version>1.1.5.RELEASE</version> |
164 | 164 | </dependency> |
165 | 165 | <dependency> |
166 | 166 | <groupId>org.springframework.boot</groupId> |
167 | 167 | <artifactId>spring-boot-starter</artifactId> |
168 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 168 | + <version>1.1.5.RELEASE</version> |
169 | 169 | <exclusions> |
170 | 170 | <exclusion> |
171 | 171 | <groupId>commons-logging</groupId> |
|
176 | 176 | <dependency> |
177 | 177 | <groupId>org.springframework.boot</groupId> |
178 | 178 | <artifactId>spring-boot-starter-actuator</artifactId> |
179 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 179 | + <version>1.1.5.RELEASE</version> |
180 | 180 | </dependency> |
181 | 181 | <dependency> |
182 | 182 | <groupId>org.springframework.boot</groupId> |
183 | 183 | <artifactId>spring-boot-starter-amqp</artifactId> |
184 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 184 | + <version>1.1.5.RELEASE</version> |
185 | 185 | </dependency> |
186 | 186 | <dependency> |
187 | 187 | <groupId>org.springframework.boot</groupId> |
188 | 188 | <artifactId>spring-boot-starter-aop</artifactId> |
189 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 189 | + <version>1.1.5.RELEASE</version> |
190 | 190 | </dependency> |
191 | 191 | <dependency> |
192 | 192 | <groupId>org.springframework.boot</groupId> |
193 | 193 | <artifactId>spring-boot-starter-batch</artifactId> |
194 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 194 | + <version>1.1.5.RELEASE</version> |
195 | 195 | </dependency> |
196 | 196 | <dependency> |
197 | 197 | <groupId>org.springframework.boot</groupId> |
198 | 198 | <artifactId>spring-boot-starter-data-elasticsearch</artifactId> |
199 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 199 | + <version>1.1.5.RELEASE</version> |
200 | 200 | </dependency> |
201 | 201 | <dependency> |
202 | 202 | <groupId>org.springframework.boot</groupId> |
203 | 203 | <artifactId>spring-boot-starter-data-gemfire</artifactId> |
204 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 204 | + <version>1.1.5.RELEASE</version> |
205 | 205 | </dependency> |
206 | 206 | <dependency> |
207 | 207 | <groupId>org.springframework.boot</groupId> |
208 | 208 | <artifactId>spring-boot-starter-data-jpa</artifactId> |
209 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 209 | + <version>1.1.5.RELEASE</version> |
210 | 210 | </dependency> |
211 | 211 | <dependency> |
212 | 212 | <groupId>org.springframework.boot</groupId> |
213 | 213 | <artifactId>spring-boot-starter-data-mongodb</artifactId> |
214 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 214 | + <version>1.1.5.RELEASE</version> |
215 | 215 | </dependency> |
216 | 216 | <dependency> |
217 | 217 | <groupId>org.springframework.boot</groupId> |
218 | 218 | <artifactId>spring-boot-starter-data-rest</artifactId> |
219 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 219 | + <version>1.1.5.RELEASE</version> |
220 | 220 | </dependency> |
221 | 221 | <dependency> |
222 | 222 | <groupId>org.springframework.boot</groupId> |
223 | 223 | <artifactId>spring-boot-starter-data-solr</artifactId> |
224 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 224 | + <version>1.1.5.RELEASE</version> |
225 | 225 | </dependency> |
226 | 226 | <dependency> |
227 | 227 | <groupId>org.springframework.boot</groupId> |
228 | 228 | <artifactId>spring-boot-starter-freemarker</artifactId> |
229 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 229 | + <version>1.1.5.RELEASE</version> |
230 | 230 | </dependency> |
231 | 231 | <dependency> |
232 | 232 | <groupId>org.springframework.boot</groupId> |
233 | 233 | <artifactId>spring-boot-starter-groovy-templates</artifactId> |
234 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 234 | + <version>1.1.5.RELEASE</version> |
235 | 235 | </dependency> |
236 | 236 | <dependency> |
237 | 237 | <groupId>org.springframework.boot</groupId> |
238 | 238 | <artifactId>spring-boot-starter-hornetq</artifactId> |
239 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 239 | + <version>1.1.5.RELEASE</version> |
240 | 240 | </dependency> |
241 | 241 | <dependency> |
242 | 242 | <groupId>org.springframework.boot</groupId> |
243 | 243 | <artifactId>spring-boot-starter-integration</artifactId> |
244 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 244 | + <version>1.1.5.RELEASE</version> |
245 | 245 | </dependency> |
246 | 246 | <dependency> |
247 | 247 | <groupId>org.springframework.boot</groupId> |
248 | 248 | <artifactId>spring-boot-starter-jdbc</artifactId> |
249 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 249 | + <version>1.1.5.RELEASE</version> |
250 | 250 | </dependency> |
251 | 251 | <dependency> |
252 | 252 | <groupId>org.springframework.boot</groupId> |
253 | 253 | <artifactId>spring-boot-starter-jetty</artifactId> |
254 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 254 | + <version>1.1.5.RELEASE</version> |
255 | 255 | </dependency> |
256 | 256 | <dependency> |
257 | 257 | <groupId>org.springframework.boot</groupId> |
258 | 258 | <artifactId>spring-boot-starter-log4j</artifactId> |
259 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 259 | + <version>1.1.5.RELEASE</version> |
260 | 260 | </dependency> |
261 | 261 | <dependency> |
262 | 262 | <groupId>org.springframework.boot</groupId> |
263 | 263 | <artifactId>spring-boot-starter-logging</artifactId> |
264 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 264 | + <version>1.1.5.RELEASE</version> |
265 | 265 | </dependency> |
266 | 266 | <dependency> |
267 | 267 | <groupId>org.springframework.boot</groupId> |
268 | 268 | <artifactId>spring-boot-starter-mobile</artifactId> |
269 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 269 | + <version>1.1.5.RELEASE</version> |
270 | 270 | </dependency> |
271 | 271 | <dependency> |
272 | 272 | <groupId>org.springframework.boot</groupId> |
273 | 273 | <artifactId>spring-boot-starter-redis</artifactId> |
274 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 274 | + <version>1.1.5.RELEASE</version> |
275 | 275 | </dependency> |
276 | 276 | <dependency> |
277 | 277 | <groupId>org.springframework.boot</groupId> |
278 | 278 | <artifactId>spring-boot-starter-remote-shell</artifactId> |
279 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 279 | + <version>1.1.5.RELEASE</version> |
280 | 280 | </dependency> |
281 | 281 | <dependency> |
282 | 282 | <groupId>org.springframework.boot</groupId> |
283 | 283 | <artifactId>spring-boot-starter-security</artifactId> |
284 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 284 | + <version>1.1.5.RELEASE</version> |
285 | 285 | </dependency> |
286 | 286 | <dependency> |
287 | 287 | <groupId>org.springframework.boot</groupId> |
288 | 288 | <artifactId>spring-boot-starter-social-facebook</artifactId> |
289 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 289 | + <version>1.1.5.RELEASE</version> |
290 | 290 | </dependency> |
291 | 291 | <dependency> |
292 | 292 | <groupId>org.springframework.boot</groupId> |
293 | 293 | <artifactId>spring-boot-starter-social-linkedin</artifactId> |
294 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 294 | + <version>1.1.5.RELEASE</version> |
295 | 295 | </dependency> |
296 | 296 | <dependency> |
297 | 297 | <groupId>org.springframework.boot</groupId> |
298 | 298 | <artifactId>spring-boot-starter-social-twitter</artifactId> |
299 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 299 | + <version>1.1.5.RELEASE</version> |
300 | 300 | </dependency> |
301 | 301 | <dependency> |
302 | 302 | <groupId>org.springframework.boot</groupId> |
303 | 303 | <artifactId>spring-boot-starter-test</artifactId> |
304 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 304 | + <version>1.1.5.RELEASE</version> |
305 | 305 | <exclusions> |
306 | 306 | <exclusion> |
307 | 307 | <groupId>commons-logging</groupId> |
|
312 | 312 | <dependency> |
313 | 313 | <groupId>org.springframework.boot</groupId> |
314 | 314 | <artifactId>spring-boot-starter-thymeleaf</artifactId> |
315 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 315 | + <version>1.1.5.RELEASE</version> |
316 | 316 | </dependency> |
317 | 317 | <dependency> |
318 | 318 | <groupId>org.springframework.boot</groupId> |
319 | 319 | <artifactId>spring-boot-starter-tomcat</artifactId> |
320 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 320 | + <version>1.1.5.RELEASE</version> |
321 | 321 | </dependency> |
322 | 322 | <dependency> |
323 | 323 | <groupId>org.springframework.boot</groupId> |
324 | 324 | <artifactId>spring-boot-starter-velocity</artifactId> |
325 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 325 | + <version>1.1.5.RELEASE</version> |
326 | 326 | </dependency> |
327 | 327 | <dependency> |
328 | 328 | <groupId>org.springframework.boot</groupId> |
329 | 329 | <artifactId>spring-boot-starter-web</artifactId> |
330 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 330 | + <version>1.1.5.RELEASE</version> |
331 | 331 | </dependency> |
332 | 332 | <dependency> |
333 | 333 | <groupId>org.springframework.boot</groupId> |
334 | 334 | <artifactId>spring-boot-starter-websocket</artifactId> |
335 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 335 | + <version>1.1.5.RELEASE</version> |
336 | 336 | </dependency> |
337 | 337 | <dependency> |
338 | 338 | <groupId>org.springframework.boot</groupId> |
339 | 339 | <artifactId>spring-boot-starter-ws</artifactId> |
340 | | - <version>1.1.5.BUILD-SNAPSHOT</version> |
| 340 | + <version>1.1.5.RELEASE</version> |
341 | 341 | </dependency> |
342 | 342 |
|
343 | 343 | <!-- Third Party --> |
|
0 commit comments