Skip to content

Commit ed6baf5

Browse files
committed
Update versions for release 1.5.0
1 parent 8c4e5ec commit ed6baf5

File tree

8 files changed

+28
-11
lines changed

8 files changed

+28
-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.4.1-SNAPSHOT</version>
10+
<version>1.5.0</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.4.1-SNAPSHOT</version>
8+
<version>1.5.0</version>
99
</parent>
1010

1111
<groupId>org.neo4j.graphql.examples</groupId>
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>org.neo4j</groupId>
4242
<artifactId>neo4j-graphql-java</artifactId>
43-
<version>1.4.1-SNAPSHOT</version>
43+
<version>1.5.0</version>
4444
</dependency>
4545

4646
<dependency>
@@ -120,7 +120,7 @@
120120
<plugin>
121121
<groupId>org.neo4j</groupId>
122122
<artifactId>neo4j-graphql-augmented-schema-generator-maven-plugin</artifactId>
123-
<version>1.4.1-SNAPSHOT</version>
123+
<version>1.5.0</version>
124124
<executions>
125125
<execution>
126126
<goals>

examples/graphql-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.4.1-SNAPSHOT</version>
8+
<version>1.5.0</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.4.1-SNAPSHOT</version>
40+
<version>1.5.0</version>
4141
</dependency>
4242

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

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.4.1-SNAPSHOT</version>
10+
<version>1.5.0</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.4.1-SNAPSHOT</version>
8+
<version>1.5.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.neo4j</groupId>
4343
<artifactId>neo4j-graphql-java</artifactId>
44-
<version>1.4.1-SNAPSHOT</version>
44+
<version>1.5.0</version>
4545
</dependency>
4646
</dependencies>
4747

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

readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= JVM Library to translate GraphQL queries and mutations to Neo4j's Cypher
2-
:version: 1.4.0
2+
:version: 1.5.0
33
:toc:
44
:toclevels: 1
55
:toc-title: Quick Links

release.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
delete local `release` branch (**only** local)
2+
3+
run:
4+
5+
mvn gitflow:release-start
6+
7+
enter the new release number
8+
9+
adjust the release version in the [readme.adoc](readme.adoc)
10+
11+
amend commit your changes
12+
13+
run:
14+
15+
mvn gitflow:release-finish
16+
17+
hard reset the `release` branch to the currently created release and start release build from neo4j build server

0 commit comments

Comments
 (0)