Skip to content

Commit

Permalink
reenable automated plugin release (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
chonton authored Nov 23, 2022
1 parent f42834e commit dfc0b38
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
2 changes: 0 additions & 2 deletions .github/release-drafter.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/release-drafter.yml

This file was deleted.

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 @@ -12,7 +12,7 @@

<groupId>io.jenkins.plugins</groupId>
<artifactId>extended-choice-parameter</artifactId>
<version>${revision}${changelist}</version>
<version>${changelist}</version>
<packaging>hpi</packaging>

<name>Extended Choice Parameter Plugin</name>
Expand Down Expand Up @@ -44,8 +44,7 @@
</scm>

<properties>
<revision>0.85</revision>
<changelist>-SNAPSHOT</changelist>
<changelist>999999-SNAPSHOT</changelist>

<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.version>2.332.4</jenkins.version>
Expand Down

0 comments on commit dfc0b38

Please sign in to comment.