We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b4420 commit 16b5decCopy full SHA for 16b5dec
pom.xml
@@ -8,10 +8,10 @@
8
<relativePath />
9
</parent>
10
<artifactId>gitlab-oauth</artifactId>
11
- <version>1.14</version>
+ <version>${revision}${changelist}</version>
12
<packaging>hpi</packaging>
13
<properties>
14
- <revision>1.14</revision>
+ <revision>1.15</revision>
15
<changelist>-SNAPSHOT</changelist>
16
<jenkins.version>2.249.1</jenkins.version>
17
<java.level>8</java.level>
@@ -46,7 +46,7 @@
46
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
47
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
48
<url>https://github.com/${gitHubRepo}</url>
49
- <tag>gitlab-oauth-1.14</tag>
+ <tag>${scmTag}</tag>
50
</scm>
51
52
0 commit comments