Merge pull request #3807 from htynkn/fix-sample-dependency
* pr/3807: Polish Fix springloaded version
This commit is contained in:
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>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
buildscript {
|
||||
ext {
|
||||
springBootVersion = '1.3.0.BUILD-SNAPSHOT'
|
||||
springLoadedVersion = '1.2.0.RELEASE'
|
||||
springLoadedVersion = '1.2.4.RELEASE'
|
||||
}
|
||||
repositories {
|
||||
// NOTE: You should declare only repositories that you need here
|
||||
|
||||
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