Skip to content

Commit

Permalink
Merge pull request #9106 from vnickolov/post-release-2.6.8-master
Browse files Browse the repository at this point in the history
Post-release actions for GDS 2.6.8
  • Loading branch information
vnickolov authored May 29, 2024
2 parents 645f6cf + 80a7256 commit 949926e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,21 +101,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.6.7</version>
<version>2.6.8</version>
</dependency>
<!-- Contains the productized algorithms -->
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>algo</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
</dependency>
<!-- Contains some alpha algorithms -->
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>alpha-algo</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
</dependency>
----

Expand All @@ -127,28 +127,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.6.7</version>
<version>2.6.8</version>
</dependency>
<!-- Contains the productized algorithm procedures -->
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>proc</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
</dependency>
<!-- Contains some alpha algorithm procedures-->
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>alpha-proc</artifactId>
<version>2.6.7</version>
<version>2.6.8</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.6.7</version>
<version>2.6.8</version>
</dependency>
----

Expand Down

0 comments on commit 949926e

Please sign in to comment.