pom update for sonatype
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user