Skip to content

Commit d53acb4

Browse files
committed
[maven-release-plugin] prepare release v4.1.5
1 parent 3c4db5f commit d53acb4

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

Lines changed: 3 additions & 4 deletions
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.5-SNAPSHOT</version>
6+
<version>4.1.5</version>
87
<packaging>maven-plugin</packaging>
98

109
<name>graphql-codegen-maven-plugin</name>
@@ -37,7 +36,7 @@
3736
<developerConnection>scm:git:git@github.com: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.5</tag>
4140
</scm>
4241

4342
<distributionManagement>

0 commit comments

Comments
 (0)