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" >
32 <modelVersion >4.0.0</modelVersion >
43 <groupId >org.springframework.boot</groupId >
54 <artifactId >spring-boot-dependencies</artifactId >
28072806 <plugin >
28082807 <groupId >org.springframework.boot</groupId >
28092808 <artifactId >spring-boot-maven-plugin</artifactId >
2810- <version >1.5.8 .BUILD-SNAPSHOT</version >
2809+ <version >1.5.9 .BUILD-SNAPSHOT</version >
28112810 </plugin >
28122811 <plugin >
28132812 <groupId >org.apache.maven.plugins</groupId >
30283027 <id >integration-test</id >
30293028 </profile >
30303029 </profiles >
3031- </project >
3030+ </project >
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- springBootVersion = ' 1.5.8 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.5.9 .BUILD-SNAPSHOT'
44 }
55 repositories {
66 // NOTE: You should declare only repositories that you need here
Original file line number Diff line number Diff line change 1111 actual jars). Run with '$ java -jar target/*.jar'.
1212 </description >
1313
14- <property name =" spring-boot.version" value =" 1.5.8 .BUILD-SNAPSHOT" />
14+ <property name =" spring-boot.version" value =" 1.5.9 .BUILD-SNAPSHOT" />
1515 <property name =" lib.dir" location =" ${ basedir } /target/lib" />
1616 <property name =" start-class" value =" sample.ant.SampleAntApplication" />
1717
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" >
32 <!-- This POM is just to trigger the Ant/Ivy sample from Maven and to test -->
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
6261 <phase >package</phase >
6362 <configuration >
6463 <target >
65- <property name =" build.compiler" value =" extJavac" />
66- <ant dir =" ${basedir}" />
64+ <property name =" build.compiler" value =" extJavac" />
65+ <ant dir =" ${basedir}" />
6766 </target >
6867 </configuration >
6968 <goals >
8584 <dependency >
8685 <groupId >org.springframework.boot</groupId >
8786 <artifactId >spring-boot-antlib</artifactId >
88- <version >1.5.8 .BUILD-SNAPSHOT</version >
87+ <version >1.5.9 .BUILD-SNAPSHOT</version >
8988 </dependency >
9089 </dependencies >
9190 </plugin >
103102 </plugin >
104103 </plugins >
105104 </build >
106- </project >
105+ </project >
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- springBootVersion = ' 1.5.8 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.5.9 .BUILD-SNAPSHOT'
44 }
55 repositories {
66 // NOTE: You should declare only repositories that you need here
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- springBootVersion = ' 1.5.8 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.5.9 .BUILD-SNAPSHOT'
44 }
55 repositories {
66 // NOTE: You should declare only repositories that you need here
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- springBootVersion = ' 1.5.8 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.5.9 .BUILD-SNAPSHOT'
44 }
55 repositories {
66 // NOTE: You should declare only repositories that you need here
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- springBootVersion = ' 1.5.8 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.5.9 .BUILD-SNAPSHOT'
44 }
55 repositories {
66 // NOTE: You should declare only repositories that you need here
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- springBootVersion = ' 1.5.8 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.5.9 .BUILD-SNAPSHOT'
44 springLoadedVersion = ' 1.2.4.RELEASE'
55 }
66 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" >
32 <modelVersion >4.0.0</modelVersion >
43 <parent >
54 <groupId >org.springframework.boot</groupId >
172171 <dependency >
173172 <groupId >org.springframework.boot</groupId >
174173 <artifactId >spring-boot-maven-plugin</artifactId >
175- <version >1.5.8 .BUILD-SNAPSHOT</version >
174+ <version >1.5.9 .BUILD-SNAPSHOT</version >
176175 </dependency >
177176 </dependencies >
178177 <configuration >
206205 <transformer implementation =" org.apache.maven.plugins.shade.resource.AppendingTransformer" >
207206 <resource >META-INF/spring.schemas</resource >
208207 </transformer >
209- <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
208+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
210209 <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
211210 <mainClass >${start-class} </mainClass >
212211 </transformer >
218217 </plugins >
219218 </pluginManagement >
220219 </build >
221- </project >
220+ </project >
You can’t perform that action at this time.
0 commit comments