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

* pr/3807:
  Polish
  Fix springloaded version
This commit is contained in:
Stephane Nicoll 2015-08-22 08:41:55 +02:00
commit 69fcae6b44
4 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -1,7 +1,7 @@
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

2
spring-boot-samples/spring-boot-sample-web-ui/pom.xml Normal file → Executable file
View File

@ -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>