DATAGRAPH-963 - Prepare 4.1.8 (Hopper SR8).

This commit is contained in:
Oliver Gierke
2017-03-02 11:29:33 +01:00
parent 29fea30f73
commit 4e8924a0e7
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.8.BUILD-SNAPSHOT</version>
<version>1.8.8.RELEASE</version>
</parent>
<modules>
@@ -24,7 +24,7 @@
<properties>
<project.type>multi</project.type>
<springdata.commons>1.12.8.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>1.12.8.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.7
Spring Data Neo4j 4.1.8
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").