Skip to content

Commit 6bb38f3

Browse files
committed
[maven-release-plugin] prepare release v4.1.6
1 parent 6564a21 commit 6bb38f3

File tree

1 file changed

+3
-4
lines changed
  • plugins/maven/graphql-java-codegen-maven-plugin

1 file changed

+3
-4
lines changed

plugins/maven/graphql-java-codegen-maven-plugin/pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<groupId>io.github.kobylynskyi</groupId>
65
<artifactId>graphql-codegen-maven-plugin</artifactId>
7-
<version>4.1.6-SNAPSHOT</version>
6+
<version>4.1.6</version>
87
<packaging>maven-plugin</packaging>
98

109
<name>graphql-codegen-maven-plugin</name>
@@ -37,7 +36,7 @@
3736
<developerConnection>scm:git:[email protected]:kobylynskyi/graphql-java-codegen.git
3837
</developerConnection>
3938
<url>https://github.com/kobylynskyi/graphql-java-codegen/tree/master/plugins/maven</url>
40-
<tag>HEAD</tag>
39+
<tag>v4.1.6</tag>
4140
</scm>
4241

4342
<distributionManagement>

0 commit comments

Comments
 (0)