File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
neo4j-graphql-augmented-schema-generator-maven-plugin Expand file tree Collapse file tree 6 files changed +10
-10
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.5.0 </version >
10
+ <version >1.5.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.5.0 </version >
8
+ <version >1.5.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.5.0 </version >
43
+ <version >1.5.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.5.0 </version >
123
+ <version >1.5.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.5.0 </version >
8
+ <version >1.5.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.5.0 </version >
40
+ <version >1.5.1-SNAPSHOT </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.5.0 </version >
10
+ <version >1.5.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.5.0 </version >
8
+ <version >1.5.1-SNAPSHOT </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.5.0 </version >
44
+ <version >1.5.1-SNAPSHOT </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.5.0 </version >
11
+ <version >1.5.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