Skip to content

Commit

Permalink
Merge pull request #160 from batmat/enable-cd
Browse files Browse the repository at this point in the history
Enable CD
  • Loading branch information
batmat authored Feb 8, 2022
2 parents 05e01eb + 1ecefa7 commit 05de867
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: maven
directory: /
schedule:
interval: weekly
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
1 change: 0 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
_extends: .github
tag-template: promoted-builds-$NEXT_MINOR_VERSION
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<extension>
<groupId>io.jenkins.tools.incrementals</groupId>
<artifactId>git-changelist-maven-extension</artifactId>
<version>1.2</version>
<version>1.3</version>
</extension>
</extensions>
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,15 +9,14 @@
</parent>

<artifactId>promoted-builds</artifactId>
<version>${revision}${changelist}</version>
<version>${changelist}</version>
<packaging>hpi</packaging>

<name>Jenkins promoted builds plugin</name>
<url>https://github.com/jenkinsci/promoted-builds-plugin</url>

<properties>
<revision>4.0</revision>
<changelist>-SNAPSHOT</changelist>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/promoted-builds-plugin</gitHubRepo>
<bom>2.289.x</bom>
<jenkins.version>2.289.1</jenkins.version>
Expand Down

0 comments on commit 05de867

Please sign in to comment.