From 51d27f9040bd8178067aace867cf26f48408e11c Mon Sep 17 00:00:00 2001 From: reshmabidikar Date: Fri, 20 Jun 2025 11:20:43 +0530 Subject: [PATCH 01/14] debug release failure --- .github/workflows/release.yml | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c929f5a0..29180640 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,11 +46,6 @@ jobs: uses: actions/setup-java@v1 with: java-version: 11 - - name: Configure Sonatype mirror - uses: s4u/maven-settings-action@v2.3.0 - # Go to Sonatype directly to avoid delay syncs (could get rid of this if actions/setup-java were to support mirrors). - with: - mirrors: '[{"id": "oss-releases", "name": "Sonatype releases", "mirrorOf": "*", "url": "https://oss.sonatype.org/content/repositories/releases/"}]' - name: Download Java dependencies # We do as much as we can, but it may not be enough (https://issues.apache.org/jira/browse/MDEP-82) run: | @@ -72,16 +67,16 @@ jobs: uses: actions/setup-java@v1 with: java-version: 11 - server-id: ossrh-releases - server-username: OSSRH_USER - server-password: OSSRH_PASS + server-id: central + server-username: MAVEN_USERNAME + server-password: MAVEN_PASSWORD gpg-private-key: ${{ secrets.GPG_SIGNING_KEY }} gpg-passphrase: GPG_PASSPHRASE - name: Release artifacts if: github.event.inputs.perform_version == '' env: - OSSRH_USER: ${{ secrets.OSSRH_USER }} - OSSRH_PASS: ${{ secrets.OSSRH_PASS }} + MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} + MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }} GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} # It will still check the remote but hopefully not download much (0 B at 0 B/s). -o isn't safe because of MDEP-82 (see above). run: | @@ -89,8 +84,8 @@ jobs: - name: Perform release if: github.event.inputs.perform_version != '' env: - OSSRH_USER: ${{ secrets.OSSRH_USER }} - OSSRH_PASS: ${{ secrets.OSSRH_PASS }} + MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} + MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }} GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} # It will still check the remote but hopefully not download much (0 B at 0 B/s). -o isn't safe because of MDEP-82 (see above). # See https://issues.apache.org/jira/browse/SCM-729 for why the release.properties file is required. From ef223adbbd52b9dde6a4f8e5146840ae5507ba2e Mon Sep 17 00:00:00 2001 From: reshmabidikar Date: Fri, 20 Jun 2025 11:27:28 +0530 Subject: [PATCH 02/14] Fix local pom modifications --- config-magic/pom.xml | 2 +- metrics-api/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config-magic/pom.xml b/config-magic/pom.xml index 206cf9c2..e3ae9965 100644 --- a/config-magic/pom.xml +++ b/config-magic/pom.xml @@ -66,7 +66,7 @@ maven-surefire-plugin - + diff --git a/metrics-api/pom.xml b/metrics-api/pom.xml index 618bcbc6..7cba0aeb 100644 --- a/metrics-api/pom.xml +++ b/metrics-api/pom.xml @@ -26,5 +26,5 @@ spotbugs-exclude.xml - + From 90faa7a185014e0866a5e67aa7f35050f6246d31 Mon Sep 17 00:00:00 2001 From: reshmabidikar Date: Fri, 20 Jun 2025 11:31:25 +0530 Subject: [PATCH 03/14] Fix snapshot workflow --- .github/workflows/snapshot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 93240c24..dc749509 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -8,5 +8,5 @@ jobs: snapshot: uses: killbill/gh-actions-shared/.github/workflows/snapshot.yml@main secrets: - OSSRH_USER: ${{ secrets.OSSRH_USER }} - OSSRH_PASS: ${{ secrets.OSSRH_PASS }} + OSSRH_USER: ${{ secrets.MAVEN_USERNAME }} + OSSRH_PASS: ${{ secrets.MAVEN_PASSWORD }} From fb907dd54b0d2bb3f7d3f0115a3d277fd15d1591 Mon Sep 17 00:00:00 2001 From: reshmabidikar Date: Fri, 20 Jun 2025 11:33:23 +0530 Subject: [PATCH 04/14] Fix snapshot workflow --- .github/workflows/snapshot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index dc749509..ad45d253 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -8,5 +8,5 @@ jobs: snapshot: uses: killbill/gh-actions-shared/.github/workflows/snapshot.yml@main secrets: - OSSRH_USER: ${{ secrets.MAVEN_USERNAME }} - OSSRH_PASS: ${{ secrets.MAVEN_PASSWORD }} + MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} + MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }} From cf76bdd8f9af06763cd1db82c4be927735550717 Mon Sep 17 00:00:00 2001 From: Kill Bill core team Date: Fri, 20 Jun 2025 06:17:54 +0000 Subject: [PATCH 05/14] [maven-release-plugin] prepare release killbill-commons-0.26.8 --- automaton/pom.xml | 2 +- clock/pom.xml | 2 +- concurrent/pom.xml | 2 +- config-magic/pom.xml | 2 +- embeddeddb/common/pom.xml | 2 +- embeddeddb/h2/pom.xml | 2 +- embeddeddb/mysql/pom.xml | 2 +- embeddeddb/pom.xml | 2 +- embeddeddb/postgresql/pom.xml | 2 +- jdbi/pom.xml | 2 +- locker/pom.xml | 2 +- metrics-api/pom.xml | 2 +- metrics/pom.xml | 2 +- pom.xml | 4 ++-- queue/pom.xml | 2 +- skeleton/pom.xml | 2 +- utils/pom.xml | 2 +- xmlloader/pom.xml | 2 +- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/automaton/pom.xml b/automaton/pom.xml index 47380043..cfd997b2 100644 --- a/automaton/pom.xml +++ b/automaton/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.8-SNAPSHOT + 0.26.8 ../pom.xml killbill-automaton diff --git a/clock/pom.xml b/clock/pom.xml index 12a03d92..016d1ed4 100644 --- a/clock/pom.xml +++ b/clock/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.8-SNAPSHOT + 0.26.8 ../pom.xml killbill-clock diff --git a/concurrent/pom.xml b/concurrent/pom.xml index bf8dd3d1..d8fc9ee7 100644 --- a/concurrent/pom.xml +++ b/concurrent/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.8-SNAPSHOT + 0.26.8 ../pom.xml killbill-concurrent diff --git a/config-magic/pom.xml b/config-magic/pom.xml index e3ae9965..303e73d5 100644 --- a/config-magic/pom.xml +++ b/config-magic/pom.xml @@ -20,7 +20,7 @@ org.kill-bill.commons killbill-commons - 0.26.8-SNAPSHOT + 0.26.8 ../pom.xml killbill-config-magic diff --git a/embeddeddb/common/pom.xml b/embeddeddb/common/pom.xml index 5e12f739..75ba8106 100644 --- a/embeddeddb/common/pom.xml +++ b/embeddeddb/common/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.8-SNAPSHOT + 0.26.8 ../pom.xml killbill-embeddeddb-common diff --git a/embeddeddb/h2/pom.xml b/embeddeddb/h2/pom.xml index c193d995..05b28792 100644 --- a/embeddeddb/h2/pom.xml +++ b/embeddeddb/h2/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.8-SNAPSHOT + 0.26.8 ../pom.xml killbill-embeddeddb-h2 diff --git a/embeddeddb/mysql/pom.xml b/embeddeddb/mysql/pom.xml index 3a85ab00..9ffbdce2 100644 --- a/embeddeddb/mysql/pom.xml +++ b/embeddeddb/mysql/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.8-SNAPSHOT + 0.26.8 ../pom.xml killbill-embeddeddb-mysql diff --git a/embeddeddb/pom.xml b/embeddeddb/pom.xml index 4195b8d3..eb4b3529 100644 --- a/embeddeddb/pom.xml +++ b/embeddeddb/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.8-SNAPSHOT + 0.26.8 ../pom.xml killbill-embeddeddb diff --git a/embeddeddb/postgresql/pom.xml b/embeddeddb/postgresql/pom.xml index 71357b37..b9b5e4ce 100644 --- a/embeddeddb/postgresql/pom.xml +++ b/embeddeddb/postgresql/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.8-SNAPSHOT + 0.26.8 ../pom.xml killbill-embeddeddb-postgresql diff --git a/jdbi/pom.xml b/jdbi/pom.xml index 2519b626..512694cf 100644 --- a/jdbi/pom.xml +++ b/jdbi/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.8-SNAPSHOT + 0.26.8 ../pom.xml killbill-jdbi diff --git a/locker/pom.xml b/locker/pom.xml index 2fbc7790..a9f6db56 100644 --- a/locker/pom.xml +++ b/locker/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.8-SNAPSHOT + 0.26.8 ../pom.xml killbill-locker diff --git a/metrics-api/pom.xml b/metrics-api/pom.xml index 7cba0aeb..553b91cb 100644 --- a/metrics-api/pom.xml +++ b/metrics-api/pom.xml @@ -20,7 +20,7 @@ org.kill-bill.commons killbill-commons - 0.26.8-SNAPSHOT + 0.26.8 killbill-metrics-api diff --git a/metrics/pom.xml b/metrics/pom.xml index 48fe264a..c5e36917 100644 --- a/metrics/pom.xml +++ b/metrics/pom.xml @@ -20,7 +20,7 @@ org.kill-bill.commons killbill-commons - 0.26.8-SNAPSHOT + 0.26.8 killbill-metrics diff --git a/pom.xml b/pom.xml index 55aa246e..8773e8aa 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.kill-bill.commons killbill-commons - 0.26.8-SNAPSHOT + 0.26.8 pom killbill-commons Kill Bill reusable Java components @@ -56,7 +56,7 @@ scm:git:git://github.com/killbill/killbill-commons.git scm:git:git@github.com:killbill/killbill-commons.git - HEAD + killbill-commons-0.26.8 http://github.com/killbill/killbill-commons/tree/master diff --git a/queue/pom.xml b/queue/pom.xml index 2fcbcd9d..e8617fee 100644 --- a/queue/pom.xml +++ b/queue/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.8-SNAPSHOT + 0.26.8 ../pom.xml killbill-queue diff --git a/skeleton/pom.xml b/skeleton/pom.xml index 69417ef7..8c9c6e17 100644 --- a/skeleton/pom.xml +++ b/skeleton/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.8-SNAPSHOT + 0.26.8 ../pom.xml killbill-skeleton diff --git a/utils/pom.xml b/utils/pom.xml index fa10f142..099aa261 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -20,7 +20,7 @@ org.kill-bill.commons killbill-commons - 0.26.8-SNAPSHOT + 0.26.8 ../pom.xml diff --git a/xmlloader/pom.xml b/xmlloader/pom.xml index 58664642..65620827 100644 --- a/xmlloader/pom.xml +++ b/xmlloader/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.8-SNAPSHOT + 0.26.8 ../pom.xml killbill-xmlloader From 887c2b8034b09fadf5fc7489cf79648efa658d69 Mon Sep 17 00:00:00 2001 From: Kill Bill core team Date: Fri, 20 Jun 2025 06:17:56 +0000 Subject: [PATCH 06/14] [maven-release-plugin] prepare for next development iteration --- automaton/pom.xml | 2 +- clock/pom.xml | 2 +- concurrent/pom.xml | 2 +- config-magic/pom.xml | 4 ++-- embeddeddb/common/pom.xml | 2 +- embeddeddb/h2/pom.xml | 2 +- embeddeddb/mysql/pom.xml | 2 +- embeddeddb/pom.xml | 2 +- embeddeddb/postgresql/pom.xml | 2 +- jdbi/pom.xml | 2 +- locker/pom.xml | 2 +- metrics-api/pom.xml | 4 ++-- metrics/pom.xml | 2 +- pom.xml | 4 ++-- queue/pom.xml | 2 +- skeleton/pom.xml | 2 +- utils/pom.xml | 2 +- xmlloader/pom.xml | 2 +- 18 files changed, 21 insertions(+), 21 deletions(-) diff --git a/automaton/pom.xml b/automaton/pom.xml index cfd997b2..0debc366 100644 --- a/automaton/pom.xml +++ b/automaton/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.8 + 0.26.9-SNAPSHOT ../pom.xml killbill-automaton diff --git a/clock/pom.xml b/clock/pom.xml index 016d1ed4..9a1544ef 100644 --- a/clock/pom.xml +++ b/clock/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.8 + 0.26.9-SNAPSHOT ../pom.xml killbill-clock diff --git a/concurrent/pom.xml b/concurrent/pom.xml index d8fc9ee7..d4a1ce45 100644 --- a/concurrent/pom.xml +++ b/concurrent/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.8 + 0.26.9-SNAPSHOT ../pom.xml killbill-concurrent diff --git a/config-magic/pom.xml b/config-magic/pom.xml index 303e73d5..b420074d 100644 --- a/config-magic/pom.xml +++ b/config-magic/pom.xml @@ -20,7 +20,7 @@ org.kill-bill.commons killbill-commons - 0.26.8 + 0.26.9-SNAPSHOT ../pom.xml killbill-config-magic @@ -66,7 +66,7 @@ maven-surefire-plugin - + diff --git a/embeddeddb/common/pom.xml b/embeddeddb/common/pom.xml index 75ba8106..8fca1d7e 100644 --- a/embeddeddb/common/pom.xml +++ b/embeddeddb/common/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.8 + 0.26.9-SNAPSHOT ../pom.xml killbill-embeddeddb-common diff --git a/embeddeddb/h2/pom.xml b/embeddeddb/h2/pom.xml index 05b28792..09b11560 100644 --- a/embeddeddb/h2/pom.xml +++ b/embeddeddb/h2/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.8 + 0.26.9-SNAPSHOT ../pom.xml killbill-embeddeddb-h2 diff --git a/embeddeddb/mysql/pom.xml b/embeddeddb/mysql/pom.xml index 9ffbdce2..7b519f87 100644 --- a/embeddeddb/mysql/pom.xml +++ b/embeddeddb/mysql/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.8 + 0.26.9-SNAPSHOT ../pom.xml killbill-embeddeddb-mysql diff --git a/embeddeddb/pom.xml b/embeddeddb/pom.xml index eb4b3529..e62192ea 100644 --- a/embeddeddb/pom.xml +++ b/embeddeddb/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.8 + 0.26.9-SNAPSHOT ../pom.xml killbill-embeddeddb diff --git a/embeddeddb/postgresql/pom.xml b/embeddeddb/postgresql/pom.xml index b9b5e4ce..4a51977c 100644 --- a/embeddeddb/postgresql/pom.xml +++ b/embeddeddb/postgresql/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.8 + 0.26.9-SNAPSHOT ../pom.xml killbill-embeddeddb-postgresql diff --git a/jdbi/pom.xml b/jdbi/pom.xml index 512694cf..5ed1b7f2 100644 --- a/jdbi/pom.xml +++ b/jdbi/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.8 + 0.26.9-SNAPSHOT ../pom.xml killbill-jdbi diff --git a/locker/pom.xml b/locker/pom.xml index a9f6db56..52494d4e 100644 --- a/locker/pom.xml +++ b/locker/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.8 + 0.26.9-SNAPSHOT ../pom.xml killbill-locker diff --git a/metrics-api/pom.xml b/metrics-api/pom.xml index 553b91cb..b252a5cc 100644 --- a/metrics-api/pom.xml +++ b/metrics-api/pom.xml @@ -20,11 +20,11 @@ org.kill-bill.commons killbill-commons - 0.26.8 + 0.26.9-SNAPSHOT killbill-metrics-api spotbugs-exclude.xml - + diff --git a/metrics/pom.xml b/metrics/pom.xml index c5e36917..e8ec58e0 100644 --- a/metrics/pom.xml +++ b/metrics/pom.xml @@ -20,7 +20,7 @@ org.kill-bill.commons killbill-commons - 0.26.8 + 0.26.9-SNAPSHOT killbill-metrics diff --git a/pom.xml b/pom.xml index 8773e8aa..f22f2b22 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.kill-bill.commons killbill-commons - 0.26.8 + 0.26.9-SNAPSHOT pom killbill-commons Kill Bill reusable Java components @@ -56,7 +56,7 @@ scm:git:git://github.com/killbill/killbill-commons.git scm:git:git@github.com:killbill/killbill-commons.git - killbill-commons-0.26.8 + HEAD http://github.com/killbill/killbill-commons/tree/master diff --git a/queue/pom.xml b/queue/pom.xml index e8617fee..0a32aaa1 100644 --- a/queue/pom.xml +++ b/queue/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.8 + 0.26.9-SNAPSHOT ../pom.xml killbill-queue diff --git a/skeleton/pom.xml b/skeleton/pom.xml index 8c9c6e17..59a01771 100644 --- a/skeleton/pom.xml +++ b/skeleton/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.8 + 0.26.9-SNAPSHOT ../pom.xml killbill-skeleton diff --git a/utils/pom.xml b/utils/pom.xml index 099aa261..26223e43 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -20,7 +20,7 @@ org.kill-bill.commons killbill-commons - 0.26.8 + 0.26.9-SNAPSHOT ../pom.xml diff --git a/xmlloader/pom.xml b/xmlloader/pom.xml index 65620827..95d44636 100644 --- a/xmlloader/pom.xml +++ b/xmlloader/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.8 + 0.26.9-SNAPSHOT ../pom.xml killbill-xmlloader From 346094ec911ced64d8fb834de1028946b12488b0 Mon Sep 17 00:00:00 2001 From: reshmabidikar Date: Fri, 20 Jun 2025 11:57:42 +0530 Subject: [PATCH 07/14] Update parent pom to 0.146.54 --- config-magic/pom.xml | 2 +- metrics-api/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config-magic/pom.xml b/config-magic/pom.xml index b420074d..07701a77 100644 --- a/config-magic/pom.xml +++ b/config-magic/pom.xml @@ -66,7 +66,7 @@ maven-surefire-plugin - + diff --git a/metrics-api/pom.xml b/metrics-api/pom.xml index b252a5cc..653bbf6a 100644 --- a/metrics-api/pom.xml +++ b/metrics-api/pom.xml @@ -26,5 +26,5 @@ spotbugs-exclude.xml - + diff --git a/pom.xml b/pom.xml index f22f2b22..9f82dbd5 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.billing killbill-oss-parent - 0.146.39 + 0.146.54 org.kill-bill.commons killbill-commons From 4a5156b530c72f9a8ea24269fd362f56c6a6de86 Mon Sep 17 00:00:00 2001 From: Kill Bill core team Date: Fri, 20 Jun 2025 06:35:36 +0000 Subject: [PATCH 08/14] [maven-release-plugin] prepare release killbill-commons-0.26.9 --- automaton/pom.xml | 2 +- clock/pom.xml | 2 +- concurrent/pom.xml | 2 +- config-magic/pom.xml | 2 +- embeddeddb/common/pom.xml | 2 +- embeddeddb/h2/pom.xml | 2 +- embeddeddb/mysql/pom.xml | 2 +- embeddeddb/pom.xml | 2 +- embeddeddb/postgresql/pom.xml | 2 +- jdbi/pom.xml | 2 +- locker/pom.xml | 2 +- metrics-api/pom.xml | 2 +- metrics/pom.xml | 2 +- pom.xml | 4 ++-- queue/pom.xml | 2 +- skeleton/pom.xml | 2 +- utils/pom.xml | 2 +- xmlloader/pom.xml | 2 +- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/automaton/pom.xml b/automaton/pom.xml index 0debc366..76ea08ef 100644 --- a/automaton/pom.xml +++ b/automaton/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.9-SNAPSHOT + 0.26.9 ../pom.xml killbill-automaton diff --git a/clock/pom.xml b/clock/pom.xml index 9a1544ef..8912ab4e 100644 --- a/clock/pom.xml +++ b/clock/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.9-SNAPSHOT + 0.26.9 ../pom.xml killbill-clock diff --git a/concurrent/pom.xml b/concurrent/pom.xml index d4a1ce45..5b823fcb 100644 --- a/concurrent/pom.xml +++ b/concurrent/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.9-SNAPSHOT + 0.26.9 ../pom.xml killbill-concurrent diff --git a/config-magic/pom.xml b/config-magic/pom.xml index 07701a77..62ff2d35 100644 --- a/config-magic/pom.xml +++ b/config-magic/pom.xml @@ -20,7 +20,7 @@ org.kill-bill.commons killbill-commons - 0.26.9-SNAPSHOT + 0.26.9 ../pom.xml killbill-config-magic diff --git a/embeddeddb/common/pom.xml b/embeddeddb/common/pom.xml index 8fca1d7e..6857556e 100644 --- a/embeddeddb/common/pom.xml +++ b/embeddeddb/common/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.9-SNAPSHOT + 0.26.9 ../pom.xml killbill-embeddeddb-common diff --git a/embeddeddb/h2/pom.xml b/embeddeddb/h2/pom.xml index 09b11560..b2bafdea 100644 --- a/embeddeddb/h2/pom.xml +++ b/embeddeddb/h2/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.9-SNAPSHOT + 0.26.9 ../pom.xml killbill-embeddeddb-h2 diff --git a/embeddeddb/mysql/pom.xml b/embeddeddb/mysql/pom.xml index 7b519f87..f4f662c9 100644 --- a/embeddeddb/mysql/pom.xml +++ b/embeddeddb/mysql/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.9-SNAPSHOT + 0.26.9 ../pom.xml killbill-embeddeddb-mysql diff --git a/embeddeddb/pom.xml b/embeddeddb/pom.xml index e62192ea..0e85d858 100644 --- a/embeddeddb/pom.xml +++ b/embeddeddb/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.9-SNAPSHOT + 0.26.9 ../pom.xml killbill-embeddeddb diff --git a/embeddeddb/postgresql/pom.xml b/embeddeddb/postgresql/pom.xml index 4a51977c..6be43bdb 100644 --- a/embeddeddb/postgresql/pom.xml +++ b/embeddeddb/postgresql/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.9-SNAPSHOT + 0.26.9 ../pom.xml killbill-embeddeddb-postgresql diff --git a/jdbi/pom.xml b/jdbi/pom.xml index 5ed1b7f2..3af30485 100644 --- a/jdbi/pom.xml +++ b/jdbi/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.9-SNAPSHOT + 0.26.9 ../pom.xml killbill-jdbi diff --git a/locker/pom.xml b/locker/pom.xml index 52494d4e..c02ec853 100644 --- a/locker/pom.xml +++ b/locker/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.9-SNAPSHOT + 0.26.9 ../pom.xml killbill-locker diff --git a/metrics-api/pom.xml b/metrics-api/pom.xml index 653bbf6a..1e460ec4 100644 --- a/metrics-api/pom.xml +++ b/metrics-api/pom.xml @@ -20,7 +20,7 @@ org.kill-bill.commons killbill-commons - 0.26.9-SNAPSHOT + 0.26.9 killbill-metrics-api diff --git a/metrics/pom.xml b/metrics/pom.xml index e8ec58e0..3f2c6410 100644 --- a/metrics/pom.xml +++ b/metrics/pom.xml @@ -20,7 +20,7 @@ org.kill-bill.commons killbill-commons - 0.26.9-SNAPSHOT + 0.26.9 killbill-metrics diff --git a/pom.xml b/pom.xml index 9f82dbd5..06f9927c 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.kill-bill.commons killbill-commons - 0.26.9-SNAPSHOT + 0.26.9 pom killbill-commons Kill Bill reusable Java components @@ -56,7 +56,7 @@ scm:git:git://github.com/killbill/killbill-commons.git scm:git:git@github.com:killbill/killbill-commons.git - HEAD + killbill-commons-0.26.9 http://github.com/killbill/killbill-commons/tree/master diff --git a/queue/pom.xml b/queue/pom.xml index 0a32aaa1..64add452 100644 --- a/queue/pom.xml +++ b/queue/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.9-SNAPSHOT + 0.26.9 ../pom.xml killbill-queue diff --git a/skeleton/pom.xml b/skeleton/pom.xml index 59a01771..60d9c95b 100644 --- a/skeleton/pom.xml +++ b/skeleton/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.9-SNAPSHOT + 0.26.9 ../pom.xml killbill-skeleton diff --git a/utils/pom.xml b/utils/pom.xml index 26223e43..97358c50 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -20,7 +20,7 @@ org.kill-bill.commons killbill-commons - 0.26.9-SNAPSHOT + 0.26.9 ../pom.xml diff --git a/xmlloader/pom.xml b/xmlloader/pom.xml index 95d44636..4e0cccb4 100644 --- a/xmlloader/pom.xml +++ b/xmlloader/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.9-SNAPSHOT + 0.26.9 ../pom.xml killbill-xmlloader From 5b107bb5885cbada360638099e5bd611b82d0786 Mon Sep 17 00:00:00 2001 From: Kill Bill core team Date: Fri, 20 Jun 2025 06:35:37 +0000 Subject: [PATCH 09/14] [maven-release-plugin] prepare for next development iteration --- automaton/pom.xml | 2 +- clock/pom.xml | 2 +- concurrent/pom.xml | 2 +- config-magic/pom.xml | 4 ++-- embeddeddb/common/pom.xml | 2 +- embeddeddb/h2/pom.xml | 2 +- embeddeddb/mysql/pom.xml | 2 +- embeddeddb/pom.xml | 2 +- embeddeddb/postgresql/pom.xml | 2 +- jdbi/pom.xml | 2 +- locker/pom.xml | 2 +- metrics-api/pom.xml | 4 ++-- metrics/pom.xml | 2 +- pom.xml | 4 ++-- queue/pom.xml | 2 +- skeleton/pom.xml | 2 +- utils/pom.xml | 2 +- xmlloader/pom.xml | 2 +- 18 files changed, 21 insertions(+), 21 deletions(-) diff --git a/automaton/pom.xml b/automaton/pom.xml index 76ea08ef..586e04a4 100644 --- a/automaton/pom.xml +++ b/automaton/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.9 + 0.26.10-SNAPSHOT ../pom.xml killbill-automaton diff --git a/clock/pom.xml b/clock/pom.xml index 8912ab4e..fecb32a0 100644 --- a/clock/pom.xml +++ b/clock/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.9 + 0.26.10-SNAPSHOT ../pom.xml killbill-clock diff --git a/concurrent/pom.xml b/concurrent/pom.xml index 5b823fcb..cf1276c2 100644 --- a/concurrent/pom.xml +++ b/concurrent/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.9 + 0.26.10-SNAPSHOT ../pom.xml killbill-concurrent diff --git a/config-magic/pom.xml b/config-magic/pom.xml index 62ff2d35..a44f7321 100644 --- a/config-magic/pom.xml +++ b/config-magic/pom.xml @@ -20,7 +20,7 @@ org.kill-bill.commons killbill-commons - 0.26.9 + 0.26.10-SNAPSHOT ../pom.xml killbill-config-magic @@ -66,7 +66,7 @@ maven-surefire-plugin - + diff --git a/embeddeddb/common/pom.xml b/embeddeddb/common/pom.xml index 6857556e..c408472b 100644 --- a/embeddeddb/common/pom.xml +++ b/embeddeddb/common/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.9 + 0.26.10-SNAPSHOT ../pom.xml killbill-embeddeddb-common diff --git a/embeddeddb/h2/pom.xml b/embeddeddb/h2/pom.xml index b2bafdea..83357abf 100644 --- a/embeddeddb/h2/pom.xml +++ b/embeddeddb/h2/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.9 + 0.26.10-SNAPSHOT ../pom.xml killbill-embeddeddb-h2 diff --git a/embeddeddb/mysql/pom.xml b/embeddeddb/mysql/pom.xml index f4f662c9..ff6db724 100644 --- a/embeddeddb/mysql/pom.xml +++ b/embeddeddb/mysql/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.9 + 0.26.10-SNAPSHOT ../pom.xml killbill-embeddeddb-mysql diff --git a/embeddeddb/pom.xml b/embeddeddb/pom.xml index 0e85d858..e4888733 100644 --- a/embeddeddb/pom.xml +++ b/embeddeddb/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.9 + 0.26.10-SNAPSHOT ../pom.xml killbill-embeddeddb diff --git a/embeddeddb/postgresql/pom.xml b/embeddeddb/postgresql/pom.xml index 6be43bdb..570210c6 100644 --- a/embeddeddb/postgresql/pom.xml +++ b/embeddeddb/postgresql/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.9 + 0.26.10-SNAPSHOT ../pom.xml killbill-embeddeddb-postgresql diff --git a/jdbi/pom.xml b/jdbi/pom.xml index 3af30485..d8842aa7 100644 --- a/jdbi/pom.xml +++ b/jdbi/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.9 + 0.26.10-SNAPSHOT ../pom.xml killbill-jdbi diff --git a/locker/pom.xml b/locker/pom.xml index c02ec853..3864b3ba 100644 --- a/locker/pom.xml +++ b/locker/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.9 + 0.26.10-SNAPSHOT ../pom.xml killbill-locker diff --git a/metrics-api/pom.xml b/metrics-api/pom.xml index 1e460ec4..7466f1e9 100644 --- a/metrics-api/pom.xml +++ b/metrics-api/pom.xml @@ -20,11 +20,11 @@ org.kill-bill.commons killbill-commons - 0.26.9 + 0.26.10-SNAPSHOT killbill-metrics-api spotbugs-exclude.xml - + diff --git a/metrics/pom.xml b/metrics/pom.xml index 3f2c6410..eda61108 100644 --- a/metrics/pom.xml +++ b/metrics/pom.xml @@ -20,7 +20,7 @@ org.kill-bill.commons killbill-commons - 0.26.9 + 0.26.10-SNAPSHOT killbill-metrics diff --git a/pom.xml b/pom.xml index 06f9927c..88379e93 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.kill-bill.commons killbill-commons - 0.26.9 + 0.26.10-SNAPSHOT pom killbill-commons Kill Bill reusable Java components @@ -56,7 +56,7 @@ scm:git:git://github.com/killbill/killbill-commons.git scm:git:git@github.com:killbill/killbill-commons.git - killbill-commons-0.26.9 + HEAD http://github.com/killbill/killbill-commons/tree/master diff --git a/queue/pom.xml b/queue/pom.xml index 64add452..36c923eb 100644 --- a/queue/pom.xml +++ b/queue/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.9 + 0.26.10-SNAPSHOT ../pom.xml killbill-queue diff --git a/skeleton/pom.xml b/skeleton/pom.xml index 60d9c95b..2189544f 100644 --- a/skeleton/pom.xml +++ b/skeleton/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.9 + 0.26.10-SNAPSHOT ../pom.xml killbill-skeleton diff --git a/utils/pom.xml b/utils/pom.xml index 97358c50..2ad6f30f 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -20,7 +20,7 @@ org.kill-bill.commons killbill-commons - 0.26.9 + 0.26.10-SNAPSHOT ../pom.xml diff --git a/xmlloader/pom.xml b/xmlloader/pom.xml index 4e0cccb4..aaa3d6b1 100644 --- a/xmlloader/pom.xml +++ b/xmlloader/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.9 + 0.26.10-SNAPSHOT ../pom.xml killbill-xmlloader From 5d370206f3d850d8e4fa33485968778003c1c094 Mon Sep 17 00:00:00 2001 From: reshmabidikar Date: Fri, 20 Jun 2025 13:20:28 +0530 Subject: [PATCH 10/14] Use setupjava-v3 and add project names --- .github/workflows/release.yml | 2 +- config-magic/pom.xml | 2 +- metrics-api/pom.xml | 3 ++- metrics/pom.xml | 1 + 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29180640..694655f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: # Will be pushed as part of the release process, only if the release is successful git commit -m "pom.xml: update killbill-oss-parent to ${{ github.event.inputs.parent_version }}" - name: Configure settings.xml for release - uses: actions/setup-java@v1 + uses: actions/setup-java@v3 with: java-version: 11 server-id: central diff --git a/config-magic/pom.xml b/config-magic/pom.xml index a44f7321..54d04717 100644 --- a/config-magic/pom.xml +++ b/config-magic/pom.xml @@ -66,7 +66,7 @@ maven-surefire-plugin - + diff --git a/metrics-api/pom.xml b/metrics-api/pom.xml index 7466f1e9..d3fe01c5 100644 --- a/metrics-api/pom.xml +++ b/metrics-api/pom.xml @@ -23,8 +23,9 @@ 0.26.10-SNAPSHOT killbill-metrics-api + KillBill Metrics API spotbugs-exclude.xml - + diff --git a/metrics/pom.xml b/metrics/pom.xml index eda61108..4aba3b07 100644 --- a/metrics/pom.xml +++ b/metrics/pom.xml @@ -23,6 +23,7 @@ 0.26.10-SNAPSHOT killbill-metrics + KillBill Metrics spotbugs-exclude.xml From 94ffe984995ab167ada9b6310c28a8a364a15bb0 Mon Sep 17 00:00:00 2001 From: reshmabidikar Date: Fri, 20 Jun 2025 13:31:56 +0530 Subject: [PATCH 11/14] add distribution --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 694655f0..13c78eea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,6 +67,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: 11 + distribution: temurin server-id: central server-username: MAVEN_USERNAME server-password: MAVEN_PASSWORD @@ -80,7 +81,7 @@ jobs: GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} # It will still check the remote but hopefully not download much (0 B at 0 B/s). -o isn't safe because of MDEP-82 (see above). run: | - mvn ${MAVEN_FLAGS} release:clean release:prepare release:perform + mvn ${MAVEN_FLAGS} clean deploy -Psonatype-oss-release - name: Perform release if: github.event.inputs.perform_version != '' env: From 25e400232e0a0b4fb63709f8a84ee64039d8a1b8 Mon Sep 17 00:00:00 2001 From: reshmabidikar Date: Fri, 20 Jun 2025 13:51:33 +0530 Subject: [PATCH 12/14] undo temp change in release.yml --- .github/workflows/release.yml | 2 +- .idea/misc.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13c78eea..72608c51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} # It will still check the remote but hopefully not download much (0 B at 0 B/s). -o isn't safe because of MDEP-82 (see above). run: | - mvn ${MAVEN_FLAGS} clean deploy -Psonatype-oss-release + mvn ${MAVEN_FLAGS} release:clean release:prepare release:perform - name: Perform release if: github.event.inputs.perform_version != '' env: diff --git a/.idea/misc.xml b/.idea/misc.xml index cc1e11c6..e32f2d98 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,6 @@ + From 01a4746d5272998933628681856b095c8c35f0ae Mon Sep 17 00:00:00 2001 From: Kill Bill core team Date: Fri, 20 Jun 2025 08:28:10 +0000 Subject: [PATCH 13/14] [maven-release-plugin] prepare release killbill-commons-0.26.10 --- automaton/pom.xml | 2 +- clock/pom.xml | 2 +- concurrent/pom.xml | 2 +- config-magic/pom.xml | 2 +- embeddeddb/common/pom.xml | 2 +- embeddeddb/h2/pom.xml | 2 +- embeddeddb/mysql/pom.xml | 2 +- embeddeddb/pom.xml | 2 +- embeddeddb/postgresql/pom.xml | 2 +- jdbi/pom.xml | 2 +- locker/pom.xml | 2 +- metrics-api/pom.xml | 2 +- metrics/pom.xml | 2 +- pom.xml | 4 ++-- queue/pom.xml | 2 +- skeleton/pom.xml | 2 +- utils/pom.xml | 2 +- xmlloader/pom.xml | 2 +- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/automaton/pom.xml b/automaton/pom.xml index 586e04a4..cf71cbda 100644 --- a/automaton/pom.xml +++ b/automaton/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.10-SNAPSHOT + 0.26.10 ../pom.xml killbill-automaton diff --git a/clock/pom.xml b/clock/pom.xml index fecb32a0..f62cdf92 100644 --- a/clock/pom.xml +++ b/clock/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.10-SNAPSHOT + 0.26.10 ../pom.xml killbill-clock diff --git a/concurrent/pom.xml b/concurrent/pom.xml index cf1276c2..154ae34d 100644 --- a/concurrent/pom.xml +++ b/concurrent/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.10-SNAPSHOT + 0.26.10 ../pom.xml killbill-concurrent diff --git a/config-magic/pom.xml b/config-magic/pom.xml index 54d04717..451996c7 100644 --- a/config-magic/pom.xml +++ b/config-magic/pom.xml @@ -20,7 +20,7 @@ org.kill-bill.commons killbill-commons - 0.26.10-SNAPSHOT + 0.26.10 ../pom.xml killbill-config-magic diff --git a/embeddeddb/common/pom.xml b/embeddeddb/common/pom.xml index c408472b..5b9990a2 100644 --- a/embeddeddb/common/pom.xml +++ b/embeddeddb/common/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.10-SNAPSHOT + 0.26.10 ../pom.xml killbill-embeddeddb-common diff --git a/embeddeddb/h2/pom.xml b/embeddeddb/h2/pom.xml index 83357abf..72300b81 100644 --- a/embeddeddb/h2/pom.xml +++ b/embeddeddb/h2/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.10-SNAPSHOT + 0.26.10 ../pom.xml killbill-embeddeddb-h2 diff --git a/embeddeddb/mysql/pom.xml b/embeddeddb/mysql/pom.xml index ff6db724..27c74efb 100644 --- a/embeddeddb/mysql/pom.xml +++ b/embeddeddb/mysql/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.10-SNAPSHOT + 0.26.10 ../pom.xml killbill-embeddeddb-mysql diff --git a/embeddeddb/pom.xml b/embeddeddb/pom.xml index e4888733..691b24f4 100644 --- a/embeddeddb/pom.xml +++ b/embeddeddb/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.10-SNAPSHOT + 0.26.10 ../pom.xml killbill-embeddeddb diff --git a/embeddeddb/postgresql/pom.xml b/embeddeddb/postgresql/pom.xml index 570210c6..efab2d3a 100644 --- a/embeddeddb/postgresql/pom.xml +++ b/embeddeddb/postgresql/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.10-SNAPSHOT + 0.26.10 ../pom.xml killbill-embeddeddb-postgresql diff --git a/jdbi/pom.xml b/jdbi/pom.xml index d8842aa7..38aee478 100644 --- a/jdbi/pom.xml +++ b/jdbi/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.10-SNAPSHOT + 0.26.10 ../pom.xml killbill-jdbi diff --git a/locker/pom.xml b/locker/pom.xml index 3864b3ba..9e4bcf05 100644 --- a/locker/pom.xml +++ b/locker/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.10-SNAPSHOT + 0.26.10 ../pom.xml killbill-locker diff --git a/metrics-api/pom.xml b/metrics-api/pom.xml index d3fe01c5..b7f6498d 100644 --- a/metrics-api/pom.xml +++ b/metrics-api/pom.xml @@ -20,7 +20,7 @@ org.kill-bill.commons killbill-commons - 0.26.10-SNAPSHOT + 0.26.10 killbill-metrics-api KillBill Metrics API diff --git a/metrics/pom.xml b/metrics/pom.xml index 4aba3b07..e047e50d 100644 --- a/metrics/pom.xml +++ b/metrics/pom.xml @@ -20,7 +20,7 @@ org.kill-bill.commons killbill-commons - 0.26.10-SNAPSHOT + 0.26.10 killbill-metrics KillBill Metrics diff --git a/pom.xml b/pom.xml index 88379e93..63697fc9 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.kill-bill.commons killbill-commons - 0.26.10-SNAPSHOT + 0.26.10 pom killbill-commons Kill Bill reusable Java components @@ -56,7 +56,7 @@ scm:git:git://github.com/killbill/killbill-commons.git scm:git:git@github.com:killbill/killbill-commons.git - HEAD + killbill-commons-0.26.10 http://github.com/killbill/killbill-commons/tree/master diff --git a/queue/pom.xml b/queue/pom.xml index 36c923eb..cd17a871 100644 --- a/queue/pom.xml +++ b/queue/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.10-SNAPSHOT + 0.26.10 ../pom.xml killbill-queue diff --git a/skeleton/pom.xml b/skeleton/pom.xml index 2189544f..3fd98033 100644 --- a/skeleton/pom.xml +++ b/skeleton/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.10-SNAPSHOT + 0.26.10 ../pom.xml killbill-skeleton diff --git a/utils/pom.xml b/utils/pom.xml index 2ad6f30f..14e61000 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -20,7 +20,7 @@ org.kill-bill.commons killbill-commons - 0.26.10-SNAPSHOT + 0.26.10 ../pom.xml diff --git a/xmlloader/pom.xml b/xmlloader/pom.xml index aaa3d6b1..d9dc19c7 100644 --- a/xmlloader/pom.xml +++ b/xmlloader/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.10-SNAPSHOT + 0.26.10 ../pom.xml killbill-xmlloader From 1693e48aa9f791e9a31dcb38c82faba65571e1b1 Mon Sep 17 00:00:00 2001 From: Kill Bill core team Date: Fri, 20 Jun 2025 08:28:11 +0000 Subject: [PATCH 14/14] [maven-release-plugin] prepare for next development iteration --- automaton/pom.xml | 2 +- clock/pom.xml | 2 +- concurrent/pom.xml | 2 +- config-magic/pom.xml | 4 ++-- embeddeddb/common/pom.xml | 2 +- embeddeddb/h2/pom.xml | 2 +- embeddeddb/mysql/pom.xml | 2 +- embeddeddb/pom.xml | 2 +- embeddeddb/postgresql/pom.xml | 2 +- jdbi/pom.xml | 2 +- locker/pom.xml | 2 +- metrics-api/pom.xml | 4 ++-- metrics/pom.xml | 2 +- pom.xml | 4 ++-- queue/pom.xml | 2 +- skeleton/pom.xml | 2 +- utils/pom.xml | 2 +- xmlloader/pom.xml | 2 +- 18 files changed, 21 insertions(+), 21 deletions(-) diff --git a/automaton/pom.xml b/automaton/pom.xml index cf71cbda..4f3b52da 100644 --- a/automaton/pom.xml +++ b/automaton/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.10 + 0.26.11-SNAPSHOT ../pom.xml killbill-automaton diff --git a/clock/pom.xml b/clock/pom.xml index f62cdf92..1a77b3fe 100644 --- a/clock/pom.xml +++ b/clock/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.10 + 0.26.11-SNAPSHOT ../pom.xml killbill-clock diff --git a/concurrent/pom.xml b/concurrent/pom.xml index 154ae34d..1a1e554a 100644 --- a/concurrent/pom.xml +++ b/concurrent/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.10 + 0.26.11-SNAPSHOT ../pom.xml killbill-concurrent diff --git a/config-magic/pom.xml b/config-magic/pom.xml index 451996c7..93bd8022 100644 --- a/config-magic/pom.xml +++ b/config-magic/pom.xml @@ -20,7 +20,7 @@ org.kill-bill.commons killbill-commons - 0.26.10 + 0.26.11-SNAPSHOT ../pom.xml killbill-config-magic @@ -66,7 +66,7 @@ maven-surefire-plugin - + diff --git a/embeddeddb/common/pom.xml b/embeddeddb/common/pom.xml index 5b9990a2..1364e66c 100644 --- a/embeddeddb/common/pom.xml +++ b/embeddeddb/common/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.10 + 0.26.11-SNAPSHOT ../pom.xml killbill-embeddeddb-common diff --git a/embeddeddb/h2/pom.xml b/embeddeddb/h2/pom.xml index 72300b81..ff006ddf 100644 --- a/embeddeddb/h2/pom.xml +++ b/embeddeddb/h2/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.10 + 0.26.11-SNAPSHOT ../pom.xml killbill-embeddeddb-h2 diff --git a/embeddeddb/mysql/pom.xml b/embeddeddb/mysql/pom.xml index 27c74efb..df89533f 100644 --- a/embeddeddb/mysql/pom.xml +++ b/embeddeddb/mysql/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.10 + 0.26.11-SNAPSHOT ../pom.xml killbill-embeddeddb-mysql diff --git a/embeddeddb/pom.xml b/embeddeddb/pom.xml index 691b24f4..1ea4befc 100644 --- a/embeddeddb/pom.xml +++ b/embeddeddb/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.10 + 0.26.11-SNAPSHOT ../pom.xml killbill-embeddeddb diff --git a/embeddeddb/postgresql/pom.xml b/embeddeddb/postgresql/pom.xml index efab2d3a..c706b32b 100644 --- a/embeddeddb/postgresql/pom.xml +++ b/embeddeddb/postgresql/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-embeddeddb - 0.26.10 + 0.26.11-SNAPSHOT ../pom.xml killbill-embeddeddb-postgresql diff --git a/jdbi/pom.xml b/jdbi/pom.xml index 38aee478..6b39a508 100644 --- a/jdbi/pom.xml +++ b/jdbi/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.10 + 0.26.11-SNAPSHOT ../pom.xml killbill-jdbi diff --git a/locker/pom.xml b/locker/pom.xml index 9e4bcf05..2d2fa9f5 100644 --- a/locker/pom.xml +++ b/locker/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.10 + 0.26.11-SNAPSHOT ../pom.xml killbill-locker diff --git a/metrics-api/pom.xml b/metrics-api/pom.xml index b7f6498d..b8327328 100644 --- a/metrics-api/pom.xml +++ b/metrics-api/pom.xml @@ -20,12 +20,12 @@ org.kill-bill.commons killbill-commons - 0.26.10 + 0.26.11-SNAPSHOT killbill-metrics-api KillBill Metrics API spotbugs-exclude.xml - + diff --git a/metrics/pom.xml b/metrics/pom.xml index e047e50d..cd020ba5 100644 --- a/metrics/pom.xml +++ b/metrics/pom.xml @@ -20,7 +20,7 @@ org.kill-bill.commons killbill-commons - 0.26.10 + 0.26.11-SNAPSHOT killbill-metrics KillBill Metrics diff --git a/pom.xml b/pom.xml index 63697fc9..6de288a1 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.kill-bill.commons killbill-commons - 0.26.10 + 0.26.11-SNAPSHOT pom killbill-commons Kill Bill reusable Java components @@ -56,7 +56,7 @@ scm:git:git://github.com/killbill/killbill-commons.git scm:git:git@github.com:killbill/killbill-commons.git - killbill-commons-0.26.10 + HEAD http://github.com/killbill/killbill-commons/tree/master diff --git a/queue/pom.xml b/queue/pom.xml index cd17a871..066f44c1 100644 --- a/queue/pom.xml +++ b/queue/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.10 + 0.26.11-SNAPSHOT ../pom.xml killbill-queue diff --git a/skeleton/pom.xml b/skeleton/pom.xml index 3fd98033..98cf9b58 100644 --- a/skeleton/pom.xml +++ b/skeleton/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.10 + 0.26.11-SNAPSHOT ../pom.xml killbill-skeleton diff --git a/utils/pom.xml b/utils/pom.xml index 14e61000..470ffc0c 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -20,7 +20,7 @@ org.kill-bill.commons killbill-commons - 0.26.10 + 0.26.11-SNAPSHOT ../pom.xml diff --git a/xmlloader/pom.xml b/xmlloader/pom.xml index d9dc19c7..d9053c46 100644 --- a/xmlloader/pom.xml +++ b/xmlloader/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.commons killbill-commons - 0.26.10 + 0.26.11-SNAPSHOT ../pom.xml killbill-xmlloader