Commit 69fcae6b authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #3807 from htynkn/fix-sample-dependency

* pr/3807:
  Polish
  Fix springloaded version
parents ff8a4d0f 1dfa1fc3
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>springloaded</artifactId> <artifactId>springloaded</artifactId>
<version>1.2.0.RELEASE</version> <version>${spring-loaded.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </plugin>
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>springloaded</artifactId> <artifactId>springloaded</artifactId>
<version>1.2.0.RELEASE</version> <version>${spring-loaded.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </plugin>
......
buildscript { buildscript {
ext { ext {
springBootVersion = '1.3.0.BUILD-SNAPSHOT' springBootVersion = '1.3.0.BUILD-SNAPSHOT'
springLoadedVersion = '1.2.0.RELEASE' springLoadedVersion = '1.2.4.RELEASE'
} }
repositories { repositories {
// NOTE: You should declare only repositories that you need here // NOTE: You should declare only repositories that you need here
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>springloaded</artifactId> <artifactId>springloaded</artifactId>
<version>1.2.0.RELEASE</version> <version>${spring-loaded.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </plugin>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment