Skip to content

Commit 31e5a6b

Browse files
jjaderbergMats-SX
andcommitted
Generalize comment
Co-Authored-By: Mats Rydberg <mats.rydberg@neotechnology.com>
1 parent 7ceddb2 commit 31e5a6b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

compatibility/5.1/neo4j-kernel-adapter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = 'Neo4j Graph Data Science :: Neo4j Kernel Adapter 5.1'
55

66
group = 'org.neo4j.gds'
77

8-
// for 5.1.0-dev and all 5.x drops
8+
// for all 5.x versions
99
if (ver.'neo4j'.startsWith('5.')) {
1010
sourceSets {
1111
main {

compatibility/5.2/neo4j-kernel-adapter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = 'Neo4j Graph Data Science :: Neo4j Kernel Adapter 5.2'
55

66
group = 'org.neo4j.gds'
77

8-
// for 5.2.0 and all 5.x drops
8+
// for all 5.x versions
99
if (ver.'neo4j'.startsWith('5.')) {
1010
sourceSets {
1111
main {

cypher/5.1/storage-engine-adapter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = 'Neo4j Graph Data Science :: Storage Engine Adapter 5.1'
55

66
group = 'org.neo4j.gds'
77

8-
// for 5.1.0-dev and all 5.x drops
8+
// for all 5.x versions
99
if (ver.'neo4j'.startsWith('5.')) {
1010
sourceSets {
1111
main {

cypher/5.2/storage-engine-adapter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = 'Neo4j Graph Data Science :: Storage Engine Adapter 5.2'
55

66
group = 'org.neo4j.gds'
77

8-
// for 5.2.0 and all 5.x drops
8+
// for all 5.x versions
99
if (ver.'neo4j'.startsWith('5.')) {
1010
sourceSets {
1111
main {

0 commit comments

Comments
 (0)