Skip to content

Commit ac8033b

Browse files
committed
Release version 1.1.7
1 parent fa02c01 commit ac8033b

File tree

102 files changed

+143
-143
lines changed

Some content is hidden

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

102 files changed

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

spring-boot-dependencies/pom.xml

+42-42
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.springframework.boot</groupId>
44
<artifactId>spring-boot-dependencies</artifactId>
5-
<version>1.1.7.BUILD-SNAPSHOT</version>
5+
<version>1.1.7.RELEASE</version>
66
<packaging>pom</packaging>
77
<name>Spring Boot Dependencies</name>
88
<description>Spring Boot Dependencies</description>
@@ -44,7 +44,7 @@
4444
</developers>
4545
<properties>
4646
<!-- Spring Boot -->
47-
<spring-boot.version>1.1.7.BUILD-SNAPSHOT</spring-boot.version>
47+
<spring-boot.version>1.1.7.RELEASE</spring-boot.version>
4848
<!-- Third Party -->
4949
<activemq.version>5.9.1</activemq.version>
5050
<aspectj.version>1.8.2</aspectj.version>
@@ -130,43 +130,43 @@
130130
<dependency>
131131
<groupId>org.springframework.boot</groupId>
132132
<artifactId>spring-boot</artifactId>
133-
<version>1.1.7.BUILD-SNAPSHOT</version>
133+
<version>1.1.7.RELEASE</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>org.springframework.boot</groupId>
137137
<artifactId>spring-boot</artifactId>
138138
<type>test-jar</type>
139-
<version>1.1.7.BUILD-SNAPSHOT</version>
139+
<version>1.1.7.RELEASE</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>org.springframework.boot</groupId>
143143
<artifactId>spring-boot-actuator</artifactId>
144-
<version>1.1.7.BUILD-SNAPSHOT</version>
144+
<version>1.1.7.RELEASE</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>org.springframework.boot</groupId>
148148
<artifactId>spring-boot-autoconfigure</artifactId>
149-
<version>1.1.7.BUILD-SNAPSHOT</version>
149+
<version>1.1.7.RELEASE</version>
150150
</dependency>
151151
<dependency>
152152
<groupId>org.springframework.boot</groupId>
153153
<artifactId>spring-boot-dependency-tools</artifactId>
154-
<version>1.1.7.BUILD-SNAPSHOT</version>
154+
<version>1.1.7.RELEASE</version>
155155
</dependency>
156156
<dependency>
157157
<groupId>org.springframework.boot</groupId>
158158
<artifactId>spring-boot-loader</artifactId>
159-
<version>1.1.7.BUILD-SNAPSHOT</version>
159+
<version>1.1.7.RELEASE</version>
160160
</dependency>
161161
<dependency>
162162
<groupId>org.springframework.boot</groupId>
163163
<artifactId>spring-boot-loader-tools</artifactId>
164-
<version>1.1.7.BUILD-SNAPSHOT</version>
164+
<version>1.1.7.RELEASE</version>
165165
</dependency>
166166
<dependency>
167167
<groupId>org.springframework.boot</groupId>
168168
<artifactId>spring-boot-starter</artifactId>
169-
<version>1.1.7.BUILD-SNAPSHOT</version>
169+
<version>1.1.7.RELEASE</version>
170170
<exclusions>
171171
<exclusion>
172172
<groupId>commons-logging</groupId>
@@ -177,132 +177,132 @@
177177
<dependency>
178178
<groupId>org.springframework.boot</groupId>
179179
<artifactId>spring-boot-starter-actuator</artifactId>
180-
<version>1.1.7.BUILD-SNAPSHOT</version>
180+
<version>1.1.7.RELEASE</version>
181181
</dependency>
182182
<dependency>
183183
<groupId>org.springframework.boot</groupId>
184184
<artifactId>spring-boot-starter-amqp</artifactId>
185-
<version>1.1.7.BUILD-SNAPSHOT</version>
185+
<version>1.1.7.RELEASE</version>
186186
</dependency>
187187
<dependency>
188188
<groupId>org.springframework.boot</groupId>
189189
<artifactId>spring-boot-starter-aop</artifactId>
190-
<version>1.1.7.BUILD-SNAPSHOT</version>
190+
<version>1.1.7.RELEASE</version>
191191
</dependency>
192192
<dependency>
193193
<groupId>org.springframework.boot</groupId>
194194
<artifactId>spring-boot-starter-batch</artifactId>
195-
<version>1.1.7.BUILD-SNAPSHOT</version>
195+
<version>1.1.7.RELEASE</version>
196196
</dependency>
197197
<dependency>
198198
<groupId>org.springframework.boot</groupId>
199199
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
200-
<version>1.1.7.BUILD-SNAPSHOT</version>
200+
<version>1.1.7.RELEASE</version>
201201
</dependency>
202202
<dependency>
203203
<groupId>org.springframework.boot</groupId>
204204
<artifactId>spring-boot-starter-data-gemfire</artifactId>
205-
<version>1.1.7.BUILD-SNAPSHOT</version>
205+
<version>1.1.7.RELEASE</version>
206206
</dependency>
207207
<dependency>
208208
<groupId>org.springframework.boot</groupId>
209209
<artifactId>spring-boot-starter-data-jpa</artifactId>
210-
<version>1.1.7.BUILD-SNAPSHOT</version>
210+
<version>1.1.7.RELEASE</version>
211211
</dependency>
212212
<dependency>
213213
<groupId>org.springframework.boot</groupId>
214214
<artifactId>spring-boot-starter-data-mongodb</artifactId>
215-
<version>1.1.7.BUILD-SNAPSHOT</version>
215+
<version>1.1.7.RELEASE</version>
216216
</dependency>
217217
<dependency>
218218
<groupId>org.springframework.boot</groupId>
219219
<artifactId>spring-boot-starter-data-rest</artifactId>
220-
<version>1.1.7.BUILD-SNAPSHOT</version>
220+
<version>1.1.7.RELEASE</version>
221221
</dependency>
222222
<dependency>
223223
<groupId>org.springframework.boot</groupId>
224224
<artifactId>spring-boot-starter-data-solr</artifactId>
225-
<version>1.1.7.BUILD-SNAPSHOT</version>
225+
<version>1.1.7.RELEASE</version>
226226
</dependency>
227227
<dependency>
228228
<groupId>org.springframework.boot</groupId>
229229
<artifactId>spring-boot-starter-freemarker</artifactId>
230-
<version>1.1.7.BUILD-SNAPSHOT</version>
230+
<version>1.1.7.RELEASE</version>
231231
</dependency>
232232
<dependency>
233233
<groupId>org.springframework.boot</groupId>
234234
<artifactId>spring-boot-starter-groovy-templates</artifactId>
235-
<version>1.1.7.BUILD-SNAPSHOT</version>
235+
<version>1.1.7.RELEASE</version>
236236
</dependency>
237237
<dependency>
238238
<groupId>org.springframework.boot</groupId>
239239
<artifactId>spring-boot-starter-hornetq</artifactId>
240-
<version>1.1.7.BUILD-SNAPSHOT</version>
240+
<version>1.1.7.RELEASE</version>
241241
</dependency>
242242
<dependency>
243243
<groupId>org.springframework.boot</groupId>
244244
<artifactId>spring-boot-starter-integration</artifactId>
245-
<version>1.1.7.BUILD-SNAPSHOT</version>
245+
<version>1.1.7.RELEASE</version>
246246
</dependency>
247247
<dependency>
248248
<groupId>org.springframework.boot</groupId>
249249
<artifactId>spring-boot-starter-jdbc</artifactId>
250-
<version>1.1.7.BUILD-SNAPSHOT</version>
250+
<version>1.1.7.RELEASE</version>
251251
</dependency>
252252
<dependency>
253253
<groupId>org.springframework.boot</groupId>
254254
<artifactId>spring-boot-starter-jetty</artifactId>
255-
<version>1.1.7.BUILD-SNAPSHOT</version>
255+
<version>1.1.7.RELEASE</version>
256256
</dependency>
257257
<dependency>
258258
<groupId>org.springframework.boot</groupId>
259259
<artifactId>spring-boot-starter-log4j</artifactId>
260-
<version>1.1.7.BUILD-SNAPSHOT</version>
260+
<version>1.1.7.RELEASE</version>
261261
</dependency>
262262
<dependency>
263263
<groupId>org.springframework.boot</groupId>
264264
<artifactId>spring-boot-starter-logging</artifactId>
265-
<version>1.1.7.BUILD-SNAPSHOT</version>
265+
<version>1.1.7.RELEASE</version>
266266
</dependency>
267267
<dependency>
268268
<groupId>org.springframework.boot</groupId>
269269
<artifactId>spring-boot-starter-mobile</artifactId>
270-
<version>1.1.7.BUILD-SNAPSHOT</version>
270+
<version>1.1.7.RELEASE</version>
271271
</dependency>
272272
<dependency>
273273
<groupId>org.springframework.boot</groupId>
274274
<artifactId>spring-boot-starter-redis</artifactId>
275-
<version>1.1.7.BUILD-SNAPSHOT</version>
275+
<version>1.1.7.RELEASE</version>
276276
</dependency>
277277
<dependency>
278278
<groupId>org.springframework.boot</groupId>
279279
<artifactId>spring-boot-starter-remote-shell</artifactId>
280-
<version>1.1.7.BUILD-SNAPSHOT</version>
280+
<version>1.1.7.RELEASE</version>
281281
</dependency>
282282
<dependency>
283283
<groupId>org.springframework.boot</groupId>
284284
<artifactId>spring-boot-starter-security</artifactId>
285-
<version>1.1.7.BUILD-SNAPSHOT</version>
285+
<version>1.1.7.RELEASE</version>
286286
</dependency>
287287
<dependency>
288288
<groupId>org.springframework.boot</groupId>
289289
<artifactId>spring-boot-starter-social-facebook</artifactId>
290-
<version>1.1.7.BUILD-SNAPSHOT</version>
290+
<version>1.1.7.RELEASE</version>
291291
</dependency>
292292
<dependency>
293293
<groupId>org.springframework.boot</groupId>
294294
<artifactId>spring-boot-starter-social-linkedin</artifactId>
295-
<version>1.1.7.BUILD-SNAPSHOT</version>
295+
<version>1.1.7.RELEASE</version>
296296
</dependency>
297297
<dependency>
298298
<groupId>org.springframework.boot</groupId>
299299
<artifactId>spring-boot-starter-social-twitter</artifactId>
300-
<version>1.1.7.BUILD-SNAPSHOT</version>
300+
<version>1.1.7.RELEASE</version>
301301
</dependency>
302302
<dependency>
303303
<groupId>org.springframework.boot</groupId>
304304
<artifactId>spring-boot-starter-test</artifactId>
305-
<version>1.1.7.BUILD-SNAPSHOT</version>
305+
<version>1.1.7.RELEASE</version>
306306
<exclusions>
307307
<exclusion>
308308
<groupId>commons-logging</groupId>
@@ -313,32 +313,32 @@
313313
<dependency>
314314
<groupId>org.springframework.boot</groupId>
315315
<artifactId>spring-boot-starter-thymeleaf</artifactId>
316-
<version>1.1.7.BUILD-SNAPSHOT</version>
316+
<version>1.1.7.RELEASE</version>
317317
</dependency>
318318
<dependency>
319319
<groupId>org.springframework.boot</groupId>
320320
<artifactId>spring-boot-starter-tomcat</artifactId>
321-
<version>1.1.7.BUILD-SNAPSHOT</version>
321+
<version>1.1.7.RELEASE</version>
322322
</dependency>
323323
<dependency>
324324
<groupId>org.springframework.boot</groupId>
325325
<artifactId>spring-boot-starter-velocity</artifactId>
326-
<version>1.1.7.BUILD-SNAPSHOT</version>
326+
<version>1.1.7.RELEASE</version>
327327
</dependency>
328328
<dependency>
329329
<groupId>org.springframework.boot</groupId>
330330
<artifactId>spring-boot-starter-web</artifactId>
331-
<version>1.1.7.BUILD-SNAPSHOT</version>
331+
<version>1.1.7.RELEASE</version>
332332
</dependency>
333333
<dependency>
334334
<groupId>org.springframework.boot</groupId>
335335
<artifactId>spring-boot-starter-websocket</artifactId>
336-
<version>1.1.7.BUILD-SNAPSHOT</version>
336+
<version>1.1.7.RELEASE</version>
337337
</dependency>
338338
<dependency>
339339
<groupId>org.springframework.boot</groupId>
340340
<artifactId>spring-boot-starter-ws</artifactId>
341-
<version>1.1.7.BUILD-SNAPSHOT</version>
341+
<version>1.1.7.RELEASE</version>
342342
</dependency>
343343

