From ea7bc511957248ea8e9b8a9c195d36c86a16d5e1 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Mon, 27 Jan 2025 16:09:04 +0100 Subject: [PATCH 01/37] Prepare next release 5.5.0-SNAPSHOT --- commons-datastore/commons-datastore-core/pom.xml | 2 +- commons-datastore/commons-datastore-mongodb/pom.xml | 2 +- commons-datastore/commons-datastore-solr/pom.xml | 2 +- commons-datastore/pom.xml | 2 +- commons-lib/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index 1a79fcf9f..5e7d7ab45 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.4.0 + 5.5.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index 080f1c8a0..de158647e 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.4.0 + 5.5.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index 555a4e9ff..eabb18a76 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 5.4.0 + 5.5.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index d883cfbf8..094fb5429 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.4.0 + 5.5.0-SNAPSHOT ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index 0857a23ad..d356f8d80 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.4.0 + 5.5.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 9ffb79dbd..e2402ef82 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.4.0 + 5.5.0-SNAPSHOT pom OpenCB commons project From c2490e9b28c376946827a0c17314dbcf21e7b26c Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Thu, 5 Jun 2025 12:14:40 +0200 Subject: [PATCH 02/37] Prepare release 5.5.0 --- commons-datastore/commons-datastore-core/pom.xml | 2 +- commons-datastore/commons-datastore-mongodb/pom.xml | 2 +- commons-datastore/commons-datastore-solr/pom.xml | 2 +- commons-datastore/pom.xml | 2 +- commons-lib/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index 5e7d7ab45..df9941692 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.5.0-SNAPSHOT + 5.5.0 ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index de158647e..59595b3e4 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.5.0-SNAPSHOT + 5.5.0 ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index eabb18a76..dc8d82f8c 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 5.5.0-SNAPSHOT + 5.5.0 ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index 094fb5429..03698a2bc 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.5.0-SNAPSHOT + 5.5.0 ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index d356f8d80..fe66ad77d 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.5.0-SNAPSHOT + 5.5.0 ../pom.xml diff --git a/pom.xml b/pom.xml index e2402ef82..734912815 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.5.0-SNAPSHOT + 5.5.0 pom OpenCB commons project From 804162d33f9235246754d971c79665f638c27691 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Thu, 5 Jun 2025 12:14:58 +0200 Subject: [PATCH 03/37] Prepare next release 5.6.0-SNAPSHOT --- commons-datastore/commons-datastore-core/pom.xml | 2 +- commons-datastore/commons-datastore-mongodb/pom.xml | 2 +- commons-datastore/commons-datastore-solr/pom.xml | 2 +- commons-datastore/pom.xml | 2 +- commons-lib/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index df9941692..a7688a915 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.5.0 + 5.6.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index 59595b3e4..ea8d77c6e 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.5.0 + 5.6.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index dc8d82f8c..10d9baeaa 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 5.5.0 + 5.6.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index 03698a2bc..0ad238d50 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.5.0 + 5.6.0-SNAPSHOT ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index fe66ad77d..b83808599 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.5.0 + 5.6.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 734912815..7d9fa84dc 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.5.0 + 5.6.0-SNAPSHOT pom OpenCB commons project From d993fddeb2a74676babe4b727286b61f445a0dcb Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Wed, 30 Jul 2025 11:09:13 +0200 Subject: [PATCH 04/37] Prepare release 5.6.0 --- commons-datastore/commons-datastore-core/pom.xml | 2 +- commons-datastore/commons-datastore-mongodb/pom.xml | 2 +- commons-datastore/commons-datastore-solr/pom.xml | 2 +- commons-datastore/pom.xml | 2 +- commons-lib/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index a7688a915..abf75a057 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index ea8d77c6e..082394e1e 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index 10d9baeaa..d2a790bc3 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index 0ad238d50..777903eea 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index b83808599..fe6f33d92 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 7d9fa84dc..93f7a37a2 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0-SNAPSHOT + 5.6.0 pom OpenCB commons project From 995e70ff49f95e28c6e03df61bbedff25a1f4b2f Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Wed, 30 Jul 2025 11:09:35 +0200 Subject: [PATCH 05/37] Prepare next release 5.7.0-SNAPSHOT --- commons-datastore/commons-datastore-core/pom.xml | 2 +- commons-datastore/commons-datastore-mongodb/pom.xml | 2 +- commons-datastore/commons-datastore-solr/pom.xml | 2 +- commons-datastore/pom.xml | 2 +- commons-lib/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index abf75a057..72a55dd74 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.6.0 + 5.7.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index 082394e1e..656fcca4d 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.6.0 + 5.7.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index d2a790bc3..81a443632 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 5.6.0 + 5.7.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index 777903eea..fdea9ca47 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0 + 5.7.0-SNAPSHOT ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index fe6f33d92..ba5ab94f4 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0 + 5.7.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 93f7a37a2..1206ba080 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0 + 5.7.0-SNAPSHOT pom OpenCB commons project From eb02517da9bdf483ff90db3ae126112dcc6b5d39 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Thu, 31 Jul 2025 15:56:34 +0200 Subject: [PATCH 06/37] pom: Update distributionManagement #TASK-7783 --- commons-datastore/commons-datastore-core/pom.xml | 2 +- commons-datastore/commons-datastore-mongodb/pom.xml | 2 +- commons-datastore/commons-datastore-solr/pom.xml | 2 +- commons-datastore/pom.xml | 2 +- commons-lib/pom.xml | 2 +- pom.xml | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index 72a55dd74..a7688a915 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index 656fcca4d..ea8d77c6e 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index 81a443632..10d9baeaa 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index fdea9ca47..0ad238d50 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index ba5ab94f4..b83808599 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 1206ba080..7bdc64af2 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT pom OpenCB commons project @@ -312,11 +312,11 @@ ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://ossrh-staging-api.central.sonatype.com/service/local/ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com/repository/maven-snapshots/ From 55a26036037548d7eed9345bd26f01c8bf69f7d0 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Thu, 31 Jul 2025 15:58:11 +0200 Subject: [PATCH 07/37] Prepare release 5.6.0 --- commons-datastore/commons-datastore-core/pom.xml | 2 +- commons-datastore/commons-datastore-mongodb/pom.xml | 2 +- commons-datastore/commons-datastore-solr/pom.xml | 2 +- commons-datastore/pom.xml | 2 +- commons-lib/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index a7688a915..abf75a057 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index ea8d77c6e..082394e1e 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index 10d9baeaa..d2a790bc3 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index 0ad238d50..777903eea 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index b83808599..fe6f33d92 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 7bdc64af2..6fa1d2be3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0-SNAPSHOT + 5.6.0 pom OpenCB commons project From 8b84ae655cbd1e24a8e3a5968a5aeee3267ac6df Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Thu, 31 Jul 2025 15:58:32 +0200 Subject: [PATCH 08/37] Prepare next release 5.7.0-SNAPSHOT --- commons-datastore/commons-datastore-core/pom.xml | 2 +- commons-datastore/commons-datastore-mongodb/pom.xml | 2 +- commons-datastore/commons-datastore-solr/pom.xml | 2 +- commons-datastore/pom.xml | 2 +- commons-lib/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index abf75a057..72a55dd74 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.6.0 + 5.7.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index 082394e1e..656fcca4d 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.6.0 + 5.7.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index d2a790bc3..81a443632 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 5.6.0 + 5.7.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index 777903eea..fdea9ca47 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0 + 5.7.0-SNAPSHOT ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index fe6f33d92..ba5ab94f4 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0 + 5.7.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 6fa1d2be3..40e61b4bd 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0 + 5.7.0-SNAPSHOT pom OpenCB commons project From 68138db3ec9d040d797b9352ac507f263cb1fe83 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Thu, 31 Jul 2025 16:29:07 +0200 Subject: [PATCH 09/37] pom: Update distributionManagement #TASK-7783 --- commons-datastore/commons-datastore-core/pom.xml | 2 +- commons-datastore/commons-datastore-mongodb/pom.xml | 2 +- commons-datastore/commons-datastore-solr/pom.xml | 2 +- commons-datastore/pom.xml | 2 +- commons-lib/pom.xml | 2 +- pom.xml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index 72a55dd74..a7688a915 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index 656fcca4d..ea8d77c6e 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index 81a443632..10d9baeaa 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index fdea9ca47..0ad238d50 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index ba5ab94f4..b83808599 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 40e61b4bd..d6f5c34ea 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT pom OpenCB commons project @@ -312,7 +312,7 @@ ossrh - https://ossrh-staging-api.central.sonatype.com/service/local/ + https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/ ossrh From cc3aef6a51c331141442260ff0f298034b9603c8 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Fri, 1 Aug 2025 10:41:41 +0200 Subject: [PATCH 10/37] cicd: Rewrite the settings.xml for maven #TASK-7783 --- .../deploy-maven-central-workflow.yml | 82 +++++++++++++++++ .../deploy-maven-repository-workflow.bkp | 53 +++++++++++ .../deploy-maven-repository-workflow.yml | 89 +++++++++++++------ 3 files changed, 196 insertions(+), 28 deletions(-) create mode 100644 .github/workflows/deploy-maven-central-workflow.yml create mode 100644 .github/workflows/deploy-maven-repository-workflow.bkp diff --git a/.github/workflows/deploy-maven-central-workflow.yml b/.github/workflows/deploy-maven-central-workflow.yml new file mode 100644 index 000000000..3f4d76c3f --- /dev/null +++ b/.github/workflows/deploy-maven-central-workflow.yml @@ -0,0 +1,82 @@ +# This workflow deploys a Maven project to Sonatype Central using a reusable action. +name: Reusable Sonatype Central Deployment + +on: + workflow_call: + inputs: + maven_opts: + description: 'Additional Maven CLI options (optional)' + type: string + required: false + secrets: + MAVEN_NEXUS_USER: + description: 'Sonatype Central username (token)' + required: true + MAVEN_NEXUS_PASSWORD: + description: 'Sonatype Central password (token)' + required: true + MAVEN_GPG_PRIVATE_KEY: + description: 'Base64-encoded GPG private key' + required: true + MAVEN_GPG_PASSPHRASE: + description: 'Passphrase for your GPG key' + required: true + +jobs: + deploy: + name: Deploy to Sonatype Central + runs-on: ubuntu-22.04 + env: + # Allow GPG to access a TTY if needed + GPG_TTY: ${{ runner.tool_cache }}/workspace/.gpg + + steps: + - name: Checkout repository + uses: actions/checkout@v4 + with: + # Fetch full history so tags and versions are available + fetch-depth: 10 + + - name: Set up Java 8 & Maven cache + uses: actions/setup-java@v4 + with: + distribution: 'temurin' # Eclipse Temurin JDK + java-version: '8' # Java 8 compatibility + cache: 'maven' # Cache dependencies + + - name: Import GPG private key + # Decode and import your Base64-encoded private key + env: + GPG_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} + GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} + run: | + echo "$GPG_KEY" | base64 -d > private.key + gpg --batch --import private.key + rm private.key + + - name: Generate Maven settings.xml + # Create settings.xml with Sonatype Central credentials & GPG profile + run: | + cat > settings.xml < + + + central + ${{ secrets.MAVEN_NEXUS_USER }} + ${{ secrets.MAVEN_NEXUS_PASSWORD }} + + + + + gpg + + ${{ secrets.MAVEN_GPG_PASSPHRASE }} + + + + + EOF + + - name: Deploy to Central + # A single Maven deploy picks SNAPSHOT vs Release by your POM’s version + run: mvn clean deploy -DskipTests -s settings.xml ${{ inputs.maven_opts }} --no-transfer-progress diff --git a/.github/workflows/deploy-maven-repository-workflow.bkp b/.github/workflows/deploy-maven-repository-workflow.bkp new file mode 100644 index 000000000..c2dc332ca --- /dev/null +++ b/.github/workflows/deploy-maven-repository-workflow.bkp @@ -0,0 +1,53 @@ +name: Reusable workflow to deploy in Apache Maven + +on: + workflow_call: + inputs: + maven_opts: + type: string + required: false + secrets: + MAVEN_NEXUS_USER: + required: true + MAVEN_NEXUS_PASSWORD: + required: true + MAVEN_GPG_PASSPHRASE: + required: true + MAVEN_GPG_PRIVATE_KEY: + required: true + +jobs: + deploy-workflow: + name: Deploy to Maven and GitHub Packages + runs-on: ubuntu-22.04 + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: '10' + - name: Set up JDK 8 + uses: actions/setup-java@v4 + with: + distribution: 'temurin' + java-version: '8' + cache: 'maven' + ## Future Nacho and Juanfe, please read this very carefully: DO NOT TOUCH!!! + server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml + server-username: MAVEN_NEXUS_USER # env variable for username in deploy + server-password: MAVEN_NEXUS_PASSWORD # env variable for token in deploy + gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import + gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase + - name: Deploy to Maven Central repository + run: mvn clean deploy -DskipTests -P deploy-maven ${{ inputs.maven_opts }} --no-transfer-progress + env: + MAVEN_NEXUS_USER: ${{ secrets.MAVEN_USER_TOKEN }} + MAVEN_NEXUS_PASSWORD: ${{ secrets.MAVEN_PASSWORD_TOKEN }} + MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} + - name: Set up Java for publishing to GitHub Packages + uses: actions/setup-java@v4 + with: + distribution: 'temurin' + java-version: '8' + - name: Deploy to GitHub Packages repository + run: mvn clean deploy -DskipTests -P deploy-github ${{ inputs.maven_opts }} --no-transfer-progress + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/deploy-maven-repository-workflow.yml b/.github/workflows/deploy-maven-repository-workflow.yml index c2dc332ca..d831629e7 100644 --- a/.github/workflows/deploy-maven-repository-workflow.yml +++ b/.github/workflows/deploy-maven-repository-workflow.yml @@ -1,53 +1,86 @@ -name: Reusable workflow to deploy in Apache Maven +# This workflow deploys a Maven project to Sonatype Central using a reusable action. +name: Reusable Sonatype Central Deployment on: workflow_call: inputs: maven_opts: + description: 'Additional Maven CLI options (optional)' type: string required: false secrets: MAVEN_NEXUS_USER: + description: 'Sonatype Central username (token)' required: true MAVEN_NEXUS_PASSWORD: - required: true - MAVEN_GPG_PASSPHRASE: + description: 'Sonatype Central password (token)' required: true MAVEN_GPG_PRIVATE_KEY: + description: 'Base64-encoded GPG private key' + required: true + MAVEN_GPG_PASSPHRASE: + description: 'Passphrase for your GPG key' required: true jobs: - deploy-workflow: - name: Deploy to Maven and GitHub Packages + deploy: + name: Deploy to Sonatype Central runs-on: ubuntu-22.04 + env: + # Allow GPG to access a TTY if needed + GPG_TTY: ${{ runner.tool_cache }}/workspace/.gpg + steps: - - uses: actions/checkout@v4 + - name: Checkout repository + uses: actions/checkout@v4 with: - fetch-depth: '10' - - name: Set up JDK 8 + # Fetch full history so tags and versions are available + fetch-depth: 10 + + - name: Set up Java 8 & Maven cache uses: actions/setup-java@v4 with: - distribution: 'temurin' - java-version: '8' - cache: 'maven' - ## Future Nacho and Juanfe, please read this very carefully: DO NOT TOUCH!!! - server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml - server-username: MAVEN_NEXUS_USER # env variable for username in deploy - server-password: MAVEN_NEXUS_PASSWORD # env variable for token in deploy - gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import - gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase - - name: Deploy to Maven Central repository - run: mvn clean deploy -DskipTests -P deploy-maven ${{ inputs.maven_opts }} --no-transfer-progress + distribution: 'temurin' # Eclipse Temurin JDK + java-version: '8' # Java 8 compatibility + cache: 'maven' # Cache dependencies + + - name: Import GPG private key + # Decode and import your Base64-encoded private key env: - MAVEN_NEXUS_USER: ${{ secrets.MAVEN_USER_TOKEN }} - MAVEN_NEXUS_PASSWORD: ${{ secrets.MAVEN_PASSWORD_TOKEN }} - MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} - - name: Set up Java for publishing to GitHub Packages - uses: actions/setup-java@v4 - with: - distribution: 'temurin' - java-version: '8' + GPG_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} + GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} + run: | + echo "$GPG_KEY" | base64 -d > private.key + gpg --batch --import private.key + rm private.key + + - name: Generate Maven settings.xml + # Create settings.xml with Sonatype Central credentials & GPG profile + run: | + cat > settings.xml < + + + central + ${{ secrets.MAVEN_NEXUS_USER }} + ${{ secrets.MAVEN_NEXUS_PASSWORD }} + + + + + gpg + + ${{ secrets.MAVEN_GPG_PASSPHRASE }} + + + + + EOF + + - name: Deploy to Central + # A single Maven deploy picks SNAPSHOT vs Release by your POM’s version + run: mvn clean deploy -DskipTests -P deploy-maven -s settings.xml ${{ inputs.maven_opts }} --no-transfer-progress - name: Deploy to GitHub Packages repository run: mvn clean deploy -DskipTests -P deploy-github ${{ inputs.maven_opts }} --no-transfer-progress env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file From c48c284b0649157e3158562c88d00e84adc95436 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Fri, 1 Aug 2025 10:45:43 +0200 Subject: [PATCH 11/37] cicd: delete runner.tool_cache #TASK-7783 --- .../workflows/deploy-maven-repository-workflow.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-maven-repository-workflow.yml b/.github/workflows/deploy-maven-repository-workflow.yml index d831629e7..9d67b79c8 100644 --- a/.github/workflows/deploy-maven-repository-workflow.yml +++ b/.github/workflows/deploy-maven-repository-workflow.yml @@ -26,10 +26,6 @@ jobs: deploy: name: Deploy to Sonatype Central runs-on: ubuntu-22.04 - env: - # Allow GPG to access a TTY if needed - GPG_TTY: ${{ runner.tool_cache }}/workspace/.gpg - steps: - name: Checkout repository uses: actions/checkout@v4 @@ -45,13 +41,16 @@ jobs: cache: 'maven' # Cache dependencies - name: Import GPG private key - # Decode and import your Base64-encoded private key + # Decode and import your Base64-encoded private key, + # and ensure GPG can find a TTY for passphrase prompts if needed env: GPG_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} run: | + # Set GPG_TTY at runtime instead of using runner.tool_cache + export GPG_TTY=$(tty || echo /dev/console) echo "$GPG_KEY" | base64 -d > private.key - gpg --batch --import private.key + gpg --batch --passphrase "$GPG_PASSPHRASE" --import private.key rm private.key - name: Generate Maven settings.xml From 11e8c1f1db696f596e1335b239aa67568c13f993 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Fri, 1 Aug 2025 10:48:56 +0200 Subject: [PATCH 12/37] cicd: fix base64 error #TASK-7783 --- .github/workflows/deploy-maven-repository-workflow.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-maven-repository-workflow.yml b/.github/workflows/deploy-maven-repository-workflow.yml index 9d67b79c8..1ace97e2a 100644 --- a/.github/workflows/deploy-maven-repository-workflow.yml +++ b/.github/workflows/deploy-maven-repository-workflow.yml @@ -41,16 +41,14 @@ jobs: cache: 'maven' # Cache dependencies - name: Import GPG private key - # Decode and import your Base64-encoded private key, - # and ensure GPG can find a TTY for passphrase prompts if needed + # Write your secret directly to a file (no base64 decode), + # set GPG_TTY so gpg can prompt if ever needed. env: GPG_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} - GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} run: | - # Set GPG_TTY at runtime instead of using runner.tool_cache export GPG_TTY=$(tty || echo /dev/console) - echo "$GPG_KEY" | base64 -d > private.key - gpg --batch --passphrase "$GPG_PASSPHRASE" --import private.key + echo "$GPG_KEY" > private.key + gpg --batch --import private.key rm private.key - name: Generate Maven settings.xml From 51dd144a98101b8600f232c92c984a50ebc1f73a Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Fri, 1 Aug 2025 10:53:50 +0200 Subject: [PATCH 13/37] cicd: Configure GPG for loopback pinentry #TASK-7783 --- .../workflows/deploy-maven-repository-workflow.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-maven-repository-workflow.yml b/.github/workflows/deploy-maven-repository-workflow.yml index 1ace97e2a..3457d34c5 100644 --- a/.github/workflows/deploy-maven-repository-workflow.yml +++ b/.github/workflows/deploy-maven-repository-workflow.yml @@ -40,15 +40,20 @@ jobs: java-version: '8' # Java 8 compatibility cache: 'maven' # Cache dependencies + + - name: Configure GPG for loopback pinentry + run: | + mkdir -p ~/.gnupg + echo "allow-loopback-pinentry" >> ~/.gnupg/gpg.conf + chmod 600 ~/.gnupg/gpg.conf + - name: Import GPG private key - # Write your secret directly to a file (no base64 decode), - # set GPG_TTY so gpg can prompt if ever needed. env: GPG_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} run: | export GPG_TTY=$(tty || echo /dev/console) echo "$GPG_KEY" > private.key - gpg --batch --import private.key + gpg --batch --pinentry-mode loopback --import private.key rm private.key - name: Generate Maven settings.xml From a02546e410362229f9d79676121b4bf75f69b26a Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Fri, 1 Aug 2025 10:58:23 +0200 Subject: [PATCH 14/37] cicd: Rename server id to ossrh #TASK-7783 --- .github/workflows/deploy-maven-repository-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-maven-repository-workflow.yml b/.github/workflows/deploy-maven-repository-workflow.yml index 3457d34c5..80d790a0e 100644 --- a/.github/workflows/deploy-maven-repository-workflow.yml +++ b/.github/workflows/deploy-maven-repository-workflow.yml @@ -63,7 +63,7 @@ jobs: - central + ossrh ${{ secrets.MAVEN_NEXUS_USER }} ${{ secrets.MAVEN_NEXUS_PASSWORD }} From 5db1c8dfd3fe7973606cec59d359205cc377fbf7 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Fri, 1 Aug 2025 11:03:43 +0200 Subject: [PATCH 15/37] cicd: Update url to server id to ossrh #TASK-7783 --- .../deploy-maven-central-workflow.yml | 82 ------------------- .../deploy-maven-repository-workflow.yml | 4 +- pom.xml | 2 +- 3 files changed, 4 insertions(+), 84 deletions(-) delete mode 100644 .github/workflows/deploy-maven-central-workflow.yml diff --git a/.github/workflows/deploy-maven-central-workflow.yml b/.github/workflows/deploy-maven-central-workflow.yml deleted file mode 100644 index 3f4d76c3f..000000000 --- a/.github/workflows/deploy-maven-central-workflow.yml +++ /dev/null @@ -1,82 +0,0 @@ -# This workflow deploys a Maven project to Sonatype Central using a reusable action. -name: Reusable Sonatype Central Deployment - -on: - workflow_call: - inputs: - maven_opts: - description: 'Additional Maven CLI options (optional)' - type: string - required: false - secrets: - MAVEN_NEXUS_USER: - description: 'Sonatype Central username (token)' - required: true - MAVEN_NEXUS_PASSWORD: - description: 'Sonatype Central password (token)' - required: true - MAVEN_GPG_PRIVATE_KEY: - description: 'Base64-encoded GPG private key' - required: true - MAVEN_GPG_PASSPHRASE: - description: 'Passphrase for your GPG key' - required: true - -jobs: - deploy: - name: Deploy to Sonatype Central - runs-on: ubuntu-22.04 - env: - # Allow GPG to access a TTY if needed - GPG_TTY: ${{ runner.tool_cache }}/workspace/.gpg - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - with: - # Fetch full history so tags and versions are available - fetch-depth: 10 - - - name: Set up Java 8 & Maven cache - uses: actions/setup-java@v4 - with: - distribution: 'temurin' # Eclipse Temurin JDK - java-version: '8' # Java 8 compatibility - cache: 'maven' # Cache dependencies - - - name: Import GPG private key - # Decode and import your Base64-encoded private key - env: - GPG_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} - GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} - run: | - echo "$GPG_KEY" | base64 -d > private.key - gpg --batch --import private.key - rm private.key - - - name: Generate Maven settings.xml - # Create settings.xml with Sonatype Central credentials & GPG profile - run: | - cat > settings.xml < - - - central - ${{ secrets.MAVEN_NEXUS_USER }} - ${{ secrets.MAVEN_NEXUS_PASSWORD }} - - - - - gpg - - ${{ secrets.MAVEN_GPG_PASSPHRASE }} - - - - - EOF - - - name: Deploy to Central - # A single Maven deploy picks SNAPSHOT vs Release by your POM’s version - run: mvn clean deploy -DskipTests -s settings.xml ${{ inputs.maven_opts }} --no-transfer-progress diff --git a/.github/workflows/deploy-maven-repository-workflow.yml b/.github/workflows/deploy-maven-repository-workflow.yml index 80d790a0e..310881375 100644 --- a/.github/workflows/deploy-maven-repository-workflow.yml +++ b/.github/workflows/deploy-maven-repository-workflow.yml @@ -57,7 +57,6 @@ jobs: rm private.key - name: Generate Maven settings.xml - # Create settings.xml with Sonatype Central credentials & GPG profile run: | cat > settings.xml < @@ -76,6 +75,9 @@ jobs: + + gpg + EOF diff --git a/pom.xml b/pom.xml index d6f5c34ea..c0d24dad0 100644 --- a/pom.xml +++ b/pom.xml @@ -378,7 +378,7 @@ true ossrh - https://oss.sonatype.org/ + https://ossrh-staging-api.central.sonatype.com/ true From 92e5a112342d01923593a98aa06a6eb333235703 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Fri, 1 Aug 2025 12:30:27 +0200 Subject: [PATCH 16/37] cicd: Deleted org.sonatype.plugins:nexus-staging-maven-plugin and distribution management Added central-publishing-maven-plugin #TASK-7783 --- pom.xml | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index c0d24dad0..c191b620f 100644 --- a/pom.xml +++ b/pom.xml @@ -309,16 +309,6 @@ deploy-maven - - - ossrh - https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/ - - - ossrh - https://central.sonatype.com/repository/maven-snapshots/ - - @@ -371,17 +361,24 @@ + - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 true - ossrh - https://ossrh-staging-api.central.sonatype.com/ - true + + ossrh + + true + + published + + true + From 521ae4ee0239283c50ed9da3c881de08268a63af Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Fri, 1 Aug 2025 12:34:07 +0200 Subject: [PATCH 17/37] cicd: Force the snapshot endpoint and authenticate there #TASK-7783 --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index c191b620f..873c9d9e3 100644 --- a/pom.xml +++ b/pom.xml @@ -370,6 +370,8 @@ ossrh + + https://central.sonatype.com/repository/maven-snapshots/ true From 9b4ba6cf33e5d1e7cd001272e60f14ec3eebe5df Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Fri, 1 Aug 2025 12:40:44 +0200 Subject: [PATCH 18/37] cicd: the plugin will use distributionManagement when your version ends with -SNAPSHOT #TASK-7783 --- pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 873c9d9e3..8288cdfc4 100644 --- a/pom.xml +++ b/pom.xml @@ -305,7 +305,16 @@ - + + + + ossrh + https://central.sonatype.com/repository/maven-snapshots/ + + true + + + deploy-maven From 340a1a43c73c21ac9d3c09729beca1dba16462ad Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Fri, 1 Aug 2025 12:48:49 +0200 Subject: [PATCH 19/37] cicd: Unified publishing plugin for Sonatype Central releases and snapshots #TASK-7783 --- pom.xml | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 8288cdfc4..1aed791bb 100644 --- a/pom.xml +++ b/pom.xml @@ -305,16 +305,6 @@ - - - - ossrh - https://central.sonatype.com/repository/maven-snapshots/ - - true - - - deploy-maven @@ -377,19 +367,18 @@ 0.8.0 true - + ossrh - - https://central.sonatype.com/repository/maven-snapshots/ - + + https://s01.oss.sonatype.org/content/repositories/snapshots/ + true - + published - + true - From f31ebc64f294592748d4d0edd3149280943223dc Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Fri, 1 Aug 2025 12:52:35 +0200 Subject: [PATCH 20/37] cicd: Unified publishing plugin using distribution management for Sonatype Central releases and snapshots #TASK-7783 --- pom.xml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 1aed791bb..c172099fa 100644 --- a/pom.xml +++ b/pom.xml @@ -305,6 +305,16 @@ + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots/ + + true + + + deploy-maven @@ -367,18 +377,17 @@ 0.8.0 true - + ossrh - - https://s01.oss.sonatype.org/content/repositories/snapshots/ - + true - + published - + true + From c5d89af4aaf231a9c672a1f52b5795838abab1f4 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Mon, 4 Aug 2025 11:41:40 +0200 Subject: [PATCH 21/37] cicd: Delete snapshot url #TASK-7783 --- pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index c172099fa..e6ba56a64 100644 --- a/pom.xml +++ b/pom.xml @@ -52,14 +52,14 @@ - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - true - daily - - + + + + + + + + github https://maven.pkg.github.com/opencb @@ -386,7 +386,7 @@ true - + :w From 959ab4787a2a9230bd7a2e846b3f3da3a84bb0da Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Mon, 4 Aug 2025 11:42:40 +0200 Subject: [PATCH 22/37] cicd: Delete snapshot url #TASK-7783 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e6ba56a64..a4b622ed2 100644 --- a/pom.xml +++ b/pom.xml @@ -386,7 +386,7 @@ true - :w + From 8897b73f9da723693978892a963f3b564747247a Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Mon, 4 Aug 2025 12:57:14 +0200 Subject: [PATCH 23/37] cicd: Delete snapshot url #TASK-7783 --- pom.xml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index a4b622ed2..0e10b0788 100644 --- a/pom.xml +++ b/pom.xml @@ -52,14 +52,14 @@ - - - - - - - - + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + true + daily + + github https://maven.pkg.github.com/opencb @@ -305,16 +305,16 @@ - - - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots/ - - true - - - + + + + + + + + + + deploy-maven From f96de9cd988d73051b2111b0087c709a702537c2 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Mon, 4 Aug 2025 13:19:21 +0200 Subject: [PATCH 24/37] cicd: Update distributionManagement #TASK-7783 --- pom.xml | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index 0e10b0788..9cabaa57a 100644 --- a/pom.xml +++ b/pom.xml @@ -52,14 +52,6 @@ - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - true - daily - - github https://maven.pkg.github.com/opencb @@ -305,16 +297,21 @@ - - - - - - - - - - + + + + + ossrh + OSSRH Staging API Releases + https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/ + + + + ossrh + Central Portal Snapshots + https://central.sonatype.com/repository/maven-snapshots/ + + deploy-maven From 7d3df0816875af396b0c09857c33977dec7114bc Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Mon, 4 Aug 2025 13:24:01 +0200 Subject: [PATCH 25/37] cicd: Update distributionManagement #TASK-7783 --- .../deploy-maven-repository-workflow.bkp | 53 ----------- .../deploy-maven-repository-workflow.old | 90 ++++++++++++++++++ .../deploy-maven-repository-workflow.yml | 93 ++++++------------- 3 files changed, 118 insertions(+), 118 deletions(-) delete mode 100644 .github/workflows/deploy-maven-repository-workflow.bkp create mode 100644 .github/workflows/deploy-maven-repository-workflow.old diff --git a/.github/workflows/deploy-maven-repository-workflow.bkp b/.github/workflows/deploy-maven-repository-workflow.bkp deleted file mode 100644 index c2dc332ca..000000000 --- a/.github/workflows/deploy-maven-repository-workflow.bkp +++ /dev/null @@ -1,53 +0,0 @@ -name: Reusable workflow to deploy in Apache Maven - -on: - workflow_call: - inputs: - maven_opts: - type: string - required: false - secrets: - MAVEN_NEXUS_USER: - required: true - MAVEN_NEXUS_PASSWORD: - required: true - MAVEN_GPG_PASSPHRASE: - required: true - MAVEN_GPG_PRIVATE_KEY: - required: true - -jobs: - deploy-workflow: - name: Deploy to Maven and GitHub Packages - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: '10' - - name: Set up JDK 8 - uses: actions/setup-java@v4 - with: - distribution: 'temurin' - java-version: '8' - cache: 'maven' - ## Future Nacho and Juanfe, please read this very carefully: DO NOT TOUCH!!! - server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml - server-username: MAVEN_NEXUS_USER # env variable for username in deploy - server-password: MAVEN_NEXUS_PASSWORD # env variable for token in deploy - gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import - gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase - - name: Deploy to Maven Central repository - run: mvn clean deploy -DskipTests -P deploy-maven ${{ inputs.maven_opts }} --no-transfer-progress - env: - MAVEN_NEXUS_USER: ${{ secrets.MAVEN_USER_TOKEN }} - MAVEN_NEXUS_PASSWORD: ${{ secrets.MAVEN_PASSWORD_TOKEN }} - MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} - - name: Set up Java for publishing to GitHub Packages - uses: actions/setup-java@v4 - with: - distribution: 'temurin' - java-version: '8' - - name: Deploy to GitHub Packages repository - run: mvn clean deploy -DskipTests -P deploy-github ${{ inputs.maven_opts }} --no-transfer-progress - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/deploy-maven-repository-workflow.old b/.github/workflows/deploy-maven-repository-workflow.old new file mode 100644 index 000000000..310881375 --- /dev/null +++ b/.github/workflows/deploy-maven-repository-workflow.old @@ -0,0 +1,90 @@ +# This workflow deploys a Maven project to Sonatype Central using a reusable action. +name: Reusable Sonatype Central Deployment + +on: + workflow_call: + inputs: + maven_opts: + description: 'Additional Maven CLI options (optional)' + type: string + required: false + secrets: + MAVEN_NEXUS_USER: + description: 'Sonatype Central username (token)' + required: true + MAVEN_NEXUS_PASSWORD: + description: 'Sonatype Central password (token)' + required: true + MAVEN_GPG_PRIVATE_KEY: + description: 'Base64-encoded GPG private key' + required: true + MAVEN_GPG_PASSPHRASE: + description: 'Passphrase for your GPG key' + required: true + +jobs: + deploy: + name: Deploy to Sonatype Central + runs-on: ubuntu-22.04 + steps: + - name: Checkout repository + uses: actions/checkout@v4 + with: + # Fetch full history so tags and versions are available + fetch-depth: 10 + + - name: Set up Java 8 & Maven cache + uses: actions/setup-java@v4 + with: + distribution: 'temurin' # Eclipse Temurin JDK + java-version: '8' # Java 8 compatibility + cache: 'maven' # Cache dependencies + + + - name: Configure GPG for loopback pinentry + run: | + mkdir -p ~/.gnupg + echo "allow-loopback-pinentry" >> ~/.gnupg/gpg.conf + chmod 600 ~/.gnupg/gpg.conf + + - name: Import GPG private key + env: + GPG_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} + run: | + export GPG_TTY=$(tty || echo /dev/console) + echo "$GPG_KEY" > private.key + gpg --batch --pinentry-mode loopback --import private.key + rm private.key + + - name: Generate Maven settings.xml + run: | + cat > settings.xml < + + + ossrh + ${{ secrets.MAVEN_NEXUS_USER }} + ${{ secrets.MAVEN_NEXUS_PASSWORD }} + + + + + gpg + + ${{ secrets.MAVEN_GPG_PASSPHRASE }} + + + + + gpg + + + EOF + + - name: Deploy to Central + # A single Maven deploy picks SNAPSHOT vs Release by your POM’s version + run: mvn clean deploy -DskipTests -P deploy-maven -s settings.xml ${{ inputs.maven_opts }} --no-transfer-progress + - name: Deploy to GitHub Packages repository + run: mvn clean deploy -DskipTests -P deploy-github ${{ inputs.maven_opts }} --no-transfer-progress + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/deploy-maven-repository-workflow.yml b/.github/workflows/deploy-maven-repository-workflow.yml index 310881375..c2dc332ca 100644 --- a/.github/workflows/deploy-maven-repository-workflow.yml +++ b/.github/workflows/deploy-maven-repository-workflow.yml @@ -1,90 +1,53 @@ -# This workflow deploys a Maven project to Sonatype Central using a reusable action. -name: Reusable Sonatype Central Deployment +name: Reusable workflow to deploy in Apache Maven on: workflow_call: inputs: maven_opts: - description: 'Additional Maven CLI options (optional)' type: string required: false secrets: MAVEN_NEXUS_USER: - description: 'Sonatype Central username (token)' required: true MAVEN_NEXUS_PASSWORD: - description: 'Sonatype Central password (token)' - required: true - MAVEN_GPG_PRIVATE_KEY: - description: 'Base64-encoded GPG private key' required: true MAVEN_GPG_PASSPHRASE: - description: 'Passphrase for your GPG key' + required: true + MAVEN_GPG_PRIVATE_KEY: required: true jobs: - deploy: - name: Deploy to Sonatype Central + deploy-workflow: + name: Deploy to Maven and GitHub Packages runs-on: ubuntu-22.04 steps: - - name: Checkout repository - uses: actions/checkout@v4 + - uses: actions/checkout@v4 with: - # Fetch full history so tags and versions are available - fetch-depth: 10 - - - name: Set up Java 8 & Maven cache + fetch-depth: '10' + - name: Set up JDK 8 uses: actions/setup-java@v4 with: - distribution: 'temurin' # Eclipse Temurin JDK - java-version: '8' # Java 8 compatibility - cache: 'maven' # Cache dependencies - - - - name: Configure GPG for loopback pinentry - run: | - mkdir -p ~/.gnupg - echo "allow-loopback-pinentry" >> ~/.gnupg/gpg.conf - chmod 600 ~/.gnupg/gpg.conf - - - name: Import GPG private key + distribution: 'temurin' + java-version: '8' + cache: 'maven' + ## Future Nacho and Juanfe, please read this very carefully: DO NOT TOUCH!!! + server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml + server-username: MAVEN_NEXUS_USER # env variable for username in deploy + server-password: MAVEN_NEXUS_PASSWORD # env variable for token in deploy + gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import + gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase + - name: Deploy to Maven Central repository + run: mvn clean deploy -DskipTests -P deploy-maven ${{ inputs.maven_opts }} --no-transfer-progress env: - GPG_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} - run: | - export GPG_TTY=$(tty || echo /dev/console) - echo "$GPG_KEY" > private.key - gpg --batch --pinentry-mode loopback --import private.key - rm private.key - - - name: Generate Maven settings.xml - run: | - cat > settings.xml < - - - ossrh - ${{ secrets.MAVEN_NEXUS_USER }} - ${{ secrets.MAVEN_NEXUS_PASSWORD }} - - - - - gpg - - ${{ secrets.MAVEN_GPG_PASSPHRASE }} - - - - - gpg - - - EOF - - - name: Deploy to Central - # A single Maven deploy picks SNAPSHOT vs Release by your POM’s version - run: mvn clean deploy -DskipTests -P deploy-maven -s settings.xml ${{ inputs.maven_opts }} --no-transfer-progress + MAVEN_NEXUS_USER: ${{ secrets.MAVEN_USER_TOKEN }} + MAVEN_NEXUS_PASSWORD: ${{ secrets.MAVEN_PASSWORD_TOKEN }} + MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} + - name: Set up Java for publishing to GitHub Packages + uses: actions/setup-java@v4 + with: + distribution: 'temurin' + java-version: '8' - name: Deploy to GitHub Packages repository run: mvn clean deploy -DskipTests -P deploy-github ${{ inputs.maven_opts }} --no-transfer-progress env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 1d8d71f9bc8c862ede1da2172a93b1d6262104b8 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Mon, 4 Aug 2025 13:31:50 +0200 Subject: [PATCH 26/37] cicd: Migrate deploy sonatype maven plugin to central-publishing-maven-plugin #TASK-7783 --- pom.xml | 56 -------------------------------------------------------- 1 file changed, 56 deletions(-) diff --git a/pom.xml b/pom.xml index 9cabaa57a..bed28b21b 100644 --- a/pom.xml +++ b/pom.xml @@ -317,74 +317,18 @@ deploy-maven - - org.apache.maven.plugins - maven-source-plugin - 3.2.0 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.3.2 - - - attach-javadocs - - jar - - - - - none - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - - sign-artifacts - deploy - - sign - - - - - --pinentry-mode - loopback - - - - - - org.sonatype.central central-publishing-maven-plugin 0.8.0 true - ossrh - true - published - true - From 40d5e34fb712c245c9b63e56e470d47db79c4a60 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Mon, 4 Aug 2025 13:41:58 +0200 Subject: [PATCH 27/37] cicd: Delete space after P to specify profiles #TASK-7783 --- .../deploy-maven-repository-workflow.old | 90 ------------------- .../deploy-maven-repository-workflow.yml | 4 +- 2 files changed, 2 insertions(+), 92 deletions(-) delete mode 100644 .github/workflows/deploy-maven-repository-workflow.old diff --git a/.github/workflows/deploy-maven-repository-workflow.old b/.github/workflows/deploy-maven-repository-workflow.old deleted file mode 100644 index 310881375..000000000 --- a/.github/workflows/deploy-maven-repository-workflow.old +++ /dev/null @@ -1,90 +0,0 @@ -# This workflow deploys a Maven project to Sonatype Central using a reusable action. -name: Reusable Sonatype Central Deployment - -on: - workflow_call: - inputs: - maven_opts: - description: 'Additional Maven CLI options (optional)' - type: string - required: false - secrets: - MAVEN_NEXUS_USER: - description: 'Sonatype Central username (token)' - required: true - MAVEN_NEXUS_PASSWORD: - description: 'Sonatype Central password (token)' - required: true - MAVEN_GPG_PRIVATE_KEY: - description: 'Base64-encoded GPG private key' - required: true - MAVEN_GPG_PASSPHRASE: - description: 'Passphrase for your GPG key' - required: true - -jobs: - deploy: - name: Deploy to Sonatype Central - runs-on: ubuntu-22.04 - steps: - - name: Checkout repository - uses: actions/checkout@v4 - with: - # Fetch full history so tags and versions are available - fetch-depth: 10 - - - name: Set up Java 8 & Maven cache - uses: actions/setup-java@v4 - with: - distribution: 'temurin' # Eclipse Temurin JDK - java-version: '8' # Java 8 compatibility - cache: 'maven' # Cache dependencies - - - - name: Configure GPG for loopback pinentry - run: | - mkdir -p ~/.gnupg - echo "allow-loopback-pinentry" >> ~/.gnupg/gpg.conf - chmod 600 ~/.gnupg/gpg.conf - - - name: Import GPG private key - env: - GPG_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} - run: | - export GPG_TTY=$(tty || echo /dev/console) - echo "$GPG_KEY" > private.key - gpg --batch --pinentry-mode loopback --import private.key - rm private.key - - - name: Generate Maven settings.xml - run: | - cat > settings.xml < - - - ossrh - ${{ secrets.MAVEN_NEXUS_USER }} - ${{ secrets.MAVEN_NEXUS_PASSWORD }} - - - - - gpg - - ${{ secrets.MAVEN_GPG_PASSPHRASE }} - - - - - gpg - - - EOF - - - name: Deploy to Central - # A single Maven deploy picks SNAPSHOT vs Release by your POM’s version - run: mvn clean deploy -DskipTests -P deploy-maven -s settings.xml ${{ inputs.maven_opts }} --no-transfer-progress - - name: Deploy to GitHub Packages repository - run: mvn clean deploy -DskipTests -P deploy-github ${{ inputs.maven_opts }} --no-transfer-progress - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/deploy-maven-repository-workflow.yml b/.github/workflows/deploy-maven-repository-workflow.yml index c2dc332ca..0c6937ff1 100644 --- a/.github/workflows/deploy-maven-repository-workflow.yml +++ b/.github/workflows/deploy-maven-repository-workflow.yml @@ -37,7 +37,7 @@ jobs: gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase - name: Deploy to Maven Central repository - run: mvn clean deploy -DskipTests -P deploy-maven ${{ inputs.maven_opts }} --no-transfer-progress + run: mvn clean deploy -DskipTests -Pdeploy-maven ${{ inputs.maven_opts }} --no-transfer-progress env: MAVEN_NEXUS_USER: ${{ secrets.MAVEN_USER_TOKEN }} MAVEN_NEXUS_PASSWORD: ${{ secrets.MAVEN_PASSWORD_TOKEN }} @@ -48,6 +48,6 @@ jobs: distribution: 'temurin' java-version: '8' - name: Deploy to GitHub Packages repository - run: mvn clean deploy -DskipTests -P deploy-github ${{ inputs.maven_opts }} --no-transfer-progress + run: mvn clean deploy -DskipTests -Pdeploy-github ${{ inputs.maven_opts }} --no-transfer-progress env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 3f6b8047a08f92697f64c1705e452585bb476c32 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Mon, 4 Aug 2025 13:48:19 +0200 Subject: [PATCH 28/37] cicd: Copy distributionmanagement inside the profile tag #TASK-7783 --- pom.xml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index bed28b21b..f18537055 100644 --- a/pom.xml +++ b/pom.xml @@ -298,23 +298,24 @@ - - - - ossrh - OSSRH Staging API Releases - https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/ - - - - ossrh - Central Portal Snapshots - https://central.sonatype.com/repository/maven-snapshots/ - - + deploy-maven + + + + ossrh + OSSRH Staging API Releases + https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/ + + + + ossrh + Central Portal Snapshots + https://central.sonatype.com/repository/maven-snapshots/ + + From 821fcf8167a3d70c09fa337bd310107556c230da Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Mon, 4 Aug 2025 16:21:39 +0200 Subject: [PATCH 29/37] Prepare release 5.6.0 --- commons-datastore/commons-datastore-core/pom.xml | 2 +- commons-datastore/commons-datastore-mongodb/pom.xml | 2 +- commons-datastore/commons-datastore-solr/pom.xml | 2 +- commons-datastore/pom.xml | 2 +- commons-lib/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index a7688a915..abf75a057 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index ea8d77c6e..082394e1e 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index 10d9baeaa..d2a790bc3 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index 0ad238d50..777903eea 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index b83808599..fe6f33d92 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/pom.xml b/pom.xml index f18537055..45f89a36d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0-SNAPSHOT + 5.6.0 pom OpenCB commons project From ecef6b6b42b1617a77ff481378b411c755dba1ad Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Mon, 4 Aug 2025 16:21:58 +0200 Subject: [PATCH 30/37] Prepare next release 5.7.0-SNAPSHOT --- commons-datastore/commons-datastore-core/pom.xml | 2 +- commons-datastore/commons-datastore-mongodb/pom.xml | 2 +- commons-datastore/commons-datastore-solr/pom.xml | 2 +- commons-datastore/pom.xml | 2 +- commons-lib/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index abf75a057..72a55dd74 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.6.0 + 5.7.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index 082394e1e..656fcca4d 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.6.0 + 5.7.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index d2a790bc3..81a443632 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 5.6.0 + 5.7.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index 777903eea..fdea9ca47 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0 + 5.7.0-SNAPSHOT ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index fe6f33d92..ba5ab94f4 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0 + 5.7.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 45f89a36d..bad7d5965 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0 + 5.7.0-SNAPSHOT pom OpenCB commons project From 6cdfa9c5ffb8e2f4da84c0db89eed29468231b59 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Mon, 4 Aug 2025 16:37:23 +0200 Subject: [PATCH 31/37] cicd: FIX mvn repository profile #TASK-7783 --- .../commons-datastore-core/pom.xml | 2 +- .../commons-datastore-mongodb/pom.xml | 2 +- .../commons-datastore-solr/pom.xml | 2 +- commons-datastore/pom.xml | 2 +- commons-lib/pom.xml | 2 +- pom.xml | 68 ++++++++++++++++++- 6 files changed, 70 insertions(+), 8 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index 72a55dd74..a7688a915 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index 656fcca4d..ea8d77c6e 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index 81a443632..10d9baeaa 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index fdea9ca47..0ad238d50 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index ba5ab94f4..b83808599 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index bad7d5965..e746181d4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT pom OpenCB commons project @@ -303,13 +303,14 @@ deploy-maven - + ossrh OSSRH Staging API Releases https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/ - + + ossrh Central Portal Snapshots @@ -318,18 +319,79 @@ + org.sonatype.central central-publishing-maven-plugin 0.8.0 + true + ossrh + true + published + true + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + + jar-no-fork + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.3.2 + + + attach-javadocs + + + jar + + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + + verify + + sign + + + + + --pinentry-mode + loopback + + + + + From b46c060e801055eeba3461de6a6e85db8049f6c1 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Mon, 4 Aug 2025 16:45:01 +0200 Subject: [PATCH 32/37] cicd: FIX maven-javadoc-plugin #TASK-7783 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index e746181d4..9fd1b8651 100644 --- a/pom.xml +++ b/pom.xml @@ -367,6 +367,12 @@ + + + none + + false + From ac6d240384fb9a1465fc0139bd3f94af49e36833 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Mon, 4 Aug 2025 16:50:17 +0200 Subject: [PATCH 33/37] Prepare release 5.6.0 --- commons-datastore/commons-datastore-core/pom.xml | 2 +- commons-datastore/commons-datastore-mongodb/pom.xml | 2 +- commons-datastore/commons-datastore-solr/pom.xml | 2 +- commons-datastore/pom.xml | 2 +- commons-lib/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index a7688a915..abf75a057 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index ea8d77c6e..082394e1e 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index 10d9baeaa..d2a790bc3 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index 0ad238d50..777903eea 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index b83808599..fe6f33d92 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 9fd1b8651..a300c6bc4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0-SNAPSHOT + 5.6.0 pom OpenCB commons project From 8e4cb8925d67a6c2b0cf641537408e3440988546 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Mon, 4 Aug 2025 16:50:41 +0200 Subject: [PATCH 34/37] Prepare next release 5.7.0-SNAPSHOT --- commons-datastore/commons-datastore-core/pom.xml | 2 +- commons-datastore/commons-datastore-mongodb/pom.xml | 2 +- commons-datastore/commons-datastore-solr/pom.xml | 2 +- commons-datastore/pom.xml | 2 +- commons-lib/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index abf75a057..72a55dd74 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.6.0 + 5.7.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index 082394e1e..656fcca4d 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.6.0 + 5.7.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index d2a790bc3..81a443632 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 5.6.0 + 5.7.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index 777903eea..fdea9ca47 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0 + 5.7.0-SNAPSHOT ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index fe6f33d92..ba5ab94f4 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0 + 5.7.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index a300c6bc4..c64f9aa46 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0 + 5.7.0-SNAPSHOT pom OpenCB commons project From cffe317b869f1a1076d7f80ff83b27de423cc2b7 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Mon, 4 Aug 2025 17:25:53 +0200 Subject: [PATCH 35/37] cicd: FIX Project name is missing #TASK-7783 --- commons-datastore/commons-datastore-core/pom.xml | 6 +++++- commons-datastore/commons-datastore-mongodb/pom.xml | 6 +++++- commons-datastore/commons-datastore-solr/pom.xml | 7 ++++++- commons-datastore/pom.xml | 7 ++++++- commons-lib/pom.xml | 6 +++++- pom.xml | 2 +- 6 files changed, 28 insertions(+), 6 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index 72a55dd74..b86033a3e 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,13 +6,17 @@ org.opencb.commons commons-datastore - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT ../pom.xml commons-datastore-core jar + OpenCB commons-datastore-core project + OpenCB commons project contains several Java libs for Bioinformatics + http://www.opencb.org + com.fasterxml.jackson.core diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index 656fcca4d..b4a58b2fc 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,13 +6,17 @@ org.opencb.commons commons-datastore - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT ../pom.xml commons-datastore-mongodb jar + OpenCB commons-datastore-mongodb project + OpenCB commons project contains several Java libs for Bioinformatics + http://www.opencb.org + org.opencb.commons diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index 81a443632..4ea0b035c 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,13 +22,18 @@ org.opencb.commons commons-datastore - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT ../pom.xml commons-datastore-solr jar + OpenCB commons-datastore-solr project + OpenCB commons project contains several Java libs for Bioinformatics + http://www.opencb.org + + org.opencb.commons diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index fdea9ca47..0bbf01861 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,13 +6,18 @@ org.opencb.commons commons - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT ../pom.xml commons-datastore pom + OpenCB commons-datastore project + OpenCB commons project contains several Java libs for Bioinformatics + http://www.opencb.org + + commons-datastore-core commons-datastore-mongodb diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index ba5ab94f4..71bde92e4 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,13 +6,17 @@ org.opencb.commons commons - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT ../pom.xml commons-lib jar + OpenCB commons-lib project + OpenCB commons project contains several Java libs for Bioinformatics + http://www.opencb.org + org.opencb.commons diff --git a/pom.xml b/pom.xml index c64f9aa46..9fd1b8651 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.7.0-SNAPSHOT + 5.6.0-SNAPSHOT pom OpenCB commons project From 19a11f4c01679b6a046eff8e560fb0eceafa7577 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Mon, 4 Aug 2025 18:27:15 +0200 Subject: [PATCH 36/37] Prepare release 5.6.0 --- commons-datastore/commons-datastore-core/pom.xml | 2 +- commons-datastore/commons-datastore-mongodb/pom.xml | 2 +- commons-datastore/commons-datastore-solr/pom.xml | 2 +- commons-datastore/pom.xml | 2 +- commons-lib/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index b86033a3e..9263ef78a 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index b4a58b2fc..915b40701 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index 4ea0b035c..90051460a 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index 0bbf01861..c9e636a49 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index 71bde92e4..c62a2bf08 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0-SNAPSHOT + 5.6.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 9fd1b8651..a300c6bc4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0-SNAPSHOT + 5.6.0 pom OpenCB commons project From 92e40dfdbc98471a34c19c6d0dcaf9f72d4155a5 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Mon, 11 Aug 2025 11:25:04 +0200 Subject: [PATCH 37/37] Preparing port patch from version 5.6.0 to 6.1.0-SNAPSHOT --- commons-datastore/commons-datastore-core/pom.xml | 2 +- commons-datastore/commons-datastore-mongodb/pom.xml | 2 +- commons-datastore/commons-datastore-solr/pom.xml | 2 +- commons-datastore/pom.xml | 2 +- commons-lib/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index 9263ef78a..0d0eaa905 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.6.0 + 6.1.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index 915b40701..bef095735 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 5.6.0 + 6.1.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index 90051460a..a64a905ac 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 5.6.0 + 6.1.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index c9e636a49..a85aed2b9 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0 + 6.1.0-SNAPSHOT ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index c62a2bf08..48de972fd 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0 + 6.1.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index a300c6bc4..8bc872cb4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 5.6.0 + 6.1.0-SNAPSHOT pom OpenCB commons project