DATAREST-731 - Prepare 2.4.2.RELEASE (Gosling SR2).
This commit is contained in:
committed by
Oliver Gierke
parent
9d977a8c8c
commit
f5b088d311
22
pom.xml
22
pom.xml
@@ -13,8 +13,8 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.7.2.BUILD-SNAPSHOT</version>
|
||||
<relativePath />
|
||||
<version>1.7.2.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
@@ -28,13 +28,13 @@
|
||||
<project.type>multi</project.type>
|
||||
<dist.id>spring-data-rest</dist.id>
|
||||
|
||||
<springdata.commons>1.11.2.BUILD-SNAPSHOT</springdata.commons>
|
||||
<springdata.jpa>1.9.2.BUILD-SNAPSHOT</springdata.jpa>
|
||||
<springdata.mongodb>1.8.2.BUILD-SNAPSHOT</springdata.mongodb>
|
||||
<springdata.neo4j>3.4.2.BUILD-SNAPSHOT</springdata.neo4j>
|
||||
<springdata.gemfire>1.7.2.BUILD-SNAPSHOT</springdata.gemfire>
|
||||
<springdata.solr>1.5.2.BUILD-SNAPSHOT</springdata.solr>
|
||||
<springdata.cassandra>1.3.2.BUILD-SNAPSHOT</springdata.cassandra>
|
||||
<springdata.commons>1.11.2.RELEASE</springdata.commons>
|
||||
<springdata.jpa>1.9.2.RELEASE</springdata.jpa>
|
||||
<springdata.mongodb>1.8.2.RELEASE</springdata.mongodb>
|
||||
<springdata.neo4j>3.4.2.RELEASE</springdata.neo4j>
|
||||
<springdata.gemfire>1.7.2.RELEASE</springdata.gemfire>
|
||||
<springdata.solr>1.5.2.RELEASE</springdata.solr>
|
||||
<springdata.cassandra>1.3.2.RELEASE</springdata.cassandra>
|
||||
|
||||
<hibernate.version>4.3.10.Final</hibernate.version>
|
||||
|
||||
@@ -162,8 +162,8 @@
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-libs-snapshot</id>
|
||||
<url>https://repo.spring.io/libs-snapshot</url>
|
||||
<id>spring-libs-release</id>
|
||||
<url>https://repo.spring.io/libs-release</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Spring Data REST 2.4.1
|
||||
Spring Data REST 2.4.2
|
||||
Copyright (c) 2012-2015 Pivotal Software, Inc.
|
||||
|
||||
This product is licensed to you under the Apache License, Version 2.0
|
||||
|
||||
Reference in New Issue
Block a user