Skip to content

Commit

Permalink
[JENKINS-66501] Update pom.xml to prepare CD
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedam committed Sep 2, 2021
1 parent 2f2935a commit 3538644
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-Pconsume-incrementals
-Pmight-produce-incrementals
-Dchangelist.format=%d.v%s
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@
</parent>
<groupId>io.jenkins.plugins</groupId>
<artifactId>editable-choice</artifactId>
<version>${revision}${changelist}</version>
<version>${changelist}</version>
<packaging>hpi</packaging>
<properties>
<revision>1.0.0</revision>
<changelist>-SNAPSHOT</changelist>
<changelist>999999-SNAPSHOT</changelist>
<!-- Recommended versions: https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/#currently-recommended-versions -->
<jenkins.version>2.289.1</jenkins.version>
<java.level>8</java.level>
Expand Down

0 comments on commit 3538644

Please sign in to comment.