File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This Maven plugin is able to generate the following classes based on your GraphQ
23
23
<plugin >
24
24
<groupId >io.github.kobylynskyi</groupId >
25
25
<artifactId >graphql-codegen-maven-plugin</artifactId >
26
- <version >1.4.1 </version >
26
+ <version >1.4.2 </version >
27
27
<executions >
28
28
<execution >
29
29
<goals >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >io.github.kobylynskyi.graphql.codegen</groupId >
5
5
<artifactId >graphql-codegen-maven-plugin-example</artifactId >
6
- <version >1.4.1 </version >
6
+ <version >1.4.2 </version >
7
7
8
8
<name >graphql-codegen-maven-plugin-example</name >
9
9
13
13
<plugin >
14
14
<groupId >io.github.kobylynskyi</groupId >
15
15
<artifactId >graphql-codegen-maven-plugin</artifactId >
16
- <version >1.4.1 </version >
16
+ <version >1.4.2 </version >
17
17
<executions >
18
18
<execution >
19
19
<goals >
Original file line number Diff line number Diff line change 69
69
<version .maven-scm-provider-gitexe>1.11.2</version .maven-scm-provider-gitexe>
70
70
<version .maven-gpg-plugin>1.6</version .maven-gpg-plugin>
71
71
72
- <version .graphql-java-codegen>1.4.1 </version .graphql-java-codegen>
72
+ <version .graphql-java-codegen>1.4.2 </version .graphql-java-codegen>
73
73
</properties >
74
74
75
75
<dependencies >
You can’t perform that action at this time.
0 commit comments