Skip to content

Commit 440da50

Browse files
committed
[maven-release-plugin] prepare release v4.1.4
1 parent 6e94c67 commit 440da50

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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.4-SNAPSHOT</version>
6+
<version>4.1.4</version>
87
<packaging>maven-plugin</packaging>
98

109
<name>graphql-codegen-maven-plugin</name>
@@ -37,7 +36,8 @@
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-
</scm>
39+
<tag>v4.1.4</tag>
40+
</scm>
4141

4242
<distributionManagement>
4343
<snapshotRepository>

0 commit comments

Comments
 (0)