Skip to content

Commit f9b389f

Browse files
committed
Update Maven versions in README to use to GDS 2.1.10
1 parent ab7d851 commit f9b389f

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
@@ -117,7 +117,7 @@ For the most basic set of features, like graph loading and the graph representat
117117
<dependency>
118118
<groupId>org.neo4j.gds</groupId>
119119
<artifactId>core</artifactId>
120-
<version>2.1.9</version>
120+
<version>2.1.10</version>
121121
</dependency>
122122
----
123123

@@ -129,21 +129,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
129129
<dependency>
130130
<groupId>org.neo4j.gds</groupId>
131131
<artifactId>algo-common</artifactId>
132-
<version>2.1.9</version>
132+
<version>2.1.10</version>
133133
</dependency>
134134
135135
<!-- Contains the productized algorithms -->
136136
<dependency>
137137
<groupId>org.neo4j.gds</groupId>
138138
<artifactId>algo</artifactId>
139-
<version>2.1.9</version>
139+
<version>2.1.10</version>
140140
</dependency>
141141
142142
<!-- Contains some alpha algorithms -->
143143
<dependency>
144144
<groupId>org.neo4j.gds</groupId>
145145
<artifactId>alpha-algo</artifactId>
146-
<version>2.1.9</version>
146+
<version>2.1.10</version>
147147
</dependency>
148148
----
149149

@@ -155,28 +155,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
155155
<dependency>
156156
<groupId>org.neo4j.gds</groupId>
157157
<artifactId>proc-common</artifactId>
158-
<version>2.1.9</version>
158+
<version>2.1.10</version>
159159
</dependency>
160160
161161
<!-- Contains the productized algorithm procedures -->
162162
<dependency>
163163
<groupId>org.neo4j.gds</groupId>
164164
<artifactId>proc</artifactId>
165-
<version>2.1.9</version>
165+
<version>2.1.10</version>
166166
</dependency>
167167
168168
<!-- Contains some alpha algorithm procedures-->
169169
<dependency>
170170
<groupId>org.neo4j.gds</groupId>
171171
<artifactId>alpha-proc</artifactId>
172-
<version>2.1.9</version>
172+
<version>2.1.10</version>
173173
</dependency>
174174
175175
<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
176176
<dependency>
177177
<groupId>org.neo4j.gds</groupId>
178178
<artifactId>write-services</artifactId>
179-
<version>2.1.9</version>
179+
<version>2.1.10</version>
180180
</dependency>
181181
----
182182

0 commit comments

Comments
 (0)