DATAREST-401 - Prepare 2.2.1.RELEASE (Evans SR1).
This commit is contained in:
24
pom.xml
24
pom.xml
@@ -13,7 +13,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.data.build</groupId>
|
<groupId>org.springframework.data.build</groupId>
|
||||||
<artifactId>spring-data-parent</artifactId>
|
<artifactId>spring-data-parent</artifactId>
|
||||||
<version>1.5.1.BUILD-SNAPSHOT</version>
|
<version>1.5.1.RELEASE</version>
|
||||||
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
|
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
@@ -27,11 +27,11 @@
|
|||||||
<project.type>multi</project.type>
|
<project.type>multi</project.type>
|
||||||
<dist.id>spring-data-rest</dist.id>
|
<dist.id>spring-data-rest</dist.id>
|
||||||
|
|
||||||
<springdata.commons>1.9.1.BUILD-SNAPSHOT</springdata.commons>
|
<springdata.commons>1.9.1.RELEASE</springdata.commons>
|
||||||
<springdata.jpa>1.7.1.BUILD-SNAPSHOT</springdata.jpa>
|
<springdata.jpa>1.7.1.RELEASE</springdata.jpa>
|
||||||
<springdata.mongodb>1.6.1.BUILD-SNAPSHOT</springdata.mongodb>
|
<springdata.mongodb>1.6.1.RELEASE</springdata.mongodb>
|
||||||
<springdata.neo4j>3.2.1.BUILD-SNAPSHOT</springdata.neo4j>
|
<springdata.neo4j>3.2.1.RELEASE</springdata.neo4j>
|
||||||
<springdata.gemfire>1.5.1.BUILD-SNAPSHOT</springdata.gemfire>
|
<springdata.gemfire>1.5.1.RELEASE</springdata.gemfire>
|
||||||
|
|
||||||
<hibernate.version>4.3.5.Final</hibernate.version>
|
<hibernate.version>4.3.5.Final</hibernate.version>
|
||||||
|
|
||||||
@@ -42,9 +42,9 @@
|
|||||||
<developer>
|
<developer>
|
||||||
<id>ogierke</id>
|
<id>ogierke</id>
|
||||||
<name>Oliver Gierke</name>
|
<name>Oliver Gierke</name>
|
||||||
<email>ogierke at gopivotal.com</email>
|
<email>ogierke at pivotal.io</email>
|
||||||
<organization>Pivotal</organization>
|
<organization>Pivotal</organization>
|
||||||
<organizationUrl>http://www.gopivotal.com</organizationUrl>
|
<organizationUrl>http://www.pivotal.io</organizationUrl>
|
||||||
<roles>
|
<roles>
|
||||||
<role>Project Lead</role>
|
<role>Project Lead</role>
|
||||||
</roles>
|
</roles>
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
<developer>
|
<developer>
|
||||||
<id>gturnquist</id>
|
<id>gturnquist</id>
|
||||||
<name>Greg Turnquist</name>
|
<name>Greg Turnquist</name>
|
||||||
<email>gturnquist at gopivotal.com</email>
|
<email>gturnquist at pivotal.io</email>
|
||||||
<organization>Pivotal</organization>
|
<organization>Pivotal</organization>
|
||||||
<organizationUrl>http://www.gopivotal.com</organizationUrl>
|
<organizationUrl>http://www.pivotal.io</organizationUrl>
|
||||||
<roles>
|
<roles>
|
||||||
<role>Developer</role>
|
<role>Developer</role>
|
||||||
</roles>
|
</roles>
|
||||||
@@ -143,8 +143,8 @@
|
|||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spring-libs-snapshot</id>
|
<id>spring-libs-release</id>
|
||||||
<url>http://repo.spring.io/libs-snapshot</url>
|
<url>http://repo.spring.io/libs-release</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Spring Data REST 2.2 GA
|
Spring Data REST 2.2.1
|
||||||
Copyright (c) 2012-2014 Pivotal Software, Inc.
|
Copyright (c) 2012-2014 Pivotal Software, Inc.
|
||||||
|
|
||||||
This product is licensed to you under the Apache License, Version 2.0
|
This product is licensed to you under the Apache License, Version 2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user