From 6f1c2926268b99bd147e9e5304cb382353d3407a Mon Sep 17 00:00:00 2001 From: Andreas Berger Date: Wed, 25 Jan 2023 11:04:18 +0100 Subject: [PATCH] Update versions for release 1.7.0 --- core/pom.xml | 2 +- examples/dgs-spring-boot/pom.xml | 6 +++--- examples/graphql-kotlin-spring-boot/pom.xml | 4 ++-- examples/graphql-spring-boot/pom.xml | 2 +- examples/pom.xml | 2 +- .../pom.xml | 4 ++-- pom.xml | 2 +- readme.adoc | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 7891a606..777e1204 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -7,7 +7,7 @@ org.neo4j neo4j-graphql-java-parent - 1.6.1-SNAPSHOT + 1.7.0 neo4j-graphql-java diff --git a/examples/dgs-spring-boot/pom.xml b/examples/dgs-spring-boot/pom.xml index 25d35326..ee4ebeac 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 - 1.6.1-SNAPSHOT + 1.7.0 org.neo4j.graphql.examples @@ -41,7 +41,7 @@ org.neo4j neo4j-graphql-java - 1.6.1-SNAPSHOT + 1.7.0 @@ -126,7 +126,7 @@ org.neo4j neo4j-graphql-augmented-schema-generator-maven-plugin - 1.6.1-SNAPSHOT + 1.7.0 diff --git a/examples/graphql-kotlin-spring-boot/pom.xml b/examples/graphql-kotlin-spring-boot/pom.xml index 4e5da5dc..9e9c1ed2 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 - 1.6.1-SNAPSHOT + 1.7.0 org.neo4j.graphql.examples @@ -37,7 +37,7 @@ org.neo4j neo4j-graphql-java - 1.6.1-SNAPSHOT + 1.7.0 diff --git a/examples/graphql-spring-boot/pom.xml b/examples/graphql-spring-boot/pom.xml index bd9bc370..eaedc949 100644 --- a/examples/graphql-spring-boot/pom.xml +++ b/examples/graphql-spring-boot/pom.xml @@ -46,7 +46,7 @@ org.neo4j neo4j-graphql-java - 1.6.1-SNAPSHOT + 1.7.0 diff --git a/examples/pom.xml b/examples/pom.xml index 46a14f8c..3cdf985a 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -7,7 +7,7 @@ org.neo4j neo4j-graphql-java-parent - 1.6.1-SNAPSHOT + 1.7.0 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 b968c1f0..7fc2aa7a 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 - 1.6.1-SNAPSHOT + 1.7.0 4.0.0 @@ -46,7 +46,7 @@ org.neo4j neo4j-graphql-java - 1.6.1-SNAPSHOT + 1.7.0 diff --git a/pom.xml b/pom.xml index 55fe6963..0daaae8e 100755 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ neo4j-graphql-java-parent Neo4j GraphQL Java Parent GraphQL to Cypher Mapping - 1.6.1-SNAPSHOT + 1.7.0 https://github.com/neo4j-graphql/neo4j-graphql-java pom diff --git a/readme.adoc b/readme.adoc index 9463d2ab..327892ec 100644 --- a/readme.adoc +++ b/readme.adoc @@ -1,5 +1,5 @@ = JVM Library to translate GraphQL queries and mutations to Neo4j's Cypher -:version: 1.6.0 +:version: 1.7.0 :toc: :toclevels: 1 :toc-title: Quick Links