From 40204fe27ed0e87495594f1594267b0376b65619 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Mon, 9 Dec 2024 11:10:03 +0100 Subject: [PATCH] Set next development version to 4.0.14. Signed-off-by: Michael Simons --- api/pom.xml | 2 +- bolt-driver/pom.xml | 4 ++-- core/pom.xml | 4 ++-- neo4j-ogm-tests/neo4j-ogm-integration-tests/pom.xml | 6 +++--- neo4j-ogm-tests/neo4j-ogm-tests-report/pom.xml | 10 +++++----- neo4j-ogm-tests/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 0253bb632..3844f6a63 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-ogm - 4.0.13-SNAPSHOT + 4.0.14-SNAPSHOT neo4j-ogm-api diff --git a/bolt-driver/pom.xml b/bolt-driver/pom.xml index f39ee3883..95e527466 100644 --- a/bolt-driver/pom.xml +++ b/bolt-driver/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-ogm - 4.0.13-SNAPSHOT + 4.0.14-SNAPSHOT neo4j-ogm-bolt-driver @@ -42,7 +42,7 @@ org.neo4j neo4j-ogm-api - 4.0.13-SNAPSHOT + 4.0.14-SNAPSHOT diff --git a/core/pom.xml b/core/pom.xml index 77ac5c739..e2bdf7375 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-ogm - 4.0.13-SNAPSHOT + 4.0.14-SNAPSHOT neo4j-ogm-core @@ -43,7 +43,7 @@ org.neo4j neo4j-ogm-api - 4.0.13-SNAPSHOT + 4.0.14-SNAPSHOT diff --git a/neo4j-ogm-tests/neo4j-ogm-integration-tests/pom.xml b/neo4j-ogm-tests/neo4j-ogm-integration-tests/pom.xml index 6214845ee..62bfe5d1b 100644 --- a/neo4j-ogm-tests/neo4j-ogm-integration-tests/pom.xml +++ b/neo4j-ogm-tests/neo4j-ogm-integration-tests/pom.xml @@ -26,7 +26,7 @@ org.neo4j neo4j-ogm-tests - 4.0.13-SNAPSHOT + 4.0.14-SNAPSHOT neo4j-ogm-integration-tests @@ -45,13 +45,13 @@ org.neo4j neo4j-ogm-core - 4.0.13-SNAPSHOT + 4.0.14-SNAPSHOT org.neo4j neo4j-ogm-bolt-driver - 4.0.13-SNAPSHOT + 4.0.14-SNAPSHOT diff --git a/neo4j-ogm-tests/neo4j-ogm-tests-report/pom.xml b/neo4j-ogm-tests/neo4j-ogm-tests-report/pom.xml index 56f5c8f9d..632f06bbd 100644 --- a/neo4j-ogm-tests/neo4j-ogm-tests-report/pom.xml +++ b/neo4j-ogm-tests/neo4j-ogm-tests-report/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-ogm-tests - 4.0.13-SNAPSHOT + 4.0.14-SNAPSHOT neo4j-ogm-tests-report @@ -42,25 +42,25 @@ org.neo4j neo4j-ogm-api - 4.0.13-SNAPSHOT + 4.0.14-SNAPSHOT org.neo4j neo4j-ogm-core - 4.0.13-SNAPSHOT + 4.0.14-SNAPSHOT org.neo4j neo4j-ogm-bolt-driver - 4.0.13-SNAPSHOT + 4.0.14-SNAPSHOT org.neo4j neo4j-ogm-integration-tests - 4.0.13-SNAPSHOT + 4.0.14-SNAPSHOT test diff --git a/neo4j-ogm-tests/pom.xml b/neo4j-ogm-tests/pom.xml index 5484e848c..5b5a3f29a 100644 --- a/neo4j-ogm-tests/pom.xml +++ b/neo4j-ogm-tests/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-ogm - 4.0.13-SNAPSHOT + 4.0.14-SNAPSHOT neo4j-ogm-tests diff --git a/pom.xml b/pom.xml index 435bdc657..06123600a 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-ogm - 4.0.13-SNAPSHOT + 4.0.14-SNAPSHOT pom Neo4j-OGM