File tree Expand file tree Collapse file tree 6 files changed +8
-9
lines changed
spring-boot-sample-actuator
spring-boot-sample-simple
spring-boot-sample-web-static
spring-boot-sample-web-ui Expand file tree Collapse file tree 6 files changed +8
-9
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 >
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.1 .BUILD-SNAPSHOT</spring-boot .version>
4948 <!-- Third Party -->
5049 <activemq .version>5.9.1</activemq .version>
5150 <aspectj .version>1.8.0</aspectj .version>
12841283 </plugins >
12851284 </pluginManagement >
12861285 </build >
1287- </project >
1286+ </project >
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- springBootVersion = ' 1.1.0 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.1.1 .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 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.1 .BUILD-SNAPSHOT" />
99 <property name =" start-class" value =" org.springframework.boot.sample.actuator.SampleActuatorApplication" />
1010
1111 <target name =" resolve" description =" --> retrieve dependencies with ivy" >
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- springBootVersion = ' 1.1.0 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.1.1 .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.1.0 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.1.1 .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.1.0 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.1.1 .BUILD-SNAPSHOT'
44 springLoadedVersion = ' 1.2.0.RELEASE'
55 }
66 repositories {
You can’t perform that action at this time.
0 commit comments