Skip to content

Commit

Permalink
upgrade to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Feb 14, 2014
1 parent 3778ee8 commit f7ce15d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<properties>
<neo4j.version>2.0.0</neo4j.version>
<neo4j.version>2.0.1</neo4j.version>
<neo4j.java.version>1.7</neo4j.java.version>
<neo4j.graphcollections.version>0.7.1-neo4j-2.0.0-SNAPSHOT</neo4j.graphcollections.version>
<neo4j.graphcollections.version>0.7.1-neo4j-2.0.1</neo4j.graphcollections.version>
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
<maven-gpg-plugin.version>1.4</maven-gpg-plugin.version>
<maven-resources-plugin.version>2.6</maven-resources-plugin.version>
Expand All @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-spatial</artifactId>
<groupId>org.neo4j</groupId>
<version>0.12-neo4j-2.0.0-SNAPSHOT</version>
<version>0.12-neo4j-2.0.1-SNAPSHOT</version>
<name>Neo4j - Spatial Components</name>
<description>Spatial utilities and components for Neo4j</description>
<url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>
Expand Down

0 comments on commit f7ce15d

Please sign in to comment.