Fix springloaded version
Closes gh-3807
This commit is contained in:
committed by
Stephane Nicoll
parent
ff8a4d0f9d
commit
3b81152ddc
2
spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
Normal file → Executable file
2
spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
Normal file → Executable file
@@ -47,7 +47,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>springloaded</artifactId>
|
||||
<version>1.2.0.RELEASE</version>
|
||||
<version>${spring-loaded.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
|
||||
2
spring-boot-samples/spring-boot-sample-web-groovy-templates/pom.xml
Normal file → Executable file
2
spring-boot-samples/spring-boot-sample-web-groovy-templates/pom.xml
Normal file → Executable file
@@ -38,7 +38,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>springloaded</artifactId>
|
||||
<version>1.2.0.RELEASE</version>
|
||||
<version>${spring-loaded.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
|
||||
2
spring-boot-samples/spring-boot-sample-web-ui/pom.xml
Normal file → Executable file
2
spring-boot-samples/spring-boot-sample-web-ui/pom.xml
Normal file → Executable file
@@ -38,7 +38,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>springloaded</artifactId>
|
||||
<version>1.2.0.RELEASE</version>
|
||||
<version>${spring-loaded.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user