We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b19c23 commit 38a840eCopy full SHA for 38a840e
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>io.jenkins.plugins</groupId>
12
<artifactId>gitlab-api</artifactId>
13
- <version>1.0.6</version>
+ <version>1.0.7-SNAPSHOT</version>
14
<packaging>hpi</packaging>
15
16
<properties>
@@ -49,7 +49,7 @@
49
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
50
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
51
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
52
- <tag>gitlab-api-1.0.6</tag>
+ <tag>${scmTag}</tag>
53
</scm>
54
55
<dependencies>
0 commit comments