File tree Expand file tree Collapse file tree 8 files changed +28
-11
lines changed
neo4j-graphql-augmented-schema-generator-maven-plugin Expand file tree Collapse file tree 8 files changed +28
-11
lines changed Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.neo4j</groupId >
9
9
<artifactId >neo4j-graphql-java-parent</artifactId >
10
- <version >1.4.1-SNAPSHOT </version >
10
+ <version >1.5.0 </version >
11
11
</parent >
12
12
13
13
<artifactId >neo4j-graphql-java</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.neo4j</groupId >
7
7
<artifactId >neo4j-graphql-java-examples</artifactId >
8
- <version >1.4.1-SNAPSHOT </version >
8
+ <version >1.5.0 </version >
9
9
</parent >
10
10
11
11
<groupId >org.neo4j.graphql.examples</groupId >
40
40
<dependency >
41
41
<groupId >org.neo4j</groupId >
42
42
<artifactId >neo4j-graphql-java</artifactId >
43
- <version >1.4.1-SNAPSHOT </version >
43
+ <version >1.5.0 </version >
44
44
</dependency >
45
45
46
46
<dependency >
120
120
<plugin >
121
121
<groupId >org.neo4j</groupId >
122
122
<artifactId >neo4j-graphql-augmented-schema-generator-maven-plugin</artifactId >
123
- <version >1.4.1-SNAPSHOT </version >
123
+ <version >1.5.0 </version >
124
124
<executions >
125
125
<execution >
126
126
<goals >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.neo4j</groupId >
7
7
<artifactId >neo4j-graphql-java-examples</artifactId >
8
- <version >1.4.1-SNAPSHOT </version >
8
+ <version >1.5.0 </version >
9
9
</parent >
10
10
11
11
<groupId >org.neo4j.graphql.examples</groupId >
37
37
<dependency >
38
38
<groupId >org.neo4j</groupId >
39
39
<artifactId >neo4j-graphql-java</artifactId >
40
- <version >1.4.1-SNAPSHOT </version >
40
+ <version >1.5.0 </version >
41
41
</dependency >
42
42
43
43
<!-- a spring graphql library -->
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.neo4j</groupId >
9
9
<artifactId >neo4j-graphql-java-parent</artifactId >
10
- <version >1.4.1-SNAPSHOT </version >
10
+ <version >1.5.0 </version >
11
11
</parent >
12
12
13
13
<artifactId >neo4j-graphql-java-examples</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >neo4j-graphql-java-parent</artifactId >
7
7
<groupId >org.neo4j</groupId >
8
- <version >1.4.1-SNAPSHOT </version >
8
+ <version >1.5.0 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
41
41
<dependency >
42
42
<groupId >org.neo4j</groupId >
43
43
<artifactId >neo4j-graphql-java</artifactId >
44
- <version >1.4.1-SNAPSHOT </version >
44
+ <version >1.5.0 </version >
45
45
</dependency >
46
46
</dependencies >
47
47
Original file line number Diff line number Diff line change 8
8
<artifactId >neo4j-graphql-java-parent</artifactId >
9
9
<name >Neo4j GraphQL Java Parent</name >
10
10
<description >GraphQL to Cypher Mapping</description >
11
- <version >1.4.1-SNAPSHOT </version >
11
+ <version >1.5.0 </version >
12
12
<url >https://github.com/neo4j-graphql/neo4j-graphql-java</url >
13
13
<packaging >pom</packaging >
14
14
Original file line number Diff line number Diff line change 1
1
= JVM Library to translate GraphQL queries and mutations to Neo4j's Cypher
2
- :version: 1.4 .0
2
+ :version: 1.5 .0
3
3
:toc:
4
4
:toclevels: 1
5
5
:toc-title: Quick Links
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments