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