We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7131c commit 99fa145Copy full SHA for 99fa145
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>org.jenkins-ci.plugins</groupId>
11
<artifactId>pyenv-pipeline</artifactId>
12
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.0.2</version>
13
<packaging>hpi</packaging>
14
15
<properties>
@@ -43,7 +43,7 @@
43
<connection>scm:git:git://github.com/jenkinsci/pyenv-pipeline-plugin.git</connection>
44
<developerConnection>scm:git:[email protected]:jenkinsci/pyenv-pipeline-plugin.git</developerConnection>
45
<url>https://github.com/jenkinsci/pyenv-pipeline-plugin</url>
46
- <tag>pyenv-pipeline-1.0.1</tag>
+ <tag>pyenv-pipeline-1.0.2</tag>
47
</scm>
48
<repositories>
49
<repository>
0 commit comments