Skip to content

Commit be088ad

Browse files
auto releaser (#512)
1 parent 7296b11 commit be088ad

File tree

5 files changed

+11
-30
lines changed

5 files changed

+11
-30
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
8-
- package-ecosystem: "maven"
9-
directory: "/" # Location of package manifests
3+
- package-ecosystem: maven
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
8+
- package-ecosystem: github-actions
9+
directory: /
1010
schedule:
11-
interval: "weekly"
11+
interval: daily

.github/release-drafter.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
11
_extends: .github
2-
name-template: v$NEXT_PATCH_VERSION 🌈
3-
tag-template: cloudbees-bitbucket-branch-source-$NEXT_PATCH_VERSION
4-
version-template: $MAJOR.$MINOR.$PATCH

.github/workflows/release-management.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.mvn/maven.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-Pconsume-incrementals
22
-Pmight-produce-incrementals
3+
-Dchangelist.format=%d.v%s

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</parent>
3434

3535
<artifactId>cloudbees-bitbucket-branch-source</artifactId>
36-
<version>${revision}${changelist}</version>
36+
<version>${changelist}</version>
3737
<packaging>hpi</packaging>
3838

3939
<name>Bitbucket Branch Source Plugin</name>
@@ -49,8 +49,7 @@
4949
</licenses>
5050

5151
<properties>
52-
<revision>2.9.13</revision>
53-
<changelist>-SNAPSHOT</changelist>
52+
<changelist>999999-SNAPSHOT</changelist>
5453
<gitHubRepo>jenkinsci/bitbucket-branch-source-plugin</gitHubRepo>
5554
<jenkins.version>2.222.4</jenkins.version>
5655
<java.level>8</java.level>

0 commit comments

Comments
 (0)