Skip to content

Commit

Permalink
neo4j 1.8.2 and different release process
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed May 20, 2013
1 parent 5bce42b commit 91745c3
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?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.8</neo4j.version>
<neo4j.graphcollections.version>0.4</neo4j.graphcollections.version>
<neo4j.version>1.8.2</neo4j.version>
<neo4j.graphcollections.version>0.4-neo4j-1.8.2</neo4j.graphcollections.version>
<geotools.version>8.0</geotools.version>
<spatial.test.osm.version>20100819</spatial.test.osm.version>
<spatial.test.shp.version>20100819</spatial.test.shp.version>
Expand All @@ -12,15 +12,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<parent>
<artifactId>parent-pom</artifactId>
<groupId>org.neo4j.build</groupId>
<version>35</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-spatial</artifactId>
<groupId>org.neo4j</groupId>
<version>0.9</version>
<version>0.9-neo4j-1.8-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 Expand Up @@ -224,6 +219,7 @@ terms of the relevant Commercial Agreement.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -285,6 +281,7 @@ terms of the relevant Commercial Agreement.
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
Expand Down Expand Up @@ -489,11 +486,21 @@ terms of the relevant Commercial Agreement.
</plugin>
</plugins>
</reporting>

<distributionManagement>
<site>
<id>neo4j-site</id>
<url>scpexe://static.neo4j.org/var/www/components.neo4j.org/${project.artifactId}/${project.version}</url>
</site>
<repository>
<id>[email protected]</id>
<name>[email protected]</name>
<uniqueVersion>false</uniqueVersion>
<url>http://m2.neo4j.org/content/repositories/releases</url>
</repository>
<snapshotRepository>
<id>[email protected]</id>
<name>[email protected]</name>
<uniqueVersion>false</uniqueVersion>
<url>http://m2.neo4j.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

</project>

0 comments on commit 91745c3

Please sign in to comment.