Skip to content

Commit

Permalink
Update versions for release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy2003 committed Dec 15, 2021
1 parent 8c4e5ec commit ed6baf5
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 11 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.4.1-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>neo4j-graphql-java</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions examples/dgs-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.4.1-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<groupId>org.neo4j.graphql.examples</groupId>
Expand Down Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graphql-java</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -120,7 +120,7 @@
<plugin>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graphql-augmented-schema-generator-maven-plugin</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.5.0</version>
<executions>
<execution>
<goals>
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.4.1-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<groupId>org.neo4j.graphql.examples</groupId>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graphql-java</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.5.0</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.4.1-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>neo4j-graphql-java-examples</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions neo4j-graphql-augmented-schema-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>neo4j-graphql-java-parent</artifactId>
<groupId>org.neo4j</groupId>
<version>1.4.1-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graphql-java</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>
</dependencies>

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.4.1-SNAPSHOT</version>
<version>1.5.0</version>
<url>https://github.com/neo4j-graphql/neo4j-graphql-java</url>
<packaging>pom</packaging>

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.4.0
:version: 1.5.0
:toc:
:toclevels: 1
:toc-title: Quick Links
Expand Down
17 changes: 17 additions & 0 deletions release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
delete local `release` branch (**only** local)

run:

mvn gitflow:release-start

enter the new release number

adjust the release version in the [readme.adoc](readme.adoc)

amend commit your changes

run:

mvn gitflow:release-finish

hard reset the `release` branch to the currently created release and start release build from neo4j build server

0 comments on commit ed6baf5

Please sign in to comment.