DATAGRAPH-941 - Prepare 4.1.7 (Hopper SR7).

This commit is contained in:
Oliver Gierke
2017-01-26 11:33:07 +01:00
parent d2695cba0e
commit 8bdbed8148
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.8.7.BUILD-SNAPSHOT</version>
<version>1.8.7.RELEASE</version>
</parent>
<modules>
@@ -24,7 +24,7 @@
<properties>
<project.type>multi</project.type>
<springdata.commons>1.12.7.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>1.12.7.RELEASE</springdata.commons>
<source.level>1.7</source.level>
<commonslang.version>2.6</commonslang.version>
<bundlor.enabled>false</bundlor.enabled>
@@ -185,9 +185,9 @@
</repository>
<repository>
<id>spring-libs-snapshot</id>
<id>spring-libs-release</id>
<name>Spring</name>
<url>https://repo.spring.io/libs-snapshot</url>
<url>https://repo.spring.io/libs-release</url>
</repository>
</repositories>

View File

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