Skip to content

Commit 8cdb023

Browse files
authored
Merge branch 'master' into develop
2 parents 4fee0a7 + 8db4c7c commit 8cdb023

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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>
@@ -37,7 +36,8 @@
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-
</scm>
39+
<tag>HEAD</tag>
40+
</scm>
4141

4242
<distributionManagement>
4343
<snapshotRepository>

0 commit comments

Comments
 (0)