File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
graphql-kotlin-spring-boot
neo4j-graphql-augmented-schema-generator-maven-plugin Expand file tree Collapse file tree 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.6.0 </version >
10
+ <version >1.6.1-SNAPSHOT </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.6.0 </version >
8
+ <version >1.6.1-SNAPSHOT </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.6.0 </version >
43
+ <version >1.6.1-SNAPSHOT </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.6.0 </version >
123
+ <version >1.6.1-SNAPSHOT </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.6.0 </version >
8
+ <version >1.6.1-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<groupId >org.neo4j.graphql.examples</groupId >
38
38
<dependency >
39
39
<groupId >org.neo4j</groupId >
40
40
<artifactId >neo4j-graphql-java</artifactId >
41
- <version >1.6.0 </version >
41
+ <version >1.6.1-SNAPSHOT </version >
42
42
</dependency >
43
43
44
44
<!-- a spring graphql library -->
Original file line number Diff line number Diff line change 46
46
<dependency >
47
47
<groupId >org.neo4j</groupId >
48
48
<artifactId >neo4j-graphql-java</artifactId >
49
- <version >1.6.0 </version >
49
+ <version >1.6.1-SNAPSHOT </version >
50
50
</dependency >
51
51
52
52
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.6.0 </version >
10
+ <version >1.6.1-SNAPSHOT </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.6.0 </version >
8
+ <version >1.6.1-SNAPSHOT </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
46
46
<dependency >
47
47
<groupId >org.neo4j</groupId >
48
48
<artifactId >neo4j-graphql-java</artifactId >
49
- <version >1.6.0 </version >
49
+ <version >1.6.1-SNAPSHOT </version >
50
50
</dependency >
51
51
</dependencies >
52
52
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.6.0 </version >
11
+ <version >1.6.1-SNAPSHOT </version >
12
12
<url >https://github.com/neo4j-graphql/neo4j-graphql-java</url >
13
13
<packaging >pom</packaging >
14
14
You can’t perform that action at this time.
0 commit comments