Skip to content

Commit e19c25e

Browse files
committed
Update Maven coordinates to GDS 2.22.0
1 parent fb97ba3 commit e19c25e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ For the most basic set of features, like graph loading and the graph representat
106106
<dependency>
107107
<groupId>org.neo4j.gds</groupId>
108108
<artifactId>core</artifactId>
109-
<version>2.21.0</version>
109+
<version>2.22.0</version>
110110
</dependency>
111111
----
112112

@@ -118,21 +118,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
118118
<dependency>
119119
<groupId>org.neo4j.gds</groupId>
120120
<artifactId>algo-common</artifactId>
121-
<version>2.21.0</version>
121+
<version>2.22.0</version>
122122
</dependency>
123123
124124
<!-- Contains the productized algorithms -->
125125
<dependency>
126126
<groupId>org.neo4j.gds</groupId>
127127
<artifactId>algo</artifactId>
128-
<version>2.21.0</version>
128+
<version>2.22.0</version>
129129
</dependency>
130130
131131
<!-- Contains some alpha algorithms -->
132132
<dependency>
133133
<groupId>org.neo4j.gds</groupId>
134134
<artifactId>alpha-algo</artifactId>
135-
<version>2.21.0</version>
135+
<version>2.22.0</version>
136136
</dependency>
137137
----
138138

@@ -144,28 +144,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
144144
<dependency>
145145
<groupId>org.neo4j.gds</groupId>
146146
<artifactId>proc-common</artifactId>
147-
<version>2.21.0</version>
147+
<version>2.22.0</version>
148148
</dependency>
149149
150150
<!-- Contains the productized algorithm procedures -->
151151
<dependency>
152152
<groupId>org.neo4j.gds</groupId>
153153
<artifactId>proc</artifactId>
154-
<version>2.21.0</version>
154+
<version>2.22.0</version>
155155
</dependency>
156156
157157
<!-- Contains some alpha algorithm procedures-->
158158
<dependency>
159159
<groupId>org.neo4j.gds</groupId>
160160
<artifactId>alpha-proc</artifactId>
161-
<version>2.21.0</version>
161+
<version>2.22.0</version>
162162
</dependency>
163163
164164
<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
165165
<dependency>
166166
<groupId>org.neo4j.gds</groupId>
167167
<artifactId>open-write-services</artifactId>
168-
<version>2.21.0</version>
168+
<version>2.22.0</version>
169169
</dependency>
170170
----
171171

0 commit comments

Comments
 (0)