Fix versions and repository declarations

Fixes gh-606
This commit is contained in:
Dave Syer
2014-04-28 08:22:28 +01:00
parent 34cbe1e60b
commit 4fb6e7ec42
3 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.1.BUILD-SNAPSHOT</version>
<version>1.1.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-sample-data-gemfire</artifactId>
<packaging>jar</packaging>