File tree 7 files changed +9
-10
lines changed
spring-boot-sample-actuator
spring-boot-sample-profile
spring-boot-sample-simple
spring-boot-sample-web-static
spring-boot-sample-web-ui
7 files changed +9
-10
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.2.2 .BUILD-SNAPSHOT</spring-boot .version>
47
+ <spring-boot .version>1.2.3 .BUILD-SNAPSHOT</spring-boot .version>
49
48
<!-- Third Party -->
50
49
<activemq .version>5.10.1</activemq .version>
51
50
<aspectj .version>1.8.5</aspectj .version>
1681
1680
<id >integration-test</id >
1682
1681
</profile >
1683
1682
</profiles >
1684
- </project >
1683
+ </project >
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springBootVersion = ' 1.2.2 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.2.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 5
5
'$ ant -lib ivy-2.2.jar' (substitute the location of your actual ivy jar). Run with '$ java -jar target/*.jar'.
6
6
</description >
7
7
8
- <property name =" spring-boot.version" value =" 1.2.2 .BUILD-SNAPSHOT" />
8
+ <property name =" spring-boot.version" value =" 1.2.3 .BUILD-SNAPSHOT" />
9
9
<property name =" start-class" value =" org.springframework.boot.sample.actuator.SampleActuatorApplication" />
10
10
11
11
<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.2.2 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.2.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.2.2 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.2.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.2.2 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.2.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.2.2 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.2.3 .BUILD-SNAPSHOT'
4
4
springLoadedVersion = ' 1.2.0.RELEASE'
5
5
}
6
6
repositories {
You can’t perform that action at this time.
0 commit comments