File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 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 >
2449
2448
<plugin >
2450
2449
<groupId >org.springframework.boot</groupId >
2451
2450
<artifactId >spring-boot-maven-plugin</artifactId >
2452
- <version >1.4.2 .BUILD-SNAPSHOT</version >
2451
+ <version >1.4.3 .BUILD-SNAPSHOT</version >
2453
2452
</plugin >
2454
2453
<plugin >
2455
2454
<groupId >org.apache.maven.plugins</groupId >
2660
2659
<id >integration-test</id >
2661
2660
</profile >
2662
2661
</profiles >
2663
- </project >
2662
+ </project >
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springBootVersion = ' 1.4.2 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.4.3 .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.4.2 .BUILD-SNAPSHOT" />
14
+ <property name =" spring-boot.version" value =" 1.4.3 .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 >
60
59
<phase >package</phase >
61
60
<configuration >
62
61
<target >
63
- <property name =" build.compiler" value =" extJavac" />
64
- <ant dir =" ${basedir}" />
62
+ <property name =" build.compiler" value =" extJavac" />
63
+ <ant dir =" ${basedir}" />
65
64
</target >
66
65
</configuration >
67
66
<goals >
83
82
<dependency >
84
83
<groupId >org.springframework.boot</groupId >
85
84
<artifactId >spring-boot-antlib</artifactId >
86
- <version >1.4.2 .BUILD-SNAPSHOT</version >
85
+ <version >1.4.3 .BUILD-SNAPSHOT</version >
87
86
</dependency >
88
87
</dependencies >
89
88
</plugin >
101
100
</plugin >
102
101
</plugins >
103
102
</build >
104
- </project >
103
+ </project >
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springBootVersion = ' 1.4.2 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.4.3 .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.4.2 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.4.3 .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.4.2 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.4.3 .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.4.2 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.4.3 .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.4.2 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.4.3 .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 >
171
170
<dependency >
172
171
<groupId >org.springframework.boot</groupId >
173
172
<artifactId >spring-boot-maven-plugin</artifactId >
174
- <version >1.4.2 .BUILD-SNAPSHOT</version >
173
+ <version >1.4.3 .BUILD-SNAPSHOT</version >
175
174
</dependency >
176
175
</dependencies >
177
176
<configuration >
205
204
<transformer implementation =" org.apache.maven.plugins.shade.resource.AppendingTransformer" >
206
205
<resource >META-INF/spring.schemas</resource >
207
206
</transformer >
208
- <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
207
+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
209
208
<transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
210
209
<mainClass >${start-class} </mainClass >
211
210
</transformer >
217
216
</plugins >
218
217
</pluginManagement >
219
218
</build >
220
- </project >
219
+ </project >
You can’t perform that action at this time.
0 commit comments