We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ff521 commit d69d6abCopy full SHA for d69d6ab
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>k3s-maven-plugin</artifactId>
13
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
14
<packaging>maven-plugin</packaging>
15
16
<name>k3s Maven Plugin</name>
@@ -52,7 +52,7 @@
52
<url>https://github.com/kokuwaio/k3s-maven-plugin</url>
53
<connection>scm:git:https://github.com/kokuwaio/k3s-maven-plugin.git</connection>
54
<developerConnection>scm:git:https://github.com/kokuwaio/k3s-maven-plugin.git</developerConnection>
55
- <tag>HEAD</tag>
+ <tag>1.2.0</tag>
56
</scm>
57
<issueManagement>
58
<system>github</system>
0 commit comments