Skip to content

Commit 4329f2b

Browse files
Merge pull request #6 from jenkinsci/api_integration
- pom file updated for release
2 parents 114bccc + 37ca0ad commit 4329f2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.jenkins.plugins</groupId>
1313
<artifactId>vigilnz-security</artifactId>
14-
<version>${revision}.${changelist}</version>
14+
<version>${revision}${changelist}</version>
1515
<packaging>hpi</packaging>
1616

1717
<!-- Plugin Name -->
@@ -28,7 +28,7 @@
2828
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
2929
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
3030
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
31-
<tag>vigilnz-security-1.0</tag>
31+
<tag>${scmTag}</tag>
3232
<url>https://github.com/${gitHubRepo}</url>
3333
</scm>
3434

@@ -41,8 +41,8 @@
4141
<!-- </developers>-->
4242

4343
<properties>
44-
<revision>1</revision>
45-
<changelist>999999-SNAPSHOT</changelist>
44+
<revision>1.0</revision>
45+
<changelist>-SNAPSHOT</changelist>
4646
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
4747
<jenkins.baseline>2.516</jenkins.baseline>
4848
<jenkins.version>${jenkins.baseline}.3</jenkins.version>

0 commit comments

Comments
 (0)