Skip to content

Commit

Permalink
Merge pull request #8295 from vnickolov/post-release-2.5.2-master
Browse files Browse the repository at this point in the history
Post-release actions for GDS 2.5.2
  • Loading branch information
s1ck authored Oct 26, 2023
2 parents e36e87b + 0f3d911 commit 6716cca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ For the most basic set of features, like graph loading and the graph representat
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>core</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
----

Expand All @@ -133,21 +133,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>algo-common</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
<!-- Contains the productized algorithms -->
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>algo</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
<!-- Contains some alpha algorithms -->
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>alpha-algo</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
----

Expand All @@ -159,28 +159,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>proc-common</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
<!-- Contains the productized algorithm procedures -->
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>proc</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
<!-- Contains some alpha algorithm procedures-->
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>alpha-proc</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>open-write-services</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
----

Expand Down

0 comments on commit 6716cca

Please sign in to comment.