File tree Expand file tree Collapse file tree 8 files changed +10
-11
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 Expand file tree Collapse file tree 8 files changed +10
-11
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.3.7 .BUILD-SNAPSHOT</spring-boot .version>
47+ <spring-boot .version>1.3.8 .BUILD-SNAPSHOT</spring-boot .version>
4948 <!-- Third Party -->
5049 <activemq .version>5.12.3</activemq .version>
5150 <antlr2 .version>2.7.7</antlr2 .version>
22402239 <id >integration-test</id >
22412240 </profile >
22422241 </profiles >
2243- </project >
2242+ </project >
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- springBootVersion = ' 1.3.7 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.3.8 .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.3.7 .BUILD-SNAPSHOT" />
14+ <property name =" spring-boot.version" value =" 1.3.8 .BUILD-SNAPSHOT" />
1515 <property name =" lib.dir" location =" ${ basedir } /target/lib" />
1616
1717 <target name =" resolve" description =" --> retrieve dependencies with ivy" >
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- springBootVersion = ' 1.3.7 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.3.8 .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.3.7 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.3.8 .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.3.7 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.3.8 .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.3.7 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.3.8 .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.3.7 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.3.8 .BUILD-SNAPSHOT'
44 springLoadedVersion = ' 1.2.4.RELEASE'
55 }
66 repositories {
You can’t perform that action at this time.
0 commit comments