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.
2 parents 1be1b55 + 3a80910 commit 69c59c5Copy full SHA for 69c59c5
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>io.jenkins.plugins</groupId>
13
<artifactId>vigilnz-security</artifactId>
14
- <version>${revision}.${changelist}</version>
+ <version>${revision}${changelist}</version>
15
<packaging>hpi</packaging>
16
17
<!-- Plugin Name -->
@@ -41,8 +41,8 @@
41
<!-- </developers>-->
42
43
<properties>
44
- <revision>1</revision>
45
- <changelist>999999-SNAPSHOT</changelist>
+ <revision>1.0</revision>
+ <changelist />
46
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
47
<jenkins.baseline>2.516</jenkins.baseline>
48
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
0 commit comments