DATAGRAPH-986 - Prepare 4.1.10 (Hopper SR10).

This commit is contained in:
Oliver Gierke
2017-04-19 20:36:07 +02:00
parent 2b21b5c8b9
commit 1a046793fa
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.10.BUILD-SNAPSHOT</version>
<version>1.8.10.RELEASE</version>
</parent>
<modules>
@@ -24,7 +24,7 @@
<properties>
<project.type>multi</project.type>
<springdata.commons>1.12.10.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>1.12.10.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.9
Spring Data Neo4j 4.1.10
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").