[artifactory-release] Release version 2.1.0.RC4

This commit is contained in:
Spring Buildmaster
2012-09-20 03:58:41 -07:00
parent fc27501733
commit 3a19e8b7fc
7 changed files with 15 additions and 15 deletions

View File

@@ -6,7 +6,7 @@
<name>Spring Data Neo4j Distribution</name>
<description><![CDATA[Within the Spring Data project the Spring Data Neo4j library provides integration with the Neo4j graph database, offering object graph mapping, a Neo4jTemplate and Spring-Data-Commons Repository implementations.
]]></description>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC4</version>
<packaging>pom</packaging>
<modules>
<module>spring-data-neo4j-parent</module>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-parent</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC4</version>
<relativePath>../spring-data-neo4j-parent/pom.xml</relativePath>
</parent>
<artifactId>spring-data-neo4j-aspects</artifactId>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC4</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-parent</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC4</version>
<relativePath>../spring-data-neo4j-parent/pom.xml</relativePath>
</parent>
<artifactId>spring-data-neo4j-cross-store</artifactId>
@@ -53,7 +53,7 @@
<artifactId>spring-data-neo4j</artifactId>
<type>test-jar</type>
<scope>test</scope>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC4</version>
</dependency>
<!-- Logging -->

View File

@@ -4,7 +4,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-parent</artifactId>
<name>Spring Data Neo4j Parent</name>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC4</version>
<packaging>pom</packaging>
<description><![CDATA[Spring Data Neo4j parent project. Defines dependencies and common configuration for the build process.
]]></description>
@@ -289,17 +289,17 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC4</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-aspects</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC4</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-tx</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC4</version>
</dependency>
<!-- Logging -->

View File

@@ -4,12 +4,12 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-parent</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC4</version>
<relativePath>../spring-data-neo4j-parent/pom.xml</relativePath>
</parent>
<artifactId>spring-data-neo4j-rest</artifactId>
<packaging>jar</packaging>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC4</version>
<name>Spring Data Neo4j REST Wrapper</name>
<description><![CDATA[Spring Data Neo4j Wrapper for the Neo4j REST API, provides a Graph Database proxy for the remote invocation.
]]></description>
@@ -233,7 +233,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>${project.version}</version>
<version>2.1.0.RC4</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
@@ -241,7 +241,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-aspects</artifactId>
<version>${project.version}</version>
<version>2.1.0.RC4</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-parent</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC4</version>
<relativePath>../spring-data-neo4j-parent/pom.xml</relativePath>
</parent>
<artifactId>spring-data-neo4j-tx</artifactId>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-parent</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC4</version>
<relativePath>../spring-data-neo4j-parent/pom.xml</relativePath>
</parent>
<artifactId>spring-data-neo4j</artifactId>