We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31151d commit e613e4eCopy full SHA for e613e4e
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.kiwigrid</groupId>
6
<artifactId>helm-maven-plugin</artifactId>
7
- <version>5.7-SNAPSHOT</version>
+ <version>5.7</version>
8
<packaging>maven-plugin</packaging>
9
10
<name>${project.groupId}:${project.artifactId}</name>
@@ -43,7 +43,7 @@
43
<connection>scm:git:git://github.com/kiwigrid/helm-maven-plugin.git</connection>
44
<developerConnection>scm:git:git@github.com:kiwigrid/helm-maven-plugin.git</developerConnection>
45
<url>https://github.com/kiwigrid/helm-maven-plugin/tree/master</url>
46
- <tag>HEAD</tag>
+ <tag>helm-maven-plugin-5.7</tag>
47
</scm>
48
<distributionManagement>
49
<snapshotRepository>
0 commit comments