Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 1a9adf7

Browse files
committed
Update pom for Fully automated versioning
1 parent 779d82b commit 1a9adf7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>matlab</artifactId>
12-
<version>${revision}${changelist}</version>
12+
<version>${changelist}</version>
1313
<packaging>hpi</packaging>
1414

1515
<name>MATLAB Plugin</name>
@@ -53,8 +53,7 @@
5353
</scm>
5454

5555
<properties>
56-
<revision>2.16.1</revision>
57-
<changelist>-SNAPSHOT</changelist>
56+
<changelist>999999-SNAPSHOT</changelist>
5857
<gitHubRepo>jenkinsci/matlab-plugin</gitHubRepo>
5958
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
6059
<jenkins.baseline>2.387</jenkins.baseline>

0 commit comments

Comments
 (0)