We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f897026 commit ab5442eCopy full SHA for ab5442e
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</version>
+ <version>0.1.30-SNAPSHOT</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>openshift-sync-0.1.29</tag>
+ <tag>${project.version}</tag>
84
</scm>
85
86
<repositories>
0 commit comments