Skip to content

Commit 85422a3

Browse files
committed
Release version 1.1.2
1 parent c4b22fc commit 85422a3

File tree

98 files changed

+142
-144
lines changed

Some content is hidden

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

98 files changed

+142
-144
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.1.2.BUILD-SNAPSHOT</version>
6+
<version>1.1.2.RELEASE</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.1.2.BUILD-SNAPSHOT</version>
7+
<version>1.1.2.RELEASE</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.1.2.BUILD-SNAPSHOT</version>
7+
<version>1.1.2.RELEASE</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.1.2.BUILD-SNAPSHOT</version>
7+
<version>1.1.2.RELEASE</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-cli</artifactId>

spring-boot-dependencies/pom.xml

+44-45
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>org.springframework.boot</groupId>
54
<artifactId>spring-boot-dependencies</artifactId>
6-
<version>1.1.2.BUILD-SNAPSHOT</version>
5+
<version>1.1.2.RELEASE</version>
76
<packaging>pom</packaging>
87
<name>Spring Boot Dependencies</name>
98
<description>Spring Boot Dependencies</description>
@@ -45,7 +44,7 @@
4544
</developers>
4645
<properties>
4746
<!-- Spring Boot -->
48-
<spring-boot.version>1.1.2.BUILD-SNAPSHOT</spring-boot.version>
47+
<spring-boot.version>1.1.2.RELEASE</spring-boot.version>
4948
<!-- Third Party -->
5049
<activemq.version>5.9.1</activemq.version>
5150
<aspectj.version>1.8.0</aspectj.version>
@@ -129,43 +128,43 @@
129128
<dependency>
130129
<groupId>org.springframework.boot</groupId>
131130
<artifactId>spring-boot</artifactId>
132-
<version>1.1.2.BUILD-SNAPSHOT</version>
131+
<version>1.1.2.RELEASE</version>
133132
</dependency>
134133
<dependency>
135134
<groupId>org.springframework.boot</groupId>
136135
<artifactId>spring-boot</artifactId>
137136
<type>test-jar</type>
138-
<version>1.1.2.BUILD-SNAPSHOT</version>
137+
<version>1.1.2.RELEASE</version>
139138
</dependency>
140139
<dependency>
141140
<groupId>org.springframework.boot</groupId>
142141
<artifactId>spring-boot-actuator</artifactId>
143-
<version>1.1.2.BUILD-SNAPSHOT</version>
142+
<version>1.1.2.RELEASE</version>
144143
</dependency>
145144
<dependency>
146145
<groupId>org.springframework.boot</groupId>
147146
<artifactId>spring-boot-autoconfigure</artifactId>
148-
<version>1.1.2.BUILD-SNAPSHOT</version>
147+
<version>1.1.2.RELEASE</version>
149148
</dependency>
150149
<dependency>
151150
<groupId>org.springframework.boot</groupId>
152151
<artifactId>spring-boot-dependency-tools</artifactId>
153-
<version>1.1.2.BUILD-SNAPSHOT</version>
152+
<version>1.1.2.RELEASE</version>
154153
</dependency>
155154
<dependency>
156155
<groupId>org.springframework.boot</groupId>
157156
<artifactId>spring-boot-loader</artifactId>
158-
<version>1.1.2.BUILD-SNAPSHOT</version>
157+
<version>1.1.2.RELEASE</version>
159158
</dependency>
160159
<dependency>
161160
<groupId>org.springframework.boot</groupId>
162161
<artifactId>spring-boot-loader-tools</artifactId>
163-
<version>1.1.2.BUILD-SNAPSHOT</version>
162+
<version>1.1.2.RELEASE</version>
164163
</dependency>
165164
<dependency>
166165
<groupId>org.springframework.boot</groupId>
167166
<artifactId>spring-boot-starter</artifactId>
168-
<version>1.1.2.BUILD-SNAPSHOT</version>
167+
<version>1.1.2.RELEASE</version>
169168
<exclusions>
170169
<exclusion>
171170
<groupId>commons-logging</groupId>
@@ -176,132 +175,132 @@
176175
<dependency>
177176
<groupId>org.springframework.boot</groupId>
178177
<artifactId>spring-boot-starter-actuator</artifactId>
179-
<version>1.1.2.BUILD-SNAPSHOT</version>
178+
<version>1.1.2.RELEASE</version>
180179
</dependency>
181180
<dependency>
182181
<groupId>org.springframework.boot</groupId>
183182
<artifactId>spring-boot-starter-amqp</artifactId>
184-
<version>1.1.2.BUILD-SNAPSHOT</version>
183+
<version>1.1.2.RELEASE</version>
185184
</dependency>
186185
<dependency>
187186
<groupId>org.springframework.boot</groupId>
188187
<artifactId>spring-boot-starter-aop</artifactId>
189-
<version>1.1.2.BUILD-SNAPSHOT</version>
188+
<version>1.1.2.RELEASE</version>
190189
</dependency>
191190
<dependency>
192191
<groupId>org.springframework.boot</groupId>
193192
<artifactId>spring-boot-starter-batch</artifactId>
194-
<version>1.1.2.BUILD-SNAPSHOT</version>
193+
<version>1.1.2.RELEASE</version>
195194
</dependency>
196195
<dependency>
197196
<groupId>org.springframework.boot</groupId>
198197
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
199-
<version>1.1.2.BUILD-SNAPSHOT</version>
198+
<version>1.1.2.RELEASE</version>
200199
</dependency>
201200
<dependency>
202201
<groupId>org.springframework.boot</groupId>
203202
<artifactId>spring-boot-starter-data-gemfire</artifactId>
204-
<version>1.1.2.BUILD-SNAPSHOT</version>
203+
<version>1.1.2.RELEASE</version>
205204
</dependency>
206205
<dependency>
207206
<groupId>org.springframework.boot</groupId>
208207
<artifactId>spring-boot-starter-data-jpa</artifactId>
209-
<version>1.1.2.BUILD-SNAPSHOT</version>
208+
<version>1.1.2.RELEASE</version>
210209
</dependency>
211210
<dependency>
212211
<groupId>org.springframework.boot</groupId>
213212
<artifactId>spring-boot-starter-data-mongodb</artifactId>
214-
<version>1.1.2.BUILD-SNAPSHOT</version>
213+
<version>1.1.2.RELEASE</version>
215214
</dependency>
216215
<dependency>
217216
<groupId>org.springframework.boot</groupId>
218217
<artifactId>spring-boot-starter-data-rest</artifactId>
219-
<version>1.1.2.BUILD-SNAPSHOT</version>
218+
<version>1.1.2.RELEASE</version>
220219
</dependency>
221220
<dependency>
222221
<groupId>org.springframework.boot</groupId>
223222
<artifactId>spring-boot-starter-data-solr</artifactId>
224-
<version>1.1.2.BUILD-SNAPSHOT</version>
223+
<version>1.1.2.RELEASE</version>
225224
</dependency>
226225
<dependency>
227226
<groupId>org.springframework.boot</groupId>
228227
<artifactId>spring-boot-starter-freemarker</artifactId>
229-
<version>1.1.2.BUILD-SNAPSHOT</version>
228+
<version>1.1.2.RELEASE</version>
230229
</dependency>
231230
<dependency>
232231
<groupId>org.springframework.boot</groupId>
233232
<artifactId>spring-boot-starter-groovy-templates</artifactId>
234-
<version>1.1.2.BUILD-SNAPSHOT</version>
233+
<version>1.1.2.RELEASE</version>
235234
</dependency>
236235
<dependency>
237236
<groupId>org.springframework.boot</groupId>
238237
<artifactId>spring-boot-starter-hornetq</artifactId>
239-
<version>1.1.2.BUILD-SNAPSHOT</version>
238+
<version>1.1.2.RELEASE</version>
240239
</dependency>
241240
<dependency>
242241
<groupId>org.springframework.boot</groupId>
243242
<artifactId>spring-boot-starter-integration</artifactId>
244-
<version>1.1.2.BUILD-SNAPSHOT</version>
243+
<version>1.1.2.RELEASE</version>
245244
</dependency>
246245
<dependency>
247246
<groupId>org.springframework.boot</groupId>
248247
<artifactId>spring-boot-starter-jdbc</artifactId>
249-
<version>1.1.2.BUILD-SNAPSHOT</version>
248+
<version>1.1.2.RELEASE</version>
250249
</dependency>
251250
<dependency>
252251
<groupId>org.springframework.boot</groupId>
253252
<artifactId>spring-boot-starter-jetty</artifactId>
254-
<version>1.1.2.BUILD-SNAPSHOT</version>
253+
<version>1.1.2.RELEASE</version>
255254
</dependency>
256255
<dependency>
257256
<groupId>org.springframework.boot</groupId>
258257
<artifactId>spring-boot-starter-log4j</artifactId>
259-
<version>1.1.2.BUILD-SNAPSHOT</version>
258+
<version>1.1.2.RELEASE</version>
260259
</dependency>
261260
<dependency>
262261
<groupId>org.springframework.boot</groupId>
263262
<artifactId>spring-boot-starter-logging</artifactId>
264-
<version>1.1.2.BUILD-SNAPSHOT</version>
263+
<version>1.1.2.RELEASE</version>
265264
</dependency>
266265
<dependency>
267266
<groupId>org.springframework.boot</groupId>
268267
<artifactId>spring-boot-starter-mobile</artifactId>
269-
<version>1.1.2.BUILD-SNAPSHOT</version>
268+
<version>1.1.2.RELEASE</version>
270269
</dependency>
271270
<dependency>
272271
<groupId>org.springframework.boot</groupId>
273272
<artifactId>spring-boot-starter-redis</artifactId>
274-
<version>1.1.2.BUILD-SNAPSHOT</version>
273+
<version>1.1.2.RELEASE</version>
275274
</dependency>
276275
<dependency>
277276
<groupId>org.springframework.boot</groupId>
278277
<artifactId>spring-boot-starter-remote-shell</artifactId>
279-
<version>1.1.2.BUILD-SNAPSHOT</version>
278+
<version>1.1.2.RELEASE</version>
280279
</dependency>
281280
<dependency>
282281
<groupId>org.springframework.boot</groupId>
283282
<artifactId>spring-boot-starter-security</artifactId>
284-
<version>1.1.2.BUILD-SNAPSHOT</version>
283+
<version>1.1.2.RELEASE</version>
285284
</dependency>
286285
<dependency>
287286
<groupId>org.springframework.boot</groupId>
288287
<artifactId>spring-boot-starter-social-facebook</artifactId>
289-
<version>1.1.2.BUILD-SNAPSHOT</version>
288+
<version>1.1.2.RELEASE</version>
290289
</dependency>
291290
<dependency>
292291
<groupId>org.springframework.boot</groupId>
293292
<artifactId>spring-boot-starter-social-linkedin</artifactId>
294-
<version>1.1.2.BUILD-SNAPSHOT</version>
293+
<version>1.1.2.RELEASE</version>
295294
</dependency>
296295
<dependency>
297296
<groupId>org.springframework.boot</groupId>
298297
<artifactId>spring-boot-starter-social-twitter</artifactId>
299-
<version>1.1.2.BUILD-SNAPSHOT</version>
298+
<version>1.1.2.RELEASE</version>
300299
</dependency>
301300
<dependency>
302301
<groupId>org.springframework.boot</groupId>
303302
<artifactId>spring-boot-starter-test</artifactId>
304-
<version>1.1.2.BUILD-SNAPSHOT</version>
303+
<version>1.1.2.RELEASE</version>
305304
<exclusions>
306305
<exclusion>
307306
<groupId>commons-logging</groupId>
@@ -312,32 +311,32 @@
312311
<dependency>
313312
<groupId>org.springframework.boot</groupId>
314313
<artifactId>spring-boot-starter-thymeleaf</artifactId>
315-
<version>1.1.2.BUILD-SNAPSHOT</version>
314+
<version>1.1.2.RELEASE</version>
316315
</dependency>
317316
<dependency>
318317
<groupId>org.springframework.boot</groupId>
319318
<artifactId>spring-boot-starter-tomcat</artifactId>
320-
<version>1.1.2.BUILD-SNAPSHOT</version>
319+
<version>1.1.2.RELEASE</version>
321320
</dependency>
322321
<dependency>
323322
<groupId>org.springframework.boot</groupId>
324323
<artifactId>spring-boot-starter-velocity</artifactId>
325-
<version>1.1.2.BUILD-SNAPSHOT</version>
324+
<version>1.1.2.RELEASE</version>
326325
</dependency>
327326
<dependency>
328327
<groupId>org.springframework.boot</groupId>
329328
<artifactId>spring-boot-starter-web</artifactId>
330-
<version>1.1.2.BUILD-SNAPSHOT</version>
329+
<version>1.1.2.RELEASE</version>
331330
</dependency>
332331
<dependency>
333332
<groupId>org.springframework.boot</groupId>
334333
<artifactId>spring-boot-starter-websocket</artifactId>
335-
<version>1.1.2.BUILD-SNAPSHOT</version>
334+
<version>1.1.2.RELEASE</version>
336335
</dependency>
337336
<dependency>
338337
<groupId>org.springframework.boot</groupId>
339338
<artifactId>spring-boot-starter-ws</artifactId>
340-
<version>1.1.2.BUILD-SNAPSHOT</version>
339+
<version>1.1.2.RELEASE</version>
341340
</dependency>
342341

