Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graphql-java-parent</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>

<artifactId>neo4j-graphql-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/Server.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@Grapes([
@Grab('com.sparkjava:spark-core:2.7.2'),
@Grab('org.neo4j.driver:neo4j-java-driver:4.1.1'),
@Grab('org.neo4j:neo4j-graphql-java:1.2.0'),
@Grab('org.neo4j:neo4j-graphql-java:1.2.1'),
@Grab('com.google.code.gson:gson:2.8.5'),
@Grab('org.slf4j:slf4j-simple:1.7.30')
])
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graphql-java-examples</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>

<groupId>org.neo4j.graphql.examples</groupId>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graphql-java</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>

<!-- a spring graphql library -->
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graphql-java-parent</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>

<artifactId>neo4j-graphql-java-examples</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>neo4j-graphql-java-parent</artifactId>
<name>Neo4j GraphQL Java Parent</name>
<description>GraphQL to Cypher Mapping</description>
<version>1.2.0</version>
<version>1.2.1</version>
<url>http://github.com/neo4j-graphql/neo4j-graphql-java</url>
<packaging>pom</packaging>

Expand All @@ -23,7 +23,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<kotlin.version>1.4.10</kotlin.version>
<kotlin.version>1.4.30</kotlin.version>
<kotlin.compiler.jvmTarget>${java.version}</kotlin.compiler.jvmTarget>
<neo4j.version>3.5.23</neo4j.version>
<neo4j-apoc.version>3.5.0.15</neo4j-apoc.version>
Expand Down
2 changes: 1 addition & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= JVM Library to translate GraphQL queries and mutations to Neo4j's Cypher
:version: 1.2.0
:version: 1.2.1
:toc:
:toclevels: 1
:toc-title: Quick Links
Expand Down