Skip to content

Commit

Permalink
bumped to Neo4j 1.4.M03 and updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
okram committed Jun 9, 2011
1 parent 3695d93 commit 54ee6b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.textile
Expand Up @@ -26,6 +26,8 @@ h3. Version 0.8 (NOT OFFICIALLY RELEASED YET)
** Use of POST for REST Service Requests
** Better implementation URL encoding
* Change JSON library from json-simple to jettison to be more in line with the rest of the TinkerPop stack.
* A more robust implementation of the @TransactionalGraph@ implementation for @Neo4jGraph@, @OrientGraph@, and @SailGraph@.
* Bumped to Neo4j 1.4.M03

==<hr/>==

Expand Down
2 changes: 1 addition & 1 deletion blueprints-neo4j-graph/pom.xml
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j</artifactId>
<version>1.4.M02</version>
<version>1.4.M03</version>
<type>pom</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 54ee6b6

Please sign in to comment.