DATAREST-418 - Prepare 2.3.0.M1 (Fowler M1).
This commit is contained in:
16
pom.xml
16
pom.xml
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.6.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.6.0.M1</version>
|
||||
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -27,11 +27,11 @@
|
||||
<project.type>multi</project.type>
|
||||
<dist.id>spring-data-rest</dist.id>
|
||||
|
||||
<springdata.commons>1.10.0.BUILD-SNAPSHOT</springdata.commons>
|
||||
<springdata.jpa>1.8.0.BUILD-SNAPSHOT</springdata.jpa>
|
||||
<springdata.mongodb>1.7.0.BUILD-SNAPSHOT</springdata.mongodb>
|
||||
<springdata.neo4j>3.3.0.BUILD-SNAPSHOT</springdata.neo4j>
|
||||
<springdata.gemfire>1.6.0.BUILD-SNAPSHOT</springdata.gemfire>
|
||||
<springdata.commons>1.10.0.M1</springdata.commons>
|
||||
<springdata.jpa>1.8.0.M1</springdata.jpa>
|
||||
<springdata.mongodb>1.7.0.M1</springdata.mongodb>
|
||||
<springdata.neo4j>3.3.0.M1</springdata.neo4j>
|
||||
<springdata.gemfire>1.6.0.M1</springdata.gemfire>
|
||||
|
||||
<hibernate.version>4.3.5.Final</hibernate.version>
|
||||
|
||||
@@ -143,8 +143,8 @@
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-libs-snapshot</id>
|
||||
<url>http://repo.spring.io/libs-snapshot</url>
|
||||
<id>spring-libs-milestone</id>
|
||||
<url>http://repo.spring.io/libs-milestone</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Spring Data REST 2.2 GA
|
||||
Spring Data REST 2.3 M1
|
||||
Copyright (c) 2012-2014 Pivotal Software, Inc.
|
||||
|
||||
This product is licensed to you under the Apache License, Version 2.0
|
||||
|
||||
Reference in New Issue
Block a user