Skip to content

Commit 9a38f38

Browse files
committed
Release version 1.1.0.M2
1 parent 50ea717 commit 9a38f38

File tree

85 files changed

+131
-139
lines changed

Some content is hidden

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

85 files changed

+131
-139
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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.0.BUILD-SNAPSHOT</version>
6+
<version>1.1.0.M2</version>
77
<packaging>pom</packaging>
88
<name>Spring Boot Build</name>
99
<description>Spring Boot Build</description>
@@ -241,7 +241,7 @@
241241
<include>${basedir}/spring-boot-samples/**/build.xml</include>
242242
</includes>
243243
<token>spring-boot\.version\"\s.*+</token>
244-
<value>spring-boot.version" value="${project.version}" /></value>
244+
<value>spring-boot.version" value="${project.version}" /&gt;</value>
245245
</configuration>
246246
</execution>
247247
</executions>

spring-boot-actuator/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.BUILD-SNAPSHOT</version>
7+
<version>1.1.0.M2</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-actuator</artifactId>

spring-boot-autoconfigure/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?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"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.springframework.boot</groupId>
76
<artifactId>spring-boot-parent</artifactId>
8-
<version>1.1.0.BUILD-SNAPSHOT</version>
7+
<version>1.1.0.M2</version>
98
<relativePath>../spring-boot-parent</relativePath>
109
</parent>
1110
<artifactId>spring-boot-autoconfigure</artifactId>

spring-boot-cli/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.BUILD-SNAPSHOT</version>
7+
<version>1.1.0.M2</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-cli</artifactId>

spring-boot-dependencies/pom.xml

