diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
deleted file mode 100644
index d65e7aa..0000000
--- a/.github/release-drafter.yml
+++ /dev/null
@@ -1,3 +0,0 @@
-# https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc
-_extends: .github
-tag-template: jellydoc-$NEXT_MINOR_VERSION
diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml
new file mode 100644
index 0000000..0279984
--- /dev/null
+++ b/.github/workflows/cd.yaml
@@ -0,0 +1,15 @@
+# Note: additional setup is required, see https://www.jenkins.io/redirect/continuous-delivery-of-plugins
+
+name: cd
+on:
+ workflow_dispatch:
+ check_run:
+ types:
+ - completed
+
+jobs:
+ maven-cd:
+ uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@v1
+ secrets:
+ MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
+ MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}
diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
deleted file mode 100644
index 832442d..0000000
--- a/.github/workflows/release-drafter.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-# Automates creation of Release Drafts using Release Drafter
-# More Info: https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc
-
-on:
- push:
- branches:
- - master
-
-jobs:
- update_release_draft:
- runs-on: ubuntu-latest
- steps:
- # Drafts your next Release notes as Pull Requests are merged into "master"
- - uses: release-drafter/release-drafter@v5
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.mvn/maven.config b/.mvn/maven.config
index 2a0299c..f7daf60 100644
--- a/.mvn/maven.config
+++ b/.mvn/maven.config
@@ -1,2 +1,3 @@
-Pconsume-incrementals
-Pmight-produce-incrementals
+-Dchangelist.format=%d.v%s
diff --git a/annotation/pom.xml b/annotation/pom.xml
index 04cb2f0..c01d184 100644
--- a/annotation/pom.xml
+++ b/annotation/pom.xml
@@ -4,7 +4,7 @@
io.jenkins.tools.maven
jellydoc
- ${revision}${changelist}
+ ${changelist}
../pom.xml
diff --git a/jellydoc-maven-plugin/pom.xml b/jellydoc-maven-plugin/pom.xml
index 5786007..bc43dff 100644
--- a/jellydoc-maven-plugin/pom.xml
+++ b/jellydoc-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
io.jenkins.tools.maven
jellydoc
- ${revision}${changelist}
+ ${changelist}
../pom.xml
jellydoc-maven-plugin
diff --git a/pom.xml b/pom.xml
index 684b476..5ebd6cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
io.jenkins.tools.maven
jellydoc
- ${revision}${changelist}
+ ${changelist}
pom
Jellydoc
@@ -33,8 +33,7 @@
- 1.12
- -SNAPSHOT
+ 999999-SNAPSHOT
jenkinsci/jellydoc-maven-plugin
diff --git a/taglib-xml-writer/pom.xml b/taglib-xml-writer/pom.xml
index 78ef4af..de630bb 100644
--- a/taglib-xml-writer/pom.xml
+++ b/taglib-xml-writer/pom.xml
@@ -3,7 +3,7 @@
io.jenkins.tools.maven
jellydoc
- ${revision}${changelist}
+ ${changelist}
../pom.xml
taglib-xml-writer