We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent addd5d8 commit f897026Copy full SHA for f897026
pom.xml
@@ -27,7 +27,7 @@
27
</parent>
28
<groupId>io.fabric8.jenkins.plugins</groupId>
29
<artifactId>openshift-sync</artifactId>
30
- <version>0.1.29-SNAPSHOT</version>
+ <version>0.1.29</version>
31
<packaging>hpi</packaging>
32
33
<properties>
@@ -80,7 +80,7 @@
80
<connection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</connection>
81
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
82
<url>http://github.com/jenkinsci/${project.artifactId}-plugin/</url>
83
- <tag>${project.version}</tag>
+ <tag>openshift-sync-0.1.29</tag>
84
</scm>
85
86
<repositories>
0 commit comments