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