From 4166871e6c070c3d51ab7d1bc3ba90e7b938ae20 Mon Sep 17 00:00:00 2001 From: Andreas Berger Date: Thu, 19 Dec 2024 14:45:08 +0100 Subject: [PATCH] Update for next development version --- core/pom.xml | 6 +++--- examples/dgs-spring-boot/pom.xml | 8 ++++---- examples/graphql-kotlin-spring-boot/pom.xml | 6 +++--- examples/graphql-spring-boot/pom.xml | 4 ++-- examples/pom.xml | 2 +- .../pom.xml | 4 ++-- neo4j-graphql-neo4j-adapter-api/pom.xml | 2 +- neo4j-graphql-neo4j-driver-adapter/pom.xml | 4 ++-- pom.xml | 2 +- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index b64cbccf..45525bd3 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -7,7 +7,7 @@ org.neo4j neo4j-graphql-java-parent - 2.0.0-alpha + 2.0.1-alpha-SNAPSHOT neo4j-graphql-java @@ -18,12 +18,12 @@ org.neo4j neo4j-graphql-neo4j-adapter-api - 2.0.0-alpha + 2.0.1-alpha-SNAPSHOT org.neo4j neo4j-graphql-neo4j-driver-adapter - 2.0.0-alpha + 2.0.1-alpha-SNAPSHOT test diff --git a/examples/dgs-spring-boot/pom.xml b/examples/dgs-spring-boot/pom.xml index 879fe08b..f15776ae 100644 --- a/examples/dgs-spring-boot/pom.xml +++ b/examples/dgs-spring-boot/pom.xml @@ -5,7 +5,7 @@ org.neo4j neo4j-graphql-java-examples - 2.0.0-alpha + 2.0.1-alpha-SNAPSHOT org.neo4j.graphql.examples @@ -41,7 +41,7 @@ org.neo4j neo4j-graphql-neo4j-driver-adapter - 2.0.0-alpha + 2.0.1-alpha-SNAPSHOT org.neo4j.driver @@ -51,7 +51,7 @@ org.neo4j neo4j-graphql-java - 2.0.0-alpha + 2.0.1-alpha-SNAPSHOT @@ -129,7 +129,7 @@ org.neo4j neo4j-graphql-augmented-schema-generator-maven-plugin - 2.0.0-alpha + 2.0.1-alpha-SNAPSHOT diff --git a/examples/graphql-kotlin-spring-boot/pom.xml b/examples/graphql-kotlin-spring-boot/pom.xml index 9210c411..3ae3b987 100644 --- a/examples/graphql-kotlin-spring-boot/pom.xml +++ b/examples/graphql-kotlin-spring-boot/pom.xml @@ -5,7 +5,7 @@ org.neo4j neo4j-graphql-java-examples - 2.0.0-alpha + 2.0.1-alpha-SNAPSHOT org.neo4j.graphql.examples @@ -37,12 +37,12 @@ org.neo4j neo4j-graphql-neo4j-driver-adapter - 2.0.0-alpha + 2.0.1-alpha-SNAPSHOT org.neo4j neo4j-graphql-java - 2.0.0-alpha + 2.0.1-alpha-SNAPSHOT diff --git a/examples/graphql-spring-boot/pom.xml b/examples/graphql-spring-boot/pom.xml index 90bbab31..810392d6 100644 --- a/examples/graphql-spring-boot/pom.xml +++ b/examples/graphql-spring-boot/pom.xml @@ -45,7 +45,7 @@ org.neo4j neo4j-graphql-neo4j-driver-adapter - 2.0.0-alpha + 2.0.1-alpha-SNAPSHOT org.neo4j.driver @@ -55,7 +55,7 @@ org.neo4j neo4j-graphql-java - 2.0.0-alpha + 2.0.1-alpha-SNAPSHOT diff --git a/examples/pom.xml b/examples/pom.xml index ea047db6..2fd67bf0 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -7,7 +7,7 @@ org.neo4j neo4j-graphql-java-parent - 2.0.0-alpha + 2.0.1-alpha-SNAPSHOT neo4j-graphql-java-examples diff --git a/neo4j-graphql-augmented-schema-generator-maven-plugin/pom.xml b/neo4j-graphql-augmented-schema-generator-maven-plugin/pom.xml index 461f831b..6c102a03 100644 --- a/neo4j-graphql-augmented-schema-generator-maven-plugin/pom.xml +++ b/neo4j-graphql-augmented-schema-generator-maven-plugin/pom.xml @@ -5,7 +5,7 @@ neo4j-graphql-java-parent org.neo4j - 2.0.0-alpha + 2.0.1-alpha-SNAPSHOT 4.0.0 @@ -46,7 +46,7 @@ org.neo4j neo4j-graphql-java - 2.0.0-alpha + 2.0.1-alpha-SNAPSHOT diff --git a/neo4j-graphql-neo4j-adapter-api/pom.xml b/neo4j-graphql-neo4j-adapter-api/pom.xml index 8a7956b5..f01b4af9 100644 --- a/neo4j-graphql-neo4j-adapter-api/pom.xml +++ b/neo4j-graphql-neo4j-adapter-api/pom.xml @@ -5,7 +5,7 @@ neo4j-graphql-java-parent org.neo4j - 2.0.0-alpha + 2.0.1-alpha-SNAPSHOT 4.0.0 diff --git a/neo4j-graphql-neo4j-driver-adapter/pom.xml b/neo4j-graphql-neo4j-driver-adapter/pom.xml index d7ea74ff..81155457 100644 --- a/neo4j-graphql-neo4j-driver-adapter/pom.xml +++ b/neo4j-graphql-neo4j-driver-adapter/pom.xml @@ -5,7 +5,7 @@ neo4j-graphql-java-parent org.neo4j - 2.0.0-alpha + 2.0.1-alpha-SNAPSHOT 4.0.0 @@ -16,7 +16,7 @@ org.neo4j neo4j-graphql-neo4j-adapter-api - 2.0.0-alpha + 2.0.1-alpha-SNAPSHOT org.neo4j.driver diff --git a/pom.xml b/pom.xml index dcfac0fc..bd80138a 100755 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ neo4j-graphql-java-parent Neo4j GraphQL Java Parent GraphQL to Cypher Mapping - 2.0.0-alpha + 2.0.1-alpha-SNAPSHOT https://github.com/neo4j-graphql/neo4j-graphql-java pom