File tree Expand file tree Collapse file tree 10 files changed +10
-10
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 +10
-10
lines changed Original file line number Diff line number Diff line change 24142414 <plugin >
24152415 <groupId >org.springframework.boot</groupId >
24162416 <artifactId >spring-boot-maven-plugin</artifactId >
2417- <version >1.5.0 .BUILD-SNAPSHOT</version >
2417+ <version >1.5.1 .BUILD-SNAPSHOT</version >
24182418 </plugin >
24192419 <plugin >
24202420 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- springBootVersion = ' 1.5.0 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.5.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 1111 actual jars). Run with '$ java -jar target/*.jar'.
1212 </description >
1313
14- <property name =" spring-boot.version" value =" 1.5.0 .BUILD-SNAPSHOT" />
14+ <property name =" spring-boot.version" value =" 1.5.1 .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 8585 <dependency >
8686 <groupId >org.springframework.boot</groupId >
8787 <artifactId >spring-boot-antlib</artifactId >
88- <version >1.5.0 .BUILD-SNAPSHOT</version >
88+ <version >1.5.1 .BUILD-SNAPSHOT</version >
8989 </dependency >
9090 </dependencies >
9191 </plugin >
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- springBootVersion = ' 1.5.0 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.5.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.5.0 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.5.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.5.0 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.5.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.5.0 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.5.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.5.0 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.5.1 .BUILD-SNAPSHOT'
44 springLoadedVersion = ' 1.2.4.RELEASE'
55 }
66 repositories {
Original file line number Diff line number Diff line change 170170 <dependency >
171171 <groupId >org.springframework.boot</groupId >
172172 <artifactId >spring-boot-maven-plugin</artifactId >
173- <version >1.5.0 .BUILD-SNAPSHOT</version >
173+ <version >1.5.1 .BUILD-SNAPSHOT</version >
174174 </dependency >
175175 </dependencies >
176176 <configuration >
You can’t perform that action at this time.
0 commit comments