Skip to content

Commit 7bf0ae1

Browse files
committed
Release version 1.1.5
1 parent ccda6f6 commit 7bf0ae1

File tree

98 files changed

+140
-141
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

+140
-141
lines changed

Diff for: 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.5.BUILD-SNAPSHOT</version>
6+
<version>1.1.5.RELEASE</version>
77
<packaging>pom</packaging>
88
<name>Spring Boot Build</name>
99
<description>Spring Boot Build</description>

Diff for: 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.5.BUILD-SNAPSHOT</version>
7+
<version>1.1.5.RELEASE</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-actuator</artifactId>

Diff for: 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.5.BUILD-SNAPSHOT</version>
7+
<version>1.1.5.RELEASE</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-autoconfigure</artifactId>

Diff for: 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.5.BUILD-SNAPSHOT</version>
7+
<version>1.1.5.RELEASE</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-cli</artifactId>

Diff for: 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.5.BUILD-SNAPSHOT</version>
5+
<version>1.1.5.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.5.BUILD-SNAPSHOT</spring-boot.version>
47+
<spring-boot.version>1.1.5.RELEASE</spring-boot.version>
4848
<!-- Third Party -->
4949
<activemq.version>5.9.1</activemq.version>
5050
<aspectj.version>1.8.1</aspectj.version>
@@ -129,43 +129,43 @@
129129
<dependency>
130130
<groupId>org.springframework.boot</groupId>
131131
<artifactId>spring-boot</artifactId>
132-
<version>1.1.5.BUILD-SNAPSHOT</version>
132+
<version>1.1.5.RELEASE</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>org.springframework.boot</groupId>
136136
<artifactId>spring-boot</artifactId>
137137
<type>test-jar</type>
138-
<version>1.1.5.BUILD-SNAPSHOT</version>
138+
<version>1.1.5.RELEASE</version>
139139
</dependency>
140140
<dependency>
141141
<groupId>org.springframework.boot</groupId>
142142
<artifactId>spring-boot-actuator</artifactId>
143-
<version>1.1.5.BUILD-SNAPSHOT</version>
143+
<version>1.1.5.RELEASE</version>
144144
</dependency>
145145
<dependency>
146146
<groupId>org.springframework.boot</groupId>
147147
<artifactId>spring-boot-autoconfigure</artifactId>
148-
<version>1.1.5.BUILD-SNAPSHOT</version>
148+
<version>1.1.5.RELEASE</version>
149149
</dependency>
150150
<dependency>
151151
<groupId>org.springframework.boot</groupId>
152152
<artifactId>spring-boot-dependency-tools</artifactId>
153-
<version>1.1.5.BUILD-SNAPSHOT</version>
153+
<version>1.1.5.RELEASE</version>
154154
</dependency>
155155
<dependency>
156156
<groupId>org.springframework.boot</groupId>
157157
<artifactId>spring-boot-loader</artifactId>
158-
<version>1.1.5.BUILD-SNAPSHOT</version>
158+
<version>1.1.5.RELEASE</version>
159159
</dependency>
160160
<dependency>
161161
<groupId>org.springframework.boot</groupId>
162162
<artifactId>spring-boot-loader-tools</artifactId>
163-
<version>1.1.5.BUILD-SNAPSHOT</version>
163+
<version>1.1.5.RELEASE</version>
164164
</dependency>
165165
<dependency>
166166
<groupId>org.springframework.boot</groupId>
167167
<artifactId>spring-boot-starter</artifactId>
168-
<version>1.1.5.BUILD-SNAPSHOT</version>
168+
<version>1.1.5.RELEASE</version>
169169
<exclusions>
170170
<exclusion>
171171
<groupId>commons-logging</groupId>
@@ -176,132 +176,132 @@
176176
<dependency>
177177
<groupId>org.springframework.boot</groupId>
178178
<artifactId>spring-boot-starter-actuator</artifactId>
179-
<version>1.1.5.BUILD-SNAPSHOT</version>
179+
<version>1.1.5.RELEASE</version>
180180
</dependency>
181181
<dependency>
182182
<groupId>org.springframework.boot</groupId>
183183
<artifactId>spring-boot-starter-amqp</artifactId>
184-
<version>1.1.5.BUILD-SNAPSHOT</version>
184+
<version>1.1.5.RELEASE</version>
185185
</dependency>
186186
<dependency>
187187
<groupId>org.springframework.boot</groupId>
188188
<artifactId>spring-boot-starter-aop</artifactId>
189-
<version>1.1.5.BUILD-SNAPSHOT</version>
189+
<version>1.1.5.RELEASE</version>
190190
</dependency>
191191
<dependency>
192192
<groupId>org.springframework.boot</groupId>
193193
<artifactId>spring-boot-starter-batch</artifactId>
194-
<version>1.1.5.BUILD-SNAPSHOT</version>
194+
<version>1.1.5.RELEASE</version>
195195
</dependency>
196196
<dependency>
197197
<groupId>org.springframework.boot</groupId>
198198
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
199-
<version>1.1.5.BUILD-SNAPSHOT</version>
199+
<version>1.1.5.RELEASE</version>
200200
</dependency>
201201
<dependency>
202202
<groupId>org.springframework.boot</groupId>
203203
<artifactId>spring-boot-starter-data-gemfire</artifactId>
204-
<version>1.1.5.BUILD-SNAPSHOT</version>
204+
<version>1.1.5.RELEASE</version>
205205
</dependency>
206206
<dependency>
207207
<groupId>org.springframework.boot</groupId>
208208
<artifactId>spring-boot-starter-data-jpa</artifactId>
209-
<version>1.1.5.BUILD-SNAPSHOT</version>
209+
<version>1.1.5.RELEASE</version>
210210
</dependency>
211211
<dependency>
212212
<groupId>org.springframework.boot</groupId>
213213
<artifactId>spring-boot-starter-data-mongodb</artifactId>
214-
<version>1.1.5.BUILD-SNAPSHOT</version>
214+
<version>1.1.5.RELEASE</version>
215215
</dependency>
216216
<dependency>
217217
<groupId>org.springframework.boot</groupId>
218218
<artifactId>spring-boot-starter-data-rest</artifactId>
219-
<version>1.1.5.BUILD-SNAPSHOT</version>
219+
<version>1.1.5.RELEASE</version>
220220
</dependency>
221221
<dependency>
222222
<groupId>org.springframework.boot</groupId>
223223
<artifactId>spring-boot-starter-data-solr</artifactId>
224-
<version>1.1.5.BUILD-SNAPSHOT</version>
224+
<version>1.1.5.RELEASE</version>
225225
</dependency>
226226
<dependency>
227227
<groupId>org.springframework.boot</groupId>
228228
<artifactId>spring-boot-starter-freemarker</artifactId>
229-
<version>1.1.5.BUILD-SNAPSHOT</version>
229+
<version>1.1.5.RELEASE</version>
230230
</dependency>
231231
<dependency>
232232
<groupId>org.springframework.boot</groupId>
233233
<artifactId>spring-boot-starter-groovy-templates</artifactId>
234-
<version>1.1.5.BUILD-SNAPSHOT</version>
234+
<version>1.1.5.RELEASE</version>
235235
</dependency>
236236
<dependency>
237237
<groupId>org.springframework.boot</groupId>
238238
<artifactId>spring-boot-starter-hornetq</artifactId>
239-
<version>1.1.5.BUILD-SNAPSHOT</version>
239+
<version>1.1.5.RELEASE</version>
240240
</dependency>
241241
<dependency>
242242
<groupId>org.springframework.boot</groupId>
243243
<artifactId>spring-boot-starter-integration</artifactId>
244-
<version>1.1.5.BUILD-SNAPSHOT</version>
244+
<version>1.1.5.RELEASE</version>
245245
</dependency>
246246
<dependency>
247247
<groupId>org.springframework.boot</groupId>
248248
<artifactId>spring-boot-starter-jdbc</artifactId>
249-
<version>1.1.5.BUILD-SNAPSHOT</version>
249+
<version>1.1.5.RELEASE</version>
250250
</dependency>
251251
<dependency>
252252
<groupId>org.springframework.boot</groupId>
253253
<artifactId>spring-boot-starter-jetty</artifactId>
254-
<version>1.1.5.BUILD-SNAPSHOT</version>
254+
<version>1.1.5.RELEASE</version>
255255
</dependency>
256256
<dependency>
257257
<groupId>org.springframework.boot</groupId>
258258
<artifactId>spring-boot-starter-log4j</artifactId>
259-
<version>1.1.5.BUILD-SNAPSHOT</version>
259+
<version>1.1.5.RELEASE</version>
260260
</dependency>
261261
<dependency>
262262
<groupId>org.springframework.boot</groupId>
263263
<artifactId>spring-boot-starter-logging</artifactId>
264-
<version>1.1.5.BUILD-SNAPSHOT</version>
264+
<version>1.1.5.RELEASE</version>
265265
</dependency>
266266
<dependency>
267267
<groupId>org.springframework.boot</groupId>
268268
<artifactId>spring-boot-starter-mobile</artifactId>
269-
<version>1.1.5.BUILD-SNAPSHOT</version>
269+
<version>1.1.5.RELEASE</version>
270270
</dependency>
271271
<dependency>
272272
<groupId>org.springframework.boot</groupId>
273273
<artifactId>spring-boot-starter-redis</artifactId>
274-
<version>1.1.5.BUILD-SNAPSHOT</version>
274+
<version>1.1.5.RELEASE</version>
275275
</dependency>
276276
<dependency>
277277
<groupId>org.springframework.boot</groupId>
278278
<artifactId>spring-boot-starter-remote-shell</artifactId>
279-
<version>1.1.5.BUILD-SNAPSHOT</version>
279+
<version>1.1.5.RELEASE</version>
280280
</dependency>
281281
<dependency>
282282
<groupId>org.springframework.boot</groupId>
283283
<artifactId>spring-boot-starter-security</artifactId>
284-
<version>1.1.5.BUILD-SNAPSHOT</version>
284+
<version>1.1.5.RELEASE</version>
285285
</dependency>
286286
<dependency>
287287
<groupId>org.springframework.boot</groupId>
288288
<artifactId>spring-boot-starter-social-facebook</artifactId>
289-
<version>1.1.5.BUILD-SNAPSHOT</version>
289+
<version>1.1.5.RELEASE</version>
290290
</dependency>
291291
<dependency>
292292
<groupId>org.springframework.boot</groupId>
293293
<artifactId>spring-boot-starter-social-linkedin</artifactId>
294-
<version>1.1.5.BUILD-SNAPSHOT</version>
294+
<version>1.1.5.RELEASE</version>
295295
</dependency>
296296
<dependency>
297297
<groupId>org.springframework.boot</groupId>
298298
<artifactId>spring-boot-starter-social-twitter</artifactId>
299-
<version>1.1.5.BUILD-SNAPSHOT</version>
299+
<version>1.1.5.RELEASE</version>
300300
</dependency>
301301
<dependency>
302302
<groupId>org.springframework.boot</groupId>
303303
<artifactId>spring-boot-starter-test</artifactId>
304-
<version>1.1.5.BUILD-SNAPSHOT</version>
304+
<version>1.1.5.RELEASE</version>
305305
<exclusions>
306306
<exclusion>
307307
<groupId>commons-logging</groupId>
@@ -312,32 +312,32 @@
312312
<dependency>
313313
<groupId>org.springframework.boot</groupId>
314314
<artifactId>spring-boot-starter-thymeleaf</artifactId>
315-
<version>1.1.5.BUILD-SNAPSHOT</version>
315+
<version>1.1.5.RELEASE</version>
316316
</dependency>
317317
<dependency>
318318
<groupId>org.springframework.boot</groupId>
319319
<artifactId>spring-boot-starter-tomcat</artifactId>
320-
<version>1.1.5.BUILD-SNAPSHOT</version>
320+
<version>1.1.5.RELEASE</version>
321321
</dependency>
322322
<dependency>
323323
<groupId>org.springframework.boot</groupId>
324324
<artifactId>spring-boot-starter-velocity</artifactId>
325-
<version>1.1.5.BUILD-SNAPSHOT</version>
325+
<version>1.1.5.RELEASE</version>
326326
</dependency>
327327
<dependency>
328328
<groupId>org.springframework.boot</groupId>
329329
<artifactId>spring-boot-starter-web</artifactId>
330-
<version>1.1.5.BUILD-SNAPSHOT</version>
330+
<version>1.1.5.RELEASE</version>
331331
</dependency>
332332
<dependency>
333333
<groupId>org.springframework.boot</groupId>
334334
<artifactId>spring-boot-starter-websocket</artifactId>
335-
<version>1.1.5.BUILD-SNAPSHOT</version>
335+
<version>1.1.5.RELEASE</version>
336336
</dependency>
337337
<dependency>
338338
<groupId>org.springframework.boot</groupId>
339339
<artifactId>spring-boot-starter-ws</artifactId>
340-
<version>1.1.5.BUILD-SNAPSHOT</version>
340+
<version>1.1.5.RELEASE</version>
341341
</dependency>
342342

