File tree 7 files changed +11
-11
lines changed
neo4j-graphql-augmented-schema-generator-maven-plugin
7 files changed +11
-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.3.1-SNAPSHOT </version >
10
+ <version >1.4.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.3.1-SNAPSHOT </version >
8
+ <version >1.4.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.3.1-SNAPSHOT </version >
43
+ <version >1.4.0 </version >
44
44
</dependency >
45
45
46
46
<dependency >
104
104
<plugin >
105
105
<groupId >org.neo4j</groupId >
106
106
<artifactId >neo4j-graphql-augmented-schema-generator-maven-plugin</artifactId >
107
- <version >1.3.1-SNAPSHOT </version >
107
+ <version >1.4.0 </version >
108
108
<executions >
109
109
<execution >
110
110
<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.3.1-SNAPSHOT </version >
8
+ <version >1.4.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.3.1-SNAPSHOT </version >
40
+ <version >1.4.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.3.1-SNAPSHOT </version >
10
+ <version >1.4.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.3.1-SNAPSHOT </version >
8
+ <version >1.4.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.3.1-SNAPSHOT </version >
44
+ <version >1.4.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.3.1-SNAPSHOT </version >
11
+ <version >1.4.0 </version >
12
12
<url >http://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.3 .0
2
+ :version: 1.4 .0
3
3
:toc:
4
4
:toclevels: 1
5
5
:toc-title: Quick Links
You can’t perform that action at this time.
0 commit comments