Skip to content

Commit 69fcae6

Browse files
committed
Merge pull request spring-projects#3807 from htynkn/fix-sample-dependency
* pr/3807: Polish Fix springloaded version
2 parents ff8a4d0 + 1dfa1fc commit 69fcae6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

spring-boot-samples/spring-boot-sample-data-jpa/pom.xml

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.springframework</groupId>
4949
<artifactId>springloaded</artifactId>
50-
<version>1.2.0.RELEASE</version>
50+
<version>${spring-loaded.version}</version>
5151
</dependency>
5252
</dependencies>
5353
</plugin>

spring-boot-samples/spring-boot-sample-web-groovy-templates/pom.xml

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.springframework</groupId>
4040
<artifactId>springloaded</artifactId>
41-
<version>1.2.0.RELEASE</version>
41+
<version>${spring-loaded.version}</version>
4242
</dependency>
4343
</dependencies>
4444
</plugin>

spring-boot-samples/spring-boot-sample-web-ui/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
ext {
33
springBootVersion = '1.3.0.BUILD-SNAPSHOT'
4-
springLoadedVersion = '1.2.0.RELEASE'
4+
springLoadedVersion = '1.2.4.RELEASE'
55
}
66
repositories {
77
// NOTE: You should declare only repositories that you need here

spring-boot-samples/spring-boot-sample-web-ui/pom.xml

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.springframework</groupId>
4040
<artifactId>springloaded</artifactId>
41-
<version>1.2.0.RELEASE</version>
41+
<version>${spring-loaded.version}</version>
4242
</dependency>
4343
</dependencies>
4444
</plugin>

0 commit comments

Comments
 (0)