File tree 3 files changed +4
-8
lines changed
spring-boot-samples/spring-boot-sample-ant
spring-boot-starters/spring-boot-starter-parent
3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 43
43
</developer >
44
44
</developers >
45
45
<properties >
46
- <!-- Spring Boot -->
47
- <spring-boot .version>1.4.0.BUILD-SNAPSHOT</spring-boot .version>
48
- <!-- Third Party -->
49
46
<activemq .version>5.12.2</activemq .version>
50
47
<antlr2 .version>2.7.7</antlr2 .version>
51
48
<artemis .version>1.1.0</artemis .version>
2009
2006
<plugin >
2010
2007
<groupId >org.springframework.boot</groupId >
2011
2008
<artifactId >spring-boot-maven-plugin</artifactId >
2012
- <version >${spring-boot.version} </version >
2009
+ <version >1.4.0.BUILD-SNAPSHOT </version >
2013
2010
</plugin >
2014
2011
<plugin >
2015
2012
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 36
36
<dependency >
37
37
<groupId >org.springframework.boot</groupId >
38
38
<artifactId >spring-boot-antlib</artifactId >
39
- <version >1.3.3 .BUILD-SNAPSHOT</version >
39
+ <version >1.4.0 .BUILD-SNAPSHOT</version >
40
40
</dependency >
41
41
</dependencies >
42
42
<build >
83
83
<dependency >
84
84
<groupId >org.springframework.boot</groupId >
85
85
<artifactId >spring-boot-antlib</artifactId >
86
- <version >${spring-boot.version} </version >
86
+ <version >1.4.0.BUILD-SNAPSHOT </version >
87
87
</dependency >
88
88
</dependencies >
89
89
</plugin >
Original file line number Diff line number Diff line change 151
151
<plugin >
152
152
<groupId >org.springframework.boot</groupId >
153
153
<artifactId >spring-boot-maven-plugin</artifactId >
154
- <version >${spring-boot.version} </version >
155
154
<executions >
156
155
<execution >
157
156
<goals >
171
170
<dependency >
172
171
<groupId >org.springframework.boot</groupId >
173
172
<artifactId >spring-boot-maven-plugin</artifactId >
174
- <version >${spring-boot.version} </version >
173
+ <version >1.4.0.BUILD-SNAPSHOT </version >
175
174
</dependency >
176
175
</dependencies >
177
176
<configuration >
You can’t perform that action at this time.
0 commit comments