Skip to content

Commit c1329cb

Browse files
committedJan 4, 2013
Adaption to Neo4j 1.8.1.
1 parent 760ba1f commit c1329cb

File tree

106 files changed

+117
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+117
-108
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<properties>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<slf4j.version>1.6.1</slf4j.version>
19-
<neo4j.version>1.8</neo4j.version>
19+
<neo4j.version>1.8.1</neo4j.version>
2020
<jersey.version>1.4</jersey.version>
2121
<blueprints.version>1.2</blueprints.version>
2222
<gremlin.version>1.5</gremlin.version>

‎src/main/java/org/neo4j/rest/graphdb/AbstractRemoteDatabase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2002-2012 "Neo Technology,"
2+
* Copyright (c) 2002-2013 "Neo Technology,"
33
* Network Engine for Objects in Lund AB [http://neotechnology.com]
44
*
55
* This file is part of Neo4j.

0 commit comments

Comments
 (0)
Please sign in to comment.