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
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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<groupId >org.springframework.boot</groupId >
5
4
<artifactId >spring-boot-dependencies</artifactId >
45
44
</developers >
46
45
<properties >
47
46
<!-- Spring Boot -->
48
- <spring-boot .version>1.3.6 .BUILD-SNAPSHOT</spring-boot .version>
47
+ <spring-boot .version>1.3.7 .BUILD-SNAPSHOT</spring-boot .version>
49
48
<!-- Third Party -->
50
49
<activemq .version>5.12.3</activemq .version>
51
50
<antlr2 .version>2.7.7</antlr2 .version>
2241
2240
<id >integration-test</id >
2242
2241
</profile >
2243
2242
</profiles >
2244
- </project >
2243
+ </project >
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springBootVersion = ' 1.3.6 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.3.7 .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.3.6 .BUILD-SNAPSHOT" />
14
+ <property name =" spring-boot.version" value =" 1.3.7 .BUILD-SNAPSHOT" />
15
15
<property name =" lib.dir" location =" ${ basedir } /target/lib" />
16
16
17
17
<target name =" resolve" description =" --> retrieve dependencies with ivy" >
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springBootVersion = ' 1.3.6 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.3.7 .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.3.6 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.3.7 .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.3.6 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.3.7 .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.3.6 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.3.7 .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.3.6 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.3.7 .BUILD-SNAPSHOT'
4
4
springLoadedVersion = ' 1.2.4.RELEASE'
5
5
}
6
6
repositories {
You can’t perform that action at this time.
0 commit comments