Skip to content

Commit eab4221

Browse files
committed
Update for next development version
1 parent b548b8f commit eab4221

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.neo4j</groupId>
99
<artifactId>neo4j-graphql-java-parent</artifactId>
10-
<version>1.8.0</version>
10+
<version>1.8.1-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>neo4j-graphql-java</artifactId>

examples/dgs-spring-boot/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.neo4j</groupId>
77
<artifactId>neo4j-graphql-java-examples</artifactId>
8-
<version>1.8.0</version>
8+
<version>1.8.1-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.neo4j.graphql.examples</groupId>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.neo4j</groupId>
4343
<artifactId>neo4j-graphql-java</artifactId>
44-
<version>1.8.0</version>
44+
<version>1.8.1-SNAPSHOT</version>
4545
</dependency>
4646

4747
<dependency>
@@ -126,7 +126,7 @@
126126
<plugin>
127127
<groupId>org.neo4j</groupId>
128128
<artifactId>neo4j-graphql-augmented-schema-generator-maven-plugin</artifactId>
129-
<version>1.8.0</version>
129+
<version>1.8.1-SNAPSHOT</version>
130130
<executions>
131131
<execution>
132132
<goals>

examples/graphql-kotlin-spring-boot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.neo4j</groupId>
77
<artifactId>neo4j-graphql-java-examples</artifactId>
8-
<version>1.8.0</version>
8+
<version>1.8.1-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.neo4j.graphql.examples</groupId>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.neo4j</groupId>
3939
<artifactId>neo4j-graphql-java</artifactId>
40-
<version>1.8.0</version>
40+
<version>1.8.1-SNAPSHOT</version>
4141
</dependency>
4242

4343
<!-- a spring graphql library -->

examples/graphql-spring-boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.neo4j</groupId>
4848
<artifactId>neo4j-graphql-java</artifactId>
49-
<version>1.8.0</version>
49+
<version>1.8.1-SNAPSHOT</version>
5050
</dependency>
5151

5252

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.neo4j</groupId>
99
<artifactId>neo4j-graphql-java-parent</artifactId>
10-
<version>1.8.0</version>
10+
<version>1.8.1-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>neo4j-graphql-java-examples</artifactId>

neo4j-graphql-augmented-schema-generator-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>neo4j-graphql-java-parent</artifactId>
77
<groupId>org.neo4j</groupId>
8-
<version>1.8.0</version>
8+
<version>1.8.1-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.neo4j</groupId>
4848
<artifactId>neo4j-graphql-java</artifactId>
49-
<version>1.8.0</version>
49+
<version>1.8.1-SNAPSHOT</version>
5050
</dependency>
5151
</dependencies>
5252

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>neo4j-graphql-java-parent</artifactId>
99
<name>Neo4j GraphQL Java Parent</name>
1010
<description>GraphQL to Cypher Mapping</description>
11-
<version>1.8.0</version>
11+
<version>1.8.1-SNAPSHOT</version>
1212
<url>https://github.com/neo4j-graphql/neo4j-graphql-java</url>
1313
<packaging>pom</packaging>
1414

0 commit comments

Comments
 (0)