File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
graphql-kotlin-spring-boot
neo4j-graphql-augmented-schema-generator-maven-plugin Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.neo4j</groupId >
99 <artifactId >neo4j-graphql-java-parent</artifactId >
10- <version >1.5.1-SNAPSHOT </version >
10+ <version >1.6.0 </version >
1111 </parent >
1212
1313 <artifactId >neo4j-graphql-java</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.neo4j</groupId >
77 <artifactId >neo4j-graphql-java-examples</artifactId >
8- <version >1.5.1-SNAPSHOT </version >
8+ <version >1.6.0 </version >
99 </parent >
1010
1111 <groupId >org.neo4j.graphql.examples</groupId >
4040 <dependency >
4141 <groupId >org.neo4j</groupId >
4242 <artifactId >neo4j-graphql-java</artifactId >
43- <version >1.5.1-SNAPSHOT </version >
43+ <version >1.6.0 </version >
4444 </dependency >
4545
4646 <dependency >
120120 <plugin >
121121 <groupId >org.neo4j</groupId >
122122 <artifactId >neo4j-graphql-augmented-schema-generator-maven-plugin</artifactId >
123- <version >1.5.1-SNAPSHOT </version >
123+ <version >1.6.0 </version >
124124 <executions >
125125 <execution >
126126 <goals >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.neo4j</groupId >
77 <artifactId >neo4j-graphql-java-examples</artifactId >
8- <version >1.5.1-SNAPSHOT </version >
8+ <version >1.6.0 </version >
99 </parent >
1010
1111 <groupId >org.neo4j.graphql.examples</groupId >
3838 <dependency >
3939 <groupId >org.neo4j</groupId >
4040 <artifactId >neo4j-graphql-java</artifactId >
41- <version >1.5.1-SNAPSHOT </version >
41+ <version >1.6.0 </version >
4242 </dependency >
4343
4444 <!-- a spring graphql library -->
Original file line number Diff line number Diff line change 4646 <dependency >
4747 <groupId >org.neo4j</groupId >
4848 <artifactId >neo4j-graphql-java</artifactId >
49- <version >1.5.1-SNAPSHOT </version >
49+ <version >1.6.0 </version >
5050 </dependency >
5151
5252
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.neo4j</groupId >
99 <artifactId >neo4j-graphql-java-parent</artifactId >
10- <version >1.5.1-SNAPSHOT </version >
10+ <version >1.6.0 </version >
1111 </parent >
1212
1313 <artifactId >neo4j-graphql-java-examples</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >neo4j-graphql-java-parent</artifactId >
77 <groupId >org.neo4j</groupId >
8- <version >1.5.1-SNAPSHOT </version >
8+ <version >1.6.0 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
4646 <dependency >
4747 <groupId >org.neo4j</groupId >
4848 <artifactId >neo4j-graphql-java</artifactId >
49- <version >1.5.1-SNAPSHOT </version >
49+ <version >1.6.0 </version >
5050 </dependency >
5151 </dependencies >
5252
Original file line number Diff line number Diff line change 88 <artifactId >neo4j-graphql-java-parent</artifactId >
99 <name >Neo4j GraphQL Java Parent</name >
1010 <description >GraphQL to Cypher Mapping</description >
11- <version >1.5.1-SNAPSHOT </version >
11+ <version >1.6.0 </version >
1212 <url >https://github.com/neo4j-graphql/neo4j-graphql-java</url >
1313 <packaging >pom</packaging >
1414
Original file line number Diff line number Diff line change 11= JVM Library to translate GraphQL queries and mutations to Neo4j's Cypher
2- :version: 1.5 .0
2+ :version: 1.6 .0
33:toc:
44:toclevels: 1
55:toc-title: Quick Links
You can’t perform that action at this time.
0 commit comments