Skip to content

Commit

Permalink
bump-to-2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvalr1neo committed Apr 12, 2024
1 parent 1a9740b commit 374a353
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 @@ -105,21 +105,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.4</version>
<version>2.6.5</version>
</dependency>
<!-- Contains the productized algorithms -->
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>algo</artifactId>
<version>2.6.4</version>
<version>2.6.5</version>
</dependency>
<!-- Contains some alpha algorithms -->
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>alpha-algo</artifactId>
<version>2.6.4</version>
<version>2.6.5</version>
</dependency>
----

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

Expand Down

0 comments on commit 374a353

Please sign in to comment.