From 1eb47267028ffe36d453925cf98debb5bf58e498 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Mon, 20 Feb 2023 10:52:58 +0100 Subject: [PATCH] Set next development version to 4.0.4. --- 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 1a389703c..7ebec265c 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-ogm - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT neo4j-ogm-api diff --git a/bolt-driver/pom.xml b/bolt-driver/pom.xml index 6031519ca..d47ed5b24 100644 --- a/bolt-driver/pom.xml +++ b/bolt-driver/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-ogm - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT neo4j-ogm-bolt-driver @@ -42,7 +42,7 @@ org.neo4j neo4j-ogm-api - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT diff --git a/core/pom.xml b/core/pom.xml index 646401872..77ef9e0f2 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-ogm - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT neo4j-ogm-core @@ -43,7 +43,7 @@ org.neo4j neo4j-ogm-api - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT diff --git a/neo4j-ogm-tests/neo4j-ogm-integration-tests/pom.xml b/neo4j-ogm-tests/neo4j-ogm-integration-tests/pom.xml index 4073de91f..eea31fbaa 100644 --- a/neo4j-ogm-tests/neo4j-ogm-integration-tests/pom.xml +++ b/neo4j-ogm-tests/neo4j-ogm-integration-tests/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-ogm-tests - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT neo4j-ogm-integration-tests @@ -43,13 +43,13 @@ org.neo4j neo4j-ogm-core - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT org.neo4j neo4j-ogm-bolt-driver - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT diff --git a/neo4j-ogm-tests/neo4j-ogm-tests-report/pom.xml b/neo4j-ogm-tests/neo4j-ogm-tests-report/pom.xml index 3e30c09c1..de5484777 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.3-SNAPSHOT + 4.0.4-SNAPSHOT neo4j-ogm-tests-report @@ -42,25 +42,25 @@ org.neo4j neo4j-ogm-api - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT org.neo4j neo4j-ogm-core - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT org.neo4j neo4j-ogm-bolt-driver - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT org.neo4j neo4j-ogm-integration-tests - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT test diff --git a/neo4j-ogm-tests/pom.xml b/neo4j-ogm-tests/pom.xml index 89543e284..0899374ca 100644 --- a/neo4j-ogm-tests/pom.xml +++ b/neo4j-ogm-tests/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-ogm - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT neo4j-ogm-tests diff --git a/pom.xml b/pom.xml index 9daa77c21..6b3ea3d7a 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.neo4j neo4j-ogm - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT pom Neo4j-OGM