Skip to content

Commit

Permalink
preparation for milestone release - neo4j 1.8.M06, graph collections …
Browse files Browse the repository at this point in the history
…0.4.M01
  • Loading branch information
jexp committed Aug 2, 2012
1 parent f3e8ba2 commit afdb78f
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?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>1.7</neo4j.version>
<neo4j.graphcollections.version>0.3</neo4j.graphcollections.version>
<neo4j.version>1.8.M06</neo4j.version>
<neo4j.graphcollections.version>0.4.M01</neo4j.graphcollections.version>
<geotools.version>8.0-M4</geotools.version>
<spatial.test.osm.version>20100819</spatial.test.osm.version>
<spatial.test.shp.version>20100819</spatial.test.shp.version>
<bundle.namespace>org.neo4j.gis</bundle.namespace>
<blueprints.version>1.1</blueprints.version>
<gremlin.version>1.4</gremlin.version>
<blueprints.version>1.2</blueprints.version>
<gremlin.version>1.5</gremlin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand All @@ -33,6 +33,13 @@
</scm>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
Expand Down

0 comments on commit afdb78f

Please sign in to comment.