We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c49648 commit 5018688Copy full SHA for 5018688
pom.xml
@@ -8,7 +8,7 @@
8
<relativePath />
9
</parent>
10
<artifactId>image-tag-parameter</artifactId>
11
- <version>3.1-SNAPSHOT</version>
+ <version>3.1</version>
12
<packaging>hpi</packaging>
13
<properties>
14
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
@@ -27,7 +27,7 @@
27
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
28
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
29
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
30
- <tag>HEAD</tag>
+ <tag>image-tag-parameter-3.1</tag>
31
</scm>
32
<dependencyManagement>
33
<dependencies>
0 commit comments