DATAREST-913 - Prepare 2.4.6 (Gosling SR6).
This commit is contained in:
24
pom.xml
24
pom.xml
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
@@ -13,8 +13,8 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.7.5.RELEASE</version>
|
||||
<relativePath />
|
||||
<version>1.7.6.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.5.RELEASE</springdata.commons>
|
||||
<springdata.jpa>1.9.5.RELEASE</springdata.jpa>
|
||||
<springdata.mongodb>1.8.5.RELEASE</springdata.mongodb>
|
||||
<springdata.neo4j>3.4.5.RELEASE</springdata.neo4j>
|
||||
<springdata.gemfire>1.7.5.RELEASE</springdata.gemfire>
|
||||
<springdata.solr>1.5.5.RELEASE</springdata.solr>
|
||||
<springdata.cassandra>1.3.5.RELEASE</springdata.cassandra>
|
||||
<springdata.commons>1.11.6.RELEASE</springdata.commons>
|
||||
<springdata.jpa>1.9.6.RELEASE</springdata.jpa>
|
||||
<springdata.mongodb>1.8.6.RELEASE</springdata.mongodb>
|
||||
<springdata.neo4j>3.4.6.RELEASE</springdata.neo4j>
|
||||
<springdata.gemfire>1.7.6.RELEASE</springdata.gemfire>
|
||||
<springdata.solr>1.5.6.RELEASE</springdata.solr>
|
||||
<springdata.cassandra>1.3.6.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.5
|
||||
Spring Data REST 2.4.6
|
||||
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