File tree 4 files changed +4
-4
lines changed
spring-boot-sample-data-jpa
spring-boot-sample-web-groovy-templates
spring-boot-sample-web-ui
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 47
47
<dependency >
48
48
<groupId >org.springframework</groupId >
49
49
<artifactId >springloaded</artifactId >
50
- <version >1.2.0.RELEASE </version >
50
+ <version >${spring-loaded.version} </version >
51
51
</dependency >
52
52
</dependencies >
53
53
</plugin >
Original file line number Diff line number Diff line change 38
38
<dependency >
39
39
<groupId >org.springframework</groupId >
40
40
<artifactId >springloaded</artifactId >
41
- <version >1.2.0.RELEASE </version >
41
+ <version >${spring-loaded.version} </version >
42
42
</dependency >
43
43
</dependencies >
44
44
</plugin >
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
3
springBootVersion = ' 1.3.0.BUILD-SNAPSHOT'
4
- springLoadedVersion = ' 1.2.0 .RELEASE'
4
+ springLoadedVersion = ' 1.2.4 .RELEASE'
5
5
}
6
6
repositories {
7
7
// NOTE: You should declare only repositories that you need here
Original file line number Diff line number Diff line change 38
38
<dependency >
39
39
<groupId >org.springframework</groupId >
40
40
<artifactId >springloaded</artifactId >
41
- <version >1.2.0.RELEASE </version >
41
+ <version >${spring-loaded.version} </version >
42
42
</dependency >
43
43
</dependencies >
44
44
</plugin >
You can’t perform that action at this time.
0 commit comments