Skip to content

Commit

Permalink
enabling automated builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vimil committed Feb 25, 2022
1 parent c465f78 commit 91c1905
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added .github/.DS_Store
Binary file not shown.
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,13 +9,12 @@

<artifactId>extended-choice-parameter</artifactId>
<packaging>hpi</packaging>
<version>${revision}${changelist}</version>
<version>${changelist}</version>
<name>Extended Choice Parameter Plug-In</name>
<url>https://github.com/jenkinsci/extended-choice-parameter-plugin</url>

<properties>
<revision>0.85</revision>
<changelist>-SNAPSHOT</changelist>
<changelist>999999-SNAPSHOT</changelist>
<!--jenkins-core.version>2.127-20180610.103314-1</jenkins-core.version>
<jenkins-war.version>2.127-20180610.103343-1</jenkins-war.version-->
<jenkins.version>2.60.3</jenkins.version>
Expand Down

0 comments on commit 91c1905

Please sign in to comment.