344344
<!-- Third Party -->

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.7.BUILD-SNAPSHOT</version>
7+
<version>1.1.7.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.7.BUILD-SNAPSHOT</version>
6+
<version>1.1.7.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.7.BUILD-SNAPSHOT</version>
7+
<version>1.1.7.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.7.BUILD-SNAPSHOT</version>
7+
<version>1.1.7.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.7.BUILD-SNAPSHOT</version>
7+
<version>1.1.7.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.7.BUILD-SNAPSHOT</version>
8+
<version>1.1.7.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.7.BUILD-SNAPSHOT</version>
8+
<version>1.1.7.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.7.BUILD-SNAPSHOT</version>
8+
<version>1.1.7.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.7.BUILD-SNAPSHOT'
3+
springBootVersion = '1.1.7.RELEASE'
44
}
55
repositories {
66
// NOTE: You should declare only repositories that you need here

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'$ ant -lib ivy-2.2.jar' (substitute the location of your actual ivy jar). Run with '$ java -jar target/*.jar'.
66
</description>
77

8-
<property name="spring-boot.version" value="1.1.7.BUILD-SNAPSHOT" />
8+
<property name="spring-boot.version" value="1.1.7.RELEASE" />
99
<property name="start-class" value="org.springframework.boot.sample.actuator.SampleActuatorApplication" />
1010

1111
<target name="resolve" description="--> retrieve dependencies with ivy">

0 commit comments

Comments
 (0)