File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
plugins/graphql-java-codegen-maven-plugin Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
<groupId >io.github.kobylynskyi</groupId >
4
4
<artifactId >graphql-codegen-maven-plugin</artifactId >
5
5
<packaging >maven-plugin</packaging >
6
- <version >1.5.0-SNAPSHOT </version >
6
+ <version >1.5.0</version >
7
7
8
8
<name >graphql-codegen-maven-plugin</name >
9
9
<description >Provides a goal for generating Java code based on GraphQL schema</description >
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>${version} </version .graphql-java-codegen>
72
+ <version .graphql-java-codegen>1.5.0 </version .graphql-java-codegen>
73
73
</properties >
74
74
75
75
<dependencies >
93
93
<dependency >
94
94
<groupId >io.github.kobylynskyi</groupId >
95
95
<artifactId >graphql-java-codegen</artifactId >
96
- <version >${version.graphql-java-codegen} </version >
96
+ <version >1.5.0 </version >
97
97
</dependency >
98
98
</dependencies >
99
99
You can’t perform that action at this time.
0 commit comments