DATAGRAPH-725 - Prepare 3.4.0.RC1 (Gosling RC1).

This commit is contained in:
Oliver Gierke
2015-08-04 11:48:43 +02:00
committed by Oliver Gierke
parent 905e6936b1
commit d9153d4c5e
2 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.7.0.BUILD-SNAPSHOT</version>
<version>1.7.0.RC1</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>
@@ -32,7 +32,7 @@
<properties>
<project.type>multi</project.type>
<dist.id>spring-data-neo4j</dist.id>
<springdata.commons>1.11.0.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>1.11.0.RC1</springdata.commons>
<!-- Neo4j 2.0 now requires JDK 7 as a min -->
<source.level>1.7</source.level>
@@ -188,9 +188,9 @@
</dependencies>
<repositories>
<repository>
<id>spring-libs-snapshot</id>
<id>spring-libs-milestone</id>
<name>Spring</name>
<url>https://repo.spring.io/libs-snapshot</url>
<url>https://repo.spring.io/libs-milestone</url>
</repository>
<repository>
<id>neo4j</id>

View File

@@ -1,4 +1,4 @@
Spring Data Neo4j 3.4 M1
Spring Data Neo4j 3.4 RC1
Copyright (c) [2011-2015] Pivotal Software, Inc. / Neo Technologies, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").