343342
<!-- Third Party -->
@@ -1284,4 +1283,4 @@
12841283
</plugins>
12851284
</pluginManagement>
12861285
</build>
1287-
</project>
1286+
</project>

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

spring-boot-full-build/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-full-build</artifactId>
6-
<version>1.1.2.BUILD-SNAPSHOT</version>
6+
<version>1.1.2.RELEASE</version>
77
<packaging>pom</packaging>
88
<name>Spring Boot Full Build</name>
99
<description>Spring Boot Full Build</description>

spring-boot-integration-tests/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.1.2.BUILD-SNAPSHOT</version>
7+
<version>1.1.2.RELEASE</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-integration-tests</artifactId>

spring-boot-parent/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-dependencies</artifactId>
7-
<version>1.1.2.BUILD-SNAPSHOT</version>
7+
<version>1.1.2.RELEASE</version>
88
<relativePath>../spring-boot-dependencies</relativePath>
99
</parent>
1010
<artifactId>spring-boot-parent</artifactId>

spring-boot-samples/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-starter-parent</artifactId>
7-
<version>1.1.2.BUILD-SNAPSHOT</version>
7+
<version>1.1.2.RELEASE</version>
88
<relativePath>../spring-boot-starters/spring-boot-starter-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-samples</artifactId>

spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.1.2.BUILD-SNAPSHOT</version>
8+
<version>1.1.2.RELEASE</version>
99
</parent>
1010
<artifactId>spring-boot-sample-actuator-log4j</artifactId>
1111
<name>Spring Boot Actuator Log4J Sample</name>

spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.1.2.BUILD-SNAPSHOT</version>
8+
<version>1.1.2.RELEASE</version>
99
</parent>
1010
<artifactId>spring-boot-sample-actuator-noweb</artifactId>
1111
<name>Spring Boot Actuator Non-Web Sample</name>

spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.1.2.BUILD-SNAPSHOT</version>
8+
<version>1.1.2.RELEASE</version>
99
</parent>
1010
<artifactId>spring-boot-sample-actuator-ui</artifactId>
1111
<name>Spring Boot Actuator UI Sample</name>

spring-boot-samples/spring-boot-sample-actuator/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '1.1.2.BUILD-SNAPSHOT'
3+
springBootVersion = '1.1.2.RELEASE'
44
}
55
repositories {
66
// NOTE: You should declare only repositories that you need here

0 commit comments

Comments
 (0)