pom update for sonatype

This commit is contained in:
Michael Hunger
2011-08-12 01:00:44 +02:00
parent 9de12766e4
commit 73b48e5168
3 changed files with 13 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
<url>http://www.springsource.org/spring-data/data-graph</url>
<version>1.1.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<description><![CDATA[
Within the Spring Data project the Spring Data Graph library provides integration with the Neo4j graph database, offering object graph mapping, a Neo4jTemplate and Spring-Data-Commons Repository implementations.
]]></description>
<url>http://www.springsource.org/spring-data/neo4j</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>4.8.1</junit.version>

View File

@@ -10,6 +10,10 @@
<artifactId>spring-data-neo4j-rest</artifactId>
<packaging>jar</packaging>
<name>Spring Data Graph REST Wrapper</name>
<description><![CDATA[
Wrapper for the Neo4j REST API, provides a Graph Database proxy for the remote invocation.
]]></description>
<url>http://www.springsource.org/spring-data/neo4j</url>
<properties>
<jersey.version>1.4</jersey.version>
</properties>

View File

@@ -9,7 +9,11 @@
</parent>
<artifactId>spring-data-neo4j</artifactId>
<packaging>jar</packaging>
<name>Spring Data Neo4J Support</name>
<name>Spring Data Neo4J Core</name>
<description><![CDATA[
Within the Spring Data project the Spring Data Graph library provides integration with the Neo4j graph database, offering object graph mapping, a Neo4jTemplate and Spring-Data-Commons Repository implementations.
]]></description>
<url>http://www.springsource.org/spring-data/neo4j</url>
<dependencies>
<!-- Spring -->
<dependency>