Skip to content

Commit

Permalink
DATAGRAPH-686 - Release 3.1.6.RELEASE (Dijkstra SR6).
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Jul 1, 2015
1 parent 356a481 commit ca426eb
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions pom.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?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/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-parent</artifactId>
<version>3.1.6.BUILD-SNAPSHOT</version>
<version>3.1.6.RELEASE</version>
<packaging>pom</packaging>

<name>Spring Data Neo4j - Parent</name>
Expand Down
6 changes: 3 additions & 3 deletions spring-data-neo4j-aspects/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-parent</artifactId>
<version>3.1.6.BUILD-SNAPSHOT</version>
<version>3.1.6.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -90,12 +90,12 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>3.1.6.BUILD-SNAPSHOT</version>
<version>3.1.6.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>3.1.6.BUILD-SNAPSHOT</version>
<version>3.1.6.RELEASE</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions spring-data-neo4j-cross-store/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-parent</artifactId>
<version>3.1.6.BUILD-SNAPSHOT</version>
<version>3.1.6.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -48,25 +48,25 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-aspects</artifactId>
<version>3.1.6.BUILD-SNAPSHOT</version>
<version>3.1.6.RELEASE</version>
</dependency>

<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-tx</artifactId>
<version>3.1.6.BUILD-SNAPSHOT</version>
<version>3.1.6.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>3.1.6.BUILD-SNAPSHOT</version>
<version>3.1.6.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<type>test-jar</type>
<scope>test</scope>
<version>3.1.6.BUILD-SNAPSHOT</version>
<version>3.1.6.RELEASE</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion spring-data-neo4j-distribution/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-parent</artifactId>
<version>3.1.6.BUILD-SNAPSHOT</version>
<version>3.1.6.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
10 changes: 5 additions & 5 deletions spring-data-neo4j-rest/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-parent</artifactId>
<version>3.1.6.BUILD-SNAPSHOT</version>
<version>3.1.6.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>3.1.6.BUILD-SNAPSHOT</version>
<version>3.1.6.RELEASE</version>
<exclusions>
<exclusion>
<groupId>org.neo4j</groupId>
Expand Down Expand Up @@ -223,22 +223,22 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-aspects</artifactId>
<version>3.1.6.BUILD-SNAPSHOT</version>
<version>3.1.6.RELEASE</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>3.1.6.BUILD-SNAPSHOT</version>
<version>3.1.6.RELEASE</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>

<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-aspects</artifactId>
<version>3.1.6.BUILD-SNAPSHOT</version>
<version>3.1.6.RELEASE</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion spring-data-neo4j-tx/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-parent</artifactId>
<version>3.1.6.BUILD-SNAPSHOT</version>
<version>3.1.6.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-data-neo4j/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-parent</artifactId>
<version>3.1.6.BUILD-SNAPSHOT</version>
<version>3.1.6.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit ca426eb

Please sign in to comment.