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.8.0 </version >
10
+ <version >1.8.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.8.0 </version >
8
+ <version >1.8.1-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<groupId >org.neo4j.graphql.examples</groupId >
41
41
<dependency >
42
42
<groupId >org.neo4j</groupId >
43
43
<artifactId >neo4j-graphql-java</artifactId >
44
- <version >1.8.0 </version >
44
+ <version >1.8.1-SNAPSHOT </version >
45
45
</dependency >
46
46
47
47
<dependency >
126
126
<plugin >
127
127
<groupId >org.neo4j</groupId >
128
128
<artifactId >neo4j-graphql-augmented-schema-generator-maven-plugin</artifactId >
129
- <version >1.8.0 </version >
129
+ <version >1.8.1-SNAPSHOT </version >
130
130
<executions >
131
131
<execution >
132
132
<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.8.0 </version >
8
+ <version >1.8.1-SNAPSHOT </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.8.0 </version >
40
+ <version >1.8.1-SNAPSHOT </version >
41
41
</dependency >
42
42
43
43
<!-- 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.8.0 </version >
49
+ <version >1.8.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.8.0 </version >
10
+ <version >1.8.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.8.0 </version >
8
+ <version >1.8.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.8.0 </version >
49
+ <version >1.8.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.8.0 </version >
11
+ <version >1.8.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