Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Release 3.2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Jul 24, 2017
1 parent 153445e commit 654d153
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions algo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>graph-algorithms-parent</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.2.1</version>
</parent>

<artifactId>graph-algorithms-algo</artifactId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>graph-algorithms-core</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.2.1</version>
</dependency>

<!-- TODO -->
Expand Down
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>graph-algorithms-parent</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.2.1</version>
</parent>

<artifactId>graph-algorithms-benchmark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>graph-algorithms-parent</artifactId>
<groupId>org.neo4j</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.neo4j</groupId>
<artifactId>graph-algorithms-parent</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.2.1</version>
<packaging>pom</packaging>
<name>Neo4j Graph Algorithms</name>

Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>graph-algorithms-parent</artifactId>
<groupId>org.neo4j</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 654d153

Please sign in to comment.