343343
<!-- Third Party -->

Diff for: 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.5.BUILD-SNAPSHOT</version>
7+
<version>1.1.5.RELEASE</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-docs</artifactId>

Diff for: 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.5.BUILD-SNAPSHOT</version>
6+
<version>1.1.5.RELEASE</version>
77
<packaging>pom</packaging>
88
<name>Spring Boot Full Build</name>
99
<description>Spring Boot Full Build</description>

Diff for: 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.5.BUILD-SNAPSHOT</version>
7+
<version>1.1.5.RELEASE</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-integration-tests</artifactId>

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

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

Diff for: 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.5.BUILD-SNAPSHOT</version>
8+
<version>1.1.5.RELEASE</version>
99
</parent>
1010
<artifactId>spring-boot-sample-actuator-log4j</artifactId>
1111
<name>Spring Boot Actuator Log4J Sample</name>

Diff for: 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.5.BUILD-SNAPSHOT</version>
8+
<version>1.1.5.RELEASE</version>
99
</parent>
1010
<artifactId>spring-boot-sample-actuator-noweb</artifactId>
1111
<name>Spring Boot Actuator Non-Web Sample</name>

Diff for: 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.5.BUILD-SNAPSHOT</version>
8+
<version>1.1.5.RELEASE</version>
99
</parent>
1010
<artifactId>spring-boot-sample-actuator-ui</artifactId>
1111
<name>Spring Boot Actuator UI Sample</name>

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

Diff for: 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.5.BUILD-SNAPSHOT" />
8+
<property name="spring-boot.version" value="1.1.5.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)