File tree 10 files changed +19
-22
lines changed
spring-boot-sample-actuator
spring-boot-sample-logback
spring-boot-sample-profile
spring-boot-sample-simple
spring-boot-sample-web-static
spring-boot-sample-web-ui
spring-boot-starters/spring-boot-starter-parent
10 files changed +19
-22
lines changed Original file line number Diff line number Diff line change 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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<groupId >org.springframework.boot</groupId >
5
4
<artifactId >spring-boot-dependencies</artifactId >
2415
2414
<plugin >
2416
2415
<groupId >org.springframework.boot</groupId >
2417
2416
<artifactId >spring-boot-maven-plugin</artifactId >
2418
- <version >1.5.3 .BUILD-SNAPSHOT</version >
2417
+ <version >1.5.4 .BUILD-SNAPSHOT</version >
2419
2418
</plugin >
2420
2419
<plugin >
2421
2420
<groupId >org.apache.maven.plugins</groupId >
2636
2635
<id >integration-test</id >
2637
2636
</profile >
2638
2637
</profiles >
2639
- </project >
2638
+ </project >
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springBootVersion = ' 1.5.3 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.5.4 .BUILD-SNAPSHOT'
4
4
}
5
5
repositories {
6
6
// NOTE: You should declare only repositories that you need here
Original file line number Diff line number Diff line change 11
11
actual jars). Run with '$ java -jar target/*.jar'.
12
12
</description >
13
13
14
- <property name =" spring-boot.version" value =" 1.5.3 .BUILD-SNAPSHOT" />
14
+ <property name =" spring-boot.version" value =" 1.5.4 .BUILD-SNAPSHOT" />
15
15
<property name =" lib.dir" location =" ${ basedir } /target/lib" />
16
16
<property name =" start-class" value =" sample.ant.SampleAntApplication" />
17
17
Original file line number Diff line number Diff line change 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" >
3
2
<!-- This POM is just to trigger the Ant/Ivy sample from Maven and to test -->
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<parent >
62
61
<phase >package</phase >
63
62
<configuration >
64
63
<target >
65
- <property name =" build.compiler" value =" extJavac" />
66
- <ant dir =" ${basedir}" />
64
+ <property name =" build.compiler" value =" extJavac" />
65
+ <ant dir =" ${basedir}" />
67
66
</target >
68
67
</configuration >
69
68
<goals >
85
84
<dependency >
86
85
<groupId >org.springframework.boot</groupId >
87
86
<artifactId >spring-boot-antlib</artifactId >
88
- <version >1.5.3 .BUILD-SNAPSHOT</version >
87
+ <version >1.5.4 .BUILD-SNAPSHOT</version >
89
88
</dependency >
90
89
</dependencies >
91
90
</plugin >
103
102
</plugin >
104
103
</plugins >
105
104
</build >
106
- </project >
105
+ </project >
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springBootVersion = ' 1.5.3 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.5.4 .BUILD-SNAPSHOT'
4
4
}
5
5
repositories {
6
6
// NOTE: You should declare only repositories that you need here
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springBootVersion = ' 1.5.3 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.5.4 .BUILD-SNAPSHOT'
4
4
}
5
5
repositories {
6
6
// NOTE: You should declare only repositories that you need here
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springBootVersion = ' 1.5.3 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.5.4 .BUILD-SNAPSHOT'
4
4
}
5
5
repositories {
6
6
// NOTE: You should declare only repositories that you need here
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springBootVersion = ' 1.5.3 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.5.4 .BUILD-SNAPSHOT'
4
4
}
5
5
repositories {
6
6
// NOTE: You should declare only repositories that you need here
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springBootVersion = ' 1.5.3 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.5.4 .BUILD-SNAPSHOT'
4
4
springLoadedVersion = ' 1.2.4.RELEASE'
5
5
}
6
6
repositories {
Original file line number Diff line number Diff line change 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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<parent >
5
4
<groupId >org.springframework.boot</groupId >
172
171
<dependency >
173
172
<groupId >org.springframework.boot</groupId >
174
173
<artifactId >spring-boot-maven-plugin</artifactId >
175
- <version >1.5.3 .BUILD-SNAPSHOT</version >
174
+ <version >1.5.4 .BUILD-SNAPSHOT</version >
176
175
</dependency >
177
176
</dependencies >
178
177
<configuration >
206
205
<transformer implementation =" org.apache.maven.plugins.shade.resource.AppendingTransformer" >
207
206
<resource >META-INF/spring.schemas</resource >
208
207
</transformer >
209
- <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
208
+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
210
209
<transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
211
210
<mainClass >${start-class} </mainClass >
212
211
</transformer >
218
217
</plugins >
219
218
</pluginManagement >
220
219
</build >
221
- </project >
220
+ </project >
You can’t perform that action at this time.
0 commit comments