File tree 1 file changed +3
-4
lines changed
plugins/maven/graphql-java-codegen-maven-plugin
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
2
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
5
4
<groupId >io.github.kobylynskyi</groupId >
6
5
<artifactId >graphql-codegen-maven-plugin</artifactId >
7
- <version >4.1.6-SNAPSHOT </version >
6
+ <version >4.1.6</version >
8
7
<packaging >maven-plugin</packaging >
9
8
10
9
<name >graphql-codegen-maven-plugin</name >
37
36
<
developerConnection >scm:git:
[email protected] :kobylynskyi/graphql-java-codegen.git
38
37
</developerConnection >
39
38
<url >https://github.com/kobylynskyi/graphql-java-codegen/tree/master/plugins/maven</url >
40
- <tag >HEAD </tag >
39
+ <tag >v4.1.6 </tag >
41
40
</scm >
42
41
43
42
<distributionManagement >
You can’t perform that action at this time.
0 commit comments