Skip to content

Commit

Permalink
Update for next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy2003 committed Apr 26, 2021
1 parent f91629d commit b6483e5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.3.0</version>
<version>1.3.1-SNAPSHOT</version>
</parent>

<artifactId>neo4j-graphql-java</artifactId>
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.3.0</version>
<version>1.3.1-SNAPSHOT</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.3.0</version>
<version>1.3.1-SNAPSHOT</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.3.0</version>
<version>1.3.1-SNAPSHOT</version>
</parent>

<artifactId>neo4j-graphql-java-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<url>http://github.com/neo4j-graphql/neo4j-graphql-java</url>
<packaging>pom</packaging>

Expand Down

0 comments on commit b6483e5

Please sign in to comment.