Skip to content

Commit c6e562e

Browse files
Update Maven coordinate versions to 2.19
Co-Authored-By: Ioannis Panagiotas <ioannis.panagiotas@neo4j.com>
1 parent 48691d3 commit c6e562e

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
@@ -102,7 +102,7 @@ For the most basic set of features, like graph loading and the graph representat
102102
<dependency>
103103
<groupId>org.neo4j.gds</groupId>
104104
<artifactId>core</artifactId>
105-
<version>2.18.0</version>
105+
<version>2.19.0</version>
106106
</dependency>
107107
----
108108

@@ -114,21 +114,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
114114
<dependency>
115115
<groupId>org.neo4j.gds</groupId>
116116
<artifactId>algo-common</artifactId>
117-
<version>2.18.0</version>
117+
<version>2.19.0</version>
118118
</dependency>
119119
120120
<!-- Contains the productized algorithms -->
121121
<dependency>
122122
<groupId>org.neo4j.gds</groupId>
123123
<artifactId>algo</artifactId>
124-
<version>2.18.0</version>
124+
<version>2.19.0</version>
125125
</dependency>
126126
127127
<!-- Contains some alpha algorithms -->
128128
<dependency>
129129
<groupId>org.neo4j.gds</groupId>
130130
<artifactId>alpha-algo</artifactId>
131-
<version>2.18.0</version>
131+
<version>2.19.0</version>
132132
</dependency>
133133
----
134134

@@ -140,28 +140,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
140140
<dependency>
141141
<groupId>org.neo4j.gds</groupId>
142142
<artifactId>proc-common</artifactId>
143-
<version>2.18.0</version>
143+
<version>2.19.0</version>
144144
</dependency>
145145
146146
<!-- Contains the productized algorithm procedures -->
147147
<dependency>
148148
<groupId>org.neo4j.gds</groupId>
149149
<artifactId>proc</artifactId>
150-
<version>2.18.0</version>
150+
<version>2.19.0</version>
151151
</dependency>
152152
153153
<!-- Contains some alpha algorithm procedures-->
154154
<dependency>
155155
<groupId>org.neo4j.gds</groupId>
156156
<artifactId>alpha-proc</artifactId>
157-
<version>2.18.0</version>
157+
<version>2.19.0</version>
158158
</dependency>
159159
160160
<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
161161
<dependency>
162162
<groupId>org.neo4j.gds</groupId>
163163
<artifactId>open-write-services</artifactId>
164-
<version>2.18.0</version>
164+
<version>2.19.0</version>
165165
</dependency>
166166
----
167167

0 commit comments

Comments
 (0)