Commit 4fb6e7ec authored by Dave Syer's avatar Dave Syer

Fix versions and repository declarations

Fixes gh-606
parent 34cbe1e6
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.1.BUILD-SNAPSHOT</version> <version>1.1.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-data-gemfire</artifactId> <artifactId>spring-boot-sample-data-gemfire</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.1.BUILD-SNAPSHOT</version> <version>1.1.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-data-gemfire</artifactId> <artifactId>spring-boot-starter-data-gemfire</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
</dependencies> </dependencies>
<repositories> <repositories>
<repository> <repository>
<id>spring-plugins</id> <id>repo.spring.io</id>
<url>http://repo.spring.io/plugins-release</url> <url>http://repo.spring.io/libs-release</url>
<releases> <releases>
<enabled>true</enabled> <enabled>true</enabled>
</releases> </releases>
......
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-gemfire</artifactId> <artifactId>spring-boot-starter-data-gemfire</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>${spring-boot.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
......
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