Neo4j 1.2.M02 is out



In following our new bi-weekly release schedule, today we have released Neo4j 1.2.M02. It’s been a productive couple of weeks, and the biggest change for our users is the new integrated index API, with Lucene as the default implementation.

Update your maven pom dependencies to:

<project>
...
<dependencies>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j</artifactId>
<version>1.2.M02</version>
<type>pom</type>
</dependency>
...
</dependencies>
...
</project>


Read more here

Happy hacking

Andrés


Want to learn more about graph databases? Click below to get your free copy of O’Reilly’s Graph Databases ebook and discover how to use graph technologies for your application today.

Download My Ebook