Lines changed: 37 additions & 38 deletions
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.0.BUILD-SNAPSHOT</version>
5+
<version>1.1.0.M2</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.0.BUILD-SNAPSHOT</spring-boot.version>
47+
<spring-boot.version>1.1.0.M2</spring-boot.version>
4948
<!-- Third Party -->
5049
<activemq.version>5.9.1</activemq.version>
5150
<aspectj.version>1.8.0</aspectj.version>
@@ -114,168 +113,168 @@
114113
<dependency>
115114
<groupId>org.springframework.boot</groupId>
116115
<artifactId>spring-boot</artifactId>
117-
<version>1.1.0.BUILD-SNAPSHOT</version>
116+
<version>1.1.0.M2</version>
118117
</dependency>
119118
<dependency>
120119
<groupId>org.springframework.boot</groupId>
121120
<artifactId>spring-boot</artifactId>
122121
<type>test-jar</type>
123-
<version>1.1.0.BUILD-SNAPSHOT</version>
122+
<version>1.1.0.M2</version>
124123
</dependency>
125124
<dependency>
126125
<groupId>org.springframework.boot</groupId>
127126
<artifactId>spring-boot-actuator</artifactId>
128-
<version>1.1.0.BUILD-SNAPSHOT</version>
127+
<version>1.1.0.M2</version>
129128
</dependency>
130129
<dependency>
131130
<groupId>org.springframework.boot</groupId>
132131
<artifactId>spring-boot-autoconfigure</artifactId>
133-
<version>1.1.0.BUILD-SNAPSHOT</version>
132+
<version>1.1.0.M2</version>
134133
</dependency>
135134
<dependency>
136135
<groupId>org.springframework.boot</groupId>
137136
<artifactId>spring-boot-dependency-tools</artifactId>
138-
<version>1.1.0.BUILD-SNAPSHOT</version>
137+
<version>1.1.0.M2</version>
139138
</dependency>
140139
<dependency>
141140
<groupId>org.springframework.boot</groupId>
142141
<artifactId>spring-boot-loader</artifactId>
143-
<version>1.1.0.BUILD-SNAPSHOT</version>
142+
<version>1.1.0.M2</version>
144143
</dependency>
145144
<dependency>
146145
<groupId>org.springframework.boot</groupId>
147146
<artifactId>spring-boot-loader-tools</artifactId>
148-
<version>1.1.0.BUILD-SNAPSHOT</version>
147+
<version>1.1.0.M2</version>
149148
</dependency>
150149
<dependency>
151150
<groupId>org.springframework.boot</groupId>
152151
<artifactId>spring-boot-starter</artifactId>
153-
<version>1.1.0.BUILD-SNAPSHOT</version>
152+
<version>1.1.0.M2</version>
154153
</dependency>
155154
<dependency>
156155
<groupId>org.springframework.boot</groupId>
157156
<artifactId>spring-boot-starter-actuator</artifactId>
158-
<version>1.1.0.BUILD-SNAPSHOT</version>
157+
<version>1.1.0.M2</version>
159158
</dependency>
160159
<dependency>
161160
<groupId>org.springframework.boot</groupId>
162161
<artifactId>spring-boot-starter-amqp</artifactId>
163-
<version>1.1.0.BUILD-SNAPSHOT</version>
162+
<version>1.1.0.M2</version>
164163
</dependency>
165164
<dependency>
166165
<groupId>org.springframework.boot</groupId>
167166
<artifactId>spring-boot-starter-aop</artifactId>
168-
<version>1.1.0.BUILD-SNAPSHOT</version>
167+
<version>1.1.0.M2</version>
169168
</dependency>
170169
<dependency>
171170
<groupId>org.springframework.boot</groupId>
172171
<artifactId>spring-boot-starter-batch</artifactId>
173-
<version>1.1.0.BUILD-SNAPSHOT</version>
172+
<version>1.1.0.M2</version>
174173
</dependency>
175174
<dependency>
176175
<groupId>org.springframework.boot</groupId>
177176
<artifactId>spring-boot-starter-data-gemfire</artifactId>
178-
<version>1.1.0.BUILD-SNAPSHOT</version>
177+
<version>1.1.0.M2</version>
179178
</dependency>
180179
<dependency>
181180
<groupId>org.springframework.boot</groupId>
182181
<artifactId>spring-boot-starter-data-jpa</artifactId>
183-
<version>1.1.0.BUILD-SNAPSHOT</version>
182+
<version>1.1.0.M2</version>
184183
</dependency>
185184
<dependency>
186185
<groupId>org.springframework.boot</groupId>
187186
<artifactId>spring-boot-starter-data-mongodb</artifactId>
188-
<version>1.1.0.BUILD-SNAPSHOT</version>
187+
<version>1.1.0.M2</version>
189188
</dependency>
190189
<dependency>
191190
<groupId>org.springframework.boot</groupId>
192191
<artifactId>spring-boot-starter-data-rest</artifactId>
193-
<version>1.1.0.BUILD-SNAPSHOT</version>
192+
<version>1.1.0.M2</version>
194193
</dependency>
195194
<dependency>
196195
<groupId>org.springframework.boot</groupId>
197196
<artifactId>spring-boot-starter-data-solr</artifactId>
198-
<version>1.1.0.BUILD-SNAPSHOT</version>
197+
<version>1.1.0.M2</version>
199198
</dependency>
200199
<dependency>
201200
<groupId>org.springframework.boot</groupId>
202201
<artifactId>spring-boot-starter-freemarker</artifactId>
203-
<version>1.1.0.BUILD-SNAPSHOT</version>
202+
<version>1.1.0.M2</version>
204203
</dependency>
205204
<dependency>
206205
<groupId>org.springframework.boot</groupId>
207206
<artifactId>spring-boot-starter-integration</artifactId>
208-
<version>1.1.0.BUILD-SNAPSHOT</version>
207+
<version>1.1.0.M2</version>
209208
</dependency>
210209
<dependency>
211210
<groupId>org.springframework.boot</groupId>
212211
<artifactId>spring-boot-starter-jdbc</artifactId>
213-
<version>1.1.0.BUILD-SNAPSHOT</version>
212+
<version>1.1.0.M2</version>
214213
</dependency>
215214
<dependency>
216215
<groupId>org.springframework.boot</groupId>
217216
<artifactId>spring-boot-starter-jetty</artifactId>
218-
<version>1.1.0.BUILD-SNAPSHOT</version>
217+
<version>1.1.0.M2</version>
219218
</dependency>
220219
<dependency>
221220
<groupId>org.springframework.boot</groupId>
222221
<artifactId>spring-boot-starter-log4j</artifactId>
223-
<version>1.1.0.BUILD-SNAPSHOT</version>
222+
<version>1.1.0.M2</version>
224223
</dependency>
225224
<dependency>
226225
<groupId>org.springframework.boot</groupId>
227226
<artifactId>spring-boot-starter-logging</artifactId>
228-
<version>1.1.0.BUILD-SNAPSHOT</version>
227+
<version>1.1.0.M2</version>
229228
</dependency>
230229
<dependency>
231230
<groupId>org.springframework.boot</groupId>
232231
<artifactId>spring-boot-starter-mobile</artifactId>
233-
<version>1.1.0.BUILD-SNAPSHOT</version>
232+
<version>1.1.0.M2</version>
234233
</dependency>
235234
<dependency>
236235
<groupId>org.springframework.boot</groupId>
237236
<artifactId>spring-boot-starter-redis</artifactId>
238-
<version>1.1.0.BUILD-SNAPSHOT</version>
237+
<version>1.1.0.M2</version>
239238
</dependency>
240239
<dependency>
241240
<groupId>org.springframework.boot</groupId>
242241
<artifactId>spring-boot-starter-remote-shell</artifactId>
243-
<version>1.1.0.BUILD-SNAPSHOT</version>
242+
<version>1.1.0.M2</version>
244243
</dependency>
245244
<dependency>
246245
<groupId>org.springframework.boot</groupId>
247246
<artifactId>spring-boot-starter-security</artifactId>
248-
<version>1.1.0.BUILD-SNAPSHOT</version>
247+
<version>1.1.0.M2</version>
249248
</dependency>
250249
<dependency>
251250
<groupId>org.springframework.boot</groupId>
252251
<artifactId>spring-boot-starter-test</artifactId>
253-
<version>1.1.0.BUILD-SNAPSHOT</version>
252+
<version>1.1.0.M2</version>
254253
</dependency>
255254
<dependency>
256255
<groupId>org.springframework.boot</groupId>
257256
<artifactId>spring-boot-starter-thymeleaf</artifactId>
258-
<version>1.1.0.BUILD-SNAPSHOT</version>
257+
<version>1.1.0.M2</version>
259258
</dependency>
260259
<dependency>
261260
<groupId>org.springframework.boot</groupId>
262261
<artifactId>spring-boot-starter-tomcat</artifactId>
263-
<version>1.1.0.BUILD-SNAPSHOT</version>
262+
<version>1.1.0.M2</version>
264263
</dependency>
265264
<dependency>
266265
<groupId>org.springframework.boot</groupId>
267266
<artifactId>spring-boot-starter-velocity</artifactId>
268-
<version>${spring-boot.version}</version>
267+
<version>1.1.0.M2</version>
269268
</dependency>
270269
<dependency>
271270
<groupId>org.springframework.boot</groupId>
272271
<artifactId>spring-boot-starter-web</artifactId>
273-
<version>1.1.0.BUILD-SNAPSHOT</version>
272+
<version>1.1.0.M2</version>
274273
</dependency>
275274
<dependency>
276275
<groupId>org.springframework.boot</groupId>
277276
<artifactId>spring-boot-starter-websocket</artifactId>
278-
<version>1.1.0.BUILD-SNAPSHOT</version>
277+
<version>1.1.0.M2</version>
279278
</dependency>
280279

281280
<!-- Third Party -->
@@ -1124,4 +1123,4 @@
11241123
</plugins>
11251124
</pluginManagement>
11261125
</build>
1127-
</project>
1126+
</project>

spring-boot-docs/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.BUILD-SNAPSHOT</version>
7+
<version>1.1.0.M2</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-docs</artifactId>

spring-boot-full-build/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.BUILD-SNAPSHOT</version>
6+
<version>1.1.0.M2</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

Lines changed: 1 addition & 1 deletion
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.0.BUILD-SNAPSHOT</version>
7+
<version>1.1.0.M2</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-integration-tests</artifactId>

spring-boot-parent/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.BUILD-SNAPSHOT</version>
7+
<version>1.1.0.M2</version>
88
<relativePath>../spring-boot-dependencies</relativePath>
99
</parent>
1010
<artifactId>spring-boot-parent</artifactId>

spring-boot-samples/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.BUILD-SNAPSHOT</version>
7+
<version>1.1.0.M2</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

Lines changed: 1 addition & 1 deletion
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.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.0.M2</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

Lines changed: 1 addition & 1 deletion
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.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.0.M2</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

Lines changed: 1 addition & 1 deletion
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.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.0.M2</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

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

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

Lines changed: 1 addition & 1 deletion
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.0.BUILD-SNAPSHOT" />
8+
<property name="spring-boot.version" value="1.1.0.M2" />
99
<property name="start-class" value="org.springframework.boot.sample.actuator.SampleActuatorApplication" />
1010

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

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

Lines changed: 1 addition & 1 deletion
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.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.0.M2</version>
99
</parent>
1010
<artifactId>spring-boot-sample-actuator</artifactId>
1111
<name>Spring Boot Actuator Sample</name>

spring-boot-samples/spring-boot-sample-amqp/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.0.M2</version>
99
</parent>
1010
<artifactId>spring-boot-sample-amqp</artifactId>
1111
<name>Spring Boot AMQP Sample</name>

spring-boot-samples/spring-boot-sample-aop/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.BUILD-SNAPSHOT</version>
8+
<version>1.1.0.M2</version>
99
</parent>
1010
<artifactId>spring-boot-sample-aop</artifactId>
1111
<name>Spring Boot AOP Sample</name>

0 commit comments

Comments
 (0)