Skip to content

Commit

Permalink
maven.config and pom.xml changes according to https://www.jenkins.io/…
Browse files Browse the repository at this point in the history
  • Loading branch information
tzachs committed Nov 27, 2021
1 parent 1ff72d5 commit 04071bb
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,7 +9,7 @@
</parent>

<artifactId>bitbucket</artifactId>
<version>${revision}${changelist}</version>
<version>${changelist}</version>
<packaging>hpi</packaging>
<name>Jenkins Bitbucket Plugin</name>
<description>integrate Jenkins with BitBucket.</description>
Expand All @@ -23,8 +23,7 @@
</scm>

<properties>
<revision>1.1.31</revision>
<changelist>-SNAPSHOT</changelist>
<changelist>999999-SNAPSHOT</changelist>
<!-- <spotbugs.skip>true</spotbugs.skip>-->
<jenkins.version>2.204.1</jenkins.version>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit 04071bb

Please sign in to comment.