DATAREST-459 - Prepare 2.2.2.RELEASE (Evans SR2).

This commit is contained in:
Oliver Gierke
2015-01-28 11:24:13 +01:00
parent 9f2682150f
commit 54fe5f1414
2 changed files with 10 additions and 10 deletions

16
pom.xml
View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.5.2.BUILD-SNAPSHOT</version>
<version>1.5.2.RELEASE</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.9.2.BUILD-SNAPSHOT</springdata.commons>
<springdata.jpa>1.7.1.RELEASE</springdata.jpa>
<springdata.mongodb>1.6.1.RELEASE</springdata.mongodb>
<springdata.neo4j>3.2.1.RELEASE</springdata.neo4j>
<springdata.gemfire>1.5.1.RELEASE</springdata.gemfire>
<springdata.commons>1.9.2.RELEASE</springdata.commons>
<springdata.jpa>1.7.2.RELEASE</springdata.jpa>
<springdata.mongodb>1.6.2.RELEASE</springdata.mongodb>
<springdata.neo4j>3.2.2.RELEASE</springdata.neo4j>
<springdata.gemfire>1.5.2.RELEASE</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-release</id>
<url>http://repo.spring.io/libs-release</url>
</repository>
</repositories>

View File

@@ -1,5 +1,5 @@
Spring Data REST 2.2.1
Copyright (c) 2012-2014 Pivotal Software, Inc.
Spring Data REST 2.2.2
Copyright (c) 2012-2015 Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0
(the "License"). You may not use this product except in compliance with