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

Commit 0faac07

Browse files
committed
bump version
1 parent 52321b2 commit 0faac07

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

algo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.neo4j</groupId>
88
<artifactId>graph-algorithms-parent</artifactId>
9-
<version>3.5.2.1</version>
9+
<version>3.5.3.0</version>
1010
</parent>
1111

1212
<artifactId>graph-algorithms-algo</artifactId>

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.neo4j</groupId>
88
<artifactId>graph-algorithms-parent</artifactId>
9-
<version>3.5.2.1</version>
9+
<version>3.5.3.0</version>
1010
</parent>
1111

1212
<artifactId>graph-algorithms-benchmark</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>graph-algorithms-parent</artifactId>
77
<groupId>org.neo4j</groupId>
8-
<version>3.5.2.1</version>
8+
<version>3.5.3.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

doc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>graph-algorithms-parent</artifactId>
77
<groupId>org.neo4j</groupId>
8-
<version>3.5.2.1</version>
8+
<version>3.5.3.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.neo4j</groupId>
77
<artifactId>graph-algorithms-parent</artifactId>
8-
<version>3.5.2.1</version>
8+
<version>3.5.3.0</version>
99
<packaging>pom</packaging>
1010
<name>Neo4j Graph Algorithms</name>
1111
<description>Efficient Graph Algorithms for Neo4j</description>
@@ -28,7 +28,7 @@
2828

2929
<properties>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31-
<neo4j.version>3.5.2</neo4j.version>
31+
<neo4j.version>3.5.3</neo4j.version>
3232
<jmh.version>1.19</jmh.version>
3333
<javac.target>1.8</javac.target>
3434
</properties>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>graph-algorithms-parent</artifactId>
77
<groupId>org.neo4j</groupId>
8-
<version>3.5.2.1</version>
8+
<version>3.5.3.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)