From 490a4b9f7d8cdc813853d19dbd2b7b21051b27e4 Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Wed, 23 Nov 2022 17:54:49 +0100 Subject: [PATCH] Snapshot build --- CHANGELOG.md | 2 +- ckan-plugin/CHANGELOG.md | 2 +- ckan-plugin/pom.xml | 4 +-- cms-plugin-framework/CHANGELOG.md | 2 +- cms-plugin-framework/pom.xml | 4 +-- cms-test-commons/CHANGELOG.md | 2 +- cms-test-commons/pom.xml | 4 +-- concessioni-lifecycle/CHANGELOG.md | 2 +- concessioni-lifecycle/pom.xml | 4 +-- concessioni-model/CHANGELOG.md | 2 +- concessioni-model/pom.xml | 4 +-- dataminer-plugins/CHANGELOG.md | 2 +- dataminer-plugins/pom.xml | 4 +-- geoportal-client/CHANGELOG.md | 2 +- geoportal-client/pom.xml | 4 +-- geoportal-common/CHANGELOG.md | 2 +- geoportal-common/pom.xml | 4 +-- .../common/utils/tests/GCubeTest.java | 2 +- geoportal-service/CHANGELOG.md | 2 +- geoportal-service/pom.xml | 4 +-- images-plugin/CHANGELOG.md | 2 +- images-plugin/pom.xml | 4 +-- notifications-plugins/CHANGELOG.md | 2 +- notifications-plugins/pom.xml | 4 +-- pom.xml | 34 +++++++++---------- sdi-plugins/CHANGELOG.md | 2 +- sdi-plugins/pom.xml | 4 +-- use-cases/CHANGELOG.md | 2 +- use-cases/pom.xml | 4 +-- .../usecases/ExportConcessioniAsProjects.java | 2 +- 30 files changed, 59 insertions(+), 59 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cfa5f7..8bea81d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for org.gcube.spatial.data.gcube-sdi-suite -## [v1.0.2] - 2021-02-24 +## [v1.0.2-SNAPSHOT] - 2021-02-24 -Introduced module sdi-plugins -Introduced module notifications-plugins -Introduced module dataminer-plugins diff --git a/ckan-plugin/CHANGELOG.md b/ckan-plugin/CHANGELOG.md index a15bf25..a3ab83d 100644 --- a/ckan-plugin/CHANGELOG.md +++ b/ckan-plugin/CHANGELOG.md @@ -4,5 +4,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm This library contains gcube-cms plugins for ckan materializations -## [v1.0.0] - 2022-02-24 +## [v1.0.0-SNAPSHOT] - 2022-02-24 - First release diff --git a/ckan-plugin/pom.xml b/ckan-plugin/pom.xml index dce9b2a..d4f7687 100644 --- a/ckan-plugin/pom.xml +++ b/ckan-plugin/pom.xml @@ -5,14 +5,14 @@ 4.0.0 ckan-plugins - 1.0.0 + 1.0.0-SNAPSHOT gCube CMS - CKAN Plugins org.gcube.application.cms gcube-cms-suite - 1.0.2 + 1.0.2-SNAPSHOT diff --git a/cms-plugin-framework/CHANGELOG.md b/cms-plugin-framework/CHANGELOG.md index 09183da..ed0fc9e 100644 --- a/cms-plugin-framework/CHANGELOG.md +++ b/cms-plugin-framework/CHANGELOG.md @@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for org.gcube.application.cms-plugin-framework -## [v1.0.1] 2022-01-17 +## [v1.0.1-SNAPSHOT] 2022-01-17 - Serialization Features ## [v1.0.0] 2021-09-20 diff --git a/cms-plugin-framework/pom.xml b/cms-plugin-framework/pom.xml index 03e6f12..00624be 100644 --- a/cms-plugin-framework/pom.xml +++ b/cms-plugin-framework/pom.xml @@ -4,12 +4,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 cms-plugin-framework - 1.0.1 + 1.0.1-SNAPSHOT org.gcube.application.cms gcube-cms-suite - 1.0.2 + 1.0.2-SNAPSHOT diff --git a/cms-test-commons/CHANGELOG.md b/cms-test-commons/CHANGELOG.md index 037b2c9..cf7ac00 100644 --- a/cms-test-commons/CHANGELOG.md +++ b/cms-test-commons/CHANGELOG.md @@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for org.gcube.application.cms.cms-test-commons -## [v1.0.2] - 2022-01-17 +## [v1.0.2-SNAPSHOT] - 2022-01-17 - Profiles ## [v1.0.1] - 2021-09-11 diff --git a/cms-test-commons/pom.xml b/cms-test-commons/pom.xml index a02c5e6..7e16fdf 100644 --- a/cms-test-commons/pom.xml +++ b/cms-test-commons/pom.xml @@ -5,14 +5,14 @@ 4.0.0 cms-test-commons - 1.0.2 + 1.0.2-SNAPSHOT CMS Test Commons org.gcube.application.cms gcube-cms-suite - 1.0.2 + 1.0.2-SNAPSHOT diff --git a/concessioni-lifecycle/CHANGELOG.md b/concessioni-lifecycle/CHANGELOG.md index dc8a4a6..e11392d 100644 --- a/concessioni-lifecycle/CHANGELOG.md +++ b/concessioni-lifecycle/CHANGELOG.md @@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm This library contains custom extensions for the support of GNA "concessioni" use case -## [v1.0.1] - 2022-01-17 +## [v1.0.1-SNAPSHOT] - 2022-01-17 - Serialization adaptation ## [v1.0.0] - 2021-12-15 diff --git a/concessioni-lifecycle/pom.xml b/concessioni-lifecycle/pom.xml index 9efedb7..89fc519 100644 --- a/concessioni-lifecycle/pom.xml +++ b/concessioni-lifecycle/pom.xml @@ -4,14 +4,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 concessioni-lifecycle - 1.0.1 + 1.0.1-SNAPSHOT GNA Concessioni Lifecycle org.gcube.application.cms gcube-cms-suite - 1.0.2 + 1.0.2-SNAPSHOT diff --git a/concessioni-model/CHANGELOG.md b/concessioni-model/CHANGELOG.md index 3e4560b..2047637 100644 --- a/concessioni-model/CHANGELOG.md +++ b/concessioni-model/CHANGELOG.md @@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm This library contains custom BEANS for the support of GNA "concessioni" use case -## [v1.0.1] - 2022-01-17 +## [v1.0.1-SNAPSHOT] - 2022-01-17 - Defaults Evaluation diff --git a/concessioni-model/pom.xml b/concessioni-model/pom.xml index f93c7e4..a502594 100644 --- a/concessioni-model/pom.xml +++ b/concessioni-model/pom.xml @@ -6,14 +6,14 @@ org.gcube.application.cms concessioni-model - 1.0.1 + 1.0.1-SNAPSHOT GNA Concessioni Model org.gcube.application.cms gcube-cms-suite - 1.0.2 + 1.0.2-SNAPSHOT diff --git a/dataminer-plugins/CHANGELOG.md b/dataminer-plugins/CHANGELOG.md index e3f2d83..42441c2 100644 --- a/dataminer-plugins/CHANGELOG.md +++ b/dataminer-plugins/CHANGELOG.md @@ -4,5 +4,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm This library contains gcube-cms plugins for processing via gCube Dataminer -## [v1.0.0] - 2022-02-24 +## [v1.0.0-SNAPSHOT] - 2022-02-24 - First release diff --git a/dataminer-plugins/pom.xml b/dataminer-plugins/pom.xml index aa7c047..57b4af7 100644 --- a/dataminer-plugins/pom.xml +++ b/dataminer-plugins/pom.xml @@ -5,14 +5,14 @@ 4.0.0 dataminer-plugins - 1.0.0 + 1.0.0-SNAPSHOT gCube CMS - Dataminer Plugins org.gcube.application.cms gcube-cms-suite - 1.0.2 + 1.0.2-SNAPSHOT diff --git a/geoportal-client/CHANGELOG.md b/geoportal-client/CHANGELOG.md index c24c1c7..2eb81fc 100644 --- a/geoportal-client/CHANGELOG.md +++ b/geoportal-client/CHANGELOG.md @@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for org.gcube.application.geoportal-client -## [v1.1.0] - 2022-02-01 +## [v1.1.0-SNAPSHOT] - 2022-02-01 ## [v1.0.8] - 2022-02-01 diff --git a/geoportal-client/pom.xml b/geoportal-client/pom.xml index 46a932d..609f4cc 100644 --- a/geoportal-client/pom.xml +++ b/geoportal-client/pom.xml @@ -4,14 +4,14 @@ 4.0.0 org.gcube.application geoportal-client - 1.1.0 + 1.1.0-SNAPSHOT Geoportal Client org.gcube.application.cms gcube-cms-suite - 1.0.2 + 1.0.2-SNAPSHOT diff --git a/geoportal-common/CHANGELOG.md b/geoportal-common/CHANGELOG.md index a1c9125..0358990 100644 --- a/geoportal-common/CHANGELOG.md +++ b/geoportal-common/CHANGELOG.md @@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for org.gcube.application.geoportal-common -# [v1.0.9] - 2022-01-17 +# [v1.0.9-SNAPSHOT] - 2022-01-17 - Minor fixes in model - Schema and jsonPath support - Fixes [#22722](https://support.d4science.org/issues/22722) diff --git a/geoportal-common/pom.xml b/geoportal-common/pom.xml index f80f92f..a0fedf0 100644 --- a/geoportal-common/pom.xml +++ b/geoportal-common/pom.xml @@ -3,14 +3,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 geoportal-common - 1.0.9 + 1.0.9-SNAPSHOT Geoportal Common org.gcube.application.cms gcube-cms-suite - 1.0.2 + 1.0.2-SNAPSHOT diff --git a/geoportal-common/src/main/java/org/gcube/application/geoportal/common/utils/tests/GCubeTest.java b/geoportal-common/src/main/java/org/gcube/application/geoportal/common/utils/tests/GCubeTest.java index 87ed751..4d28181 100644 --- a/geoportal-common/src/main/java/org/gcube/application/geoportal/common/utils/tests/GCubeTest.java +++ b/geoportal-common/src/main/java/org/gcube/application/geoportal/common/utils/tests/GCubeTest.java @@ -15,7 +15,7 @@ public class GCubeTest { // InterfaceConstants.SERVICE_NAME="GeoPortal"; testContext = "/pred4s/preprod/preVRE"; - // testContext= "/gcube/devsec/devVRE"; + testContext= "/gcube/devsec/devVRE"; System.out.println("TEST CONTEXT = "+testContext); return testContext; diff --git a/geoportal-service/CHANGELOG.md b/geoportal-service/CHANGELOG.md index ae1221b..785e868 100644 --- a/geoportal-service/CHANGELOG.md +++ b/geoportal-service/CHANGELOG.md @@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for org.gcube.application.geoportal-service -## [v1.0.10] 2022-01-17 +## [v1.0.10-SNAPSHOT] 2022-01-17 - Plugin Management - Profiled Document : FileSet Registration diff --git a/geoportal-service/pom.xml b/geoportal-service/pom.xml index 0df9cb7..4b0d43d 100644 --- a/geoportal-service/pom.xml +++ b/geoportal-service/pom.xml @@ -4,14 +4,14 @@ 4.0.0 org.gcube.application geoportal-service - 1.0.10 + 1.0.10-SNAPSHOT Geoportal Service war org.gcube.application.cms gcube-cms-suite - 1.0.2 + 1.0.2-SNAPSHOT diff --git a/images-plugin/CHANGELOG.md b/images-plugin/CHANGELOG.md index f445ba5..329a411 100644 --- a/images-plugin/CHANGELOG.md +++ b/images-plugin/CHANGELOG.md @@ -4,5 +4,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm This library contains gcube-cms plugins for images materializations -## [v1.0.0] - 2022-02-24 +## [v1.0.0-SNAPSHOT] - 2022-02-24 - First release diff --git a/images-plugin/pom.xml b/images-plugin/pom.xml index fafe03f..22dd91e 100644 --- a/images-plugin/pom.xml +++ b/images-plugin/pom.xml @@ -5,14 +5,14 @@ 4.0.0 images-plugins - 1.0.0 + 1.0.0-SNAPSHOT gCube CMS - Images Plugins org.gcube.application.cms gcube-cms-suite - 1.0.2 + 1.0.2-SNAPSHOT diff --git a/notifications-plugins/CHANGELOG.md b/notifications-plugins/CHANGELOG.md index a5b05c2..503886f 100644 --- a/notifications-plugins/CHANGELOG.md +++ b/notifications-plugins/CHANGELOG.md @@ -4,5 +4,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm This library contains gcube-cms plugins for notitfications events -## [v1.0.0] - 2022-02-24 +## [v1.0.0-SNAPSHOT] - 2022-02-24 - First release diff --git a/notifications-plugins/pom.xml b/notifications-plugins/pom.xml index 13a13d3..a379039 100644 --- a/notifications-plugins/pom.xml +++ b/notifications-plugins/pom.xml @@ -5,14 +5,14 @@ 4.0.0 notifications-plugins - 1.0.0 + 1.0.0-SNAPSHOT gCube CMS - Notifications Plugins org.gcube.application.cms gcube-cms-suite - 1.0.2 + 1.0.2-SNAPSHOT diff --git a/pom.xml b/pom.xml index 03fbadd..8269b12 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.application.cms gcube-cms-suite pom - 1.0.2 + 1.0.2-SNAPSHOT Gcube CMS Suite gCube CMS Suite is a set of components designed to manage complex space-temporal Documents defined by metadata Profiles. @@ -22,19 +22,19 @@ https://code-repo.d4science.org/gCubeSystem - 2.0.2 - 2.1.1 - 3.6.3 - [1.0.0,2.0.0-SNAPSHOT) - 1.0.1 + + + + + - - - - - - + 2.1.0-SNAPSHOT + 2.2.0-SNAPSHOT + 3.7.0-SNAPSHOT + [2.0.0-SNAPSHOT,3.0.0-SNAPSHOT) + + 1.0.1-SNAPSHOT @@ -122,27 +122,27 @@ org.gcube.application.cms sdi-plugins - [1.0.0,2.0.0-SNAPSHOT) + [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) org.gcube.application.cms notifications-plugins - [1.0.0,2.0.0-SNAPSHOT) + [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) org.gcube.application.cms dataminer-plugins - [1.0.0,2.0.0-SNAPSHOT) + [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) org.gcube.application.cms images-plugin - [1.0.0,2.0.0-SNAPSHOT) + [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) org.gcube.application.cms ckan-plugin - [1.0.0,2.0.0-SNAPSHOT) + [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) diff --git a/sdi-plugins/CHANGELOG.md b/sdi-plugins/CHANGELOG.md index c7a9acb..f7f23a0 100644 --- a/sdi-plugins/CHANGELOG.md +++ b/sdi-plugins/CHANGELOG.md @@ -4,5 +4,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm This library contains gcube-cms plugins for indexing and materializations in gCube SDI -## [v1.0.0] - 2022-02-24 +## [v1.0.0-SNAPSHOT] - 2022-02-24 - First release diff --git a/sdi-plugins/pom.xml b/sdi-plugins/pom.xml index 29ca70b..16b8745 100644 --- a/sdi-plugins/pom.xml +++ b/sdi-plugins/pom.xml @@ -5,14 +5,14 @@ 4.0.0 sdi-plugins - 1.0.0 + 1.0.0-SNAPSHOT gCube CMS - SDI Plugins org.gcube.application.cms gcube-cms-suite - 1.0.2 + 1.0.2-SNAPSHOT diff --git a/use-cases/CHANGELOG.md b/use-cases/CHANGELOG.md index 8f03a2b..5b01ecf 100644 --- a/use-cases/CHANGELOG.md +++ b/use-cases/CHANGELOG.md @@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for org.gcube.application.geoportal-client -## [v1.0.2] - 2022-02-24 +## [v1.0.2-SNAPSHOT] - 2022-02-24 - Updated parent ## [v1.0.1] - 2021-09-20 diff --git a/use-cases/pom.xml b/use-cases/pom.xml index 33e7b66..0711a5f 100644 --- a/use-cases/pom.xml +++ b/use-cases/pom.xml @@ -4,12 +4,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 use-cases - 1.0.2 + 1.0.2-SNAPSHOT CMS Use cases gcube-cms-suite org.gcube.application.cms - 1.0.2 + 1.0.2-SNAPSHOT diff --git a/use-cases/src/test/java/org/gcube/application/cms/usecases/ExportConcessioniAsProjects.java b/use-cases/src/test/java/org/gcube/application/cms/usecases/ExportConcessioniAsProjects.java index 5f90cfb..4c17513 100644 --- a/use-cases/src/test/java/org/gcube/application/cms/usecases/ExportConcessioniAsProjects.java +++ b/use-cases/src/test/java/org/gcube/application/cms/usecases/ExportConcessioniAsProjects.java @@ -110,7 +110,7 @@ public class ExportConcessioniAsProjects { AtomicLong warnCount = new AtomicLong(0); AtomicLong errCount = new AtomicLong(0); - ExecutorService service = Executors.newFixedThreadPool(1); + ExecutorService service = Executors.newFixedThreadPool(3); long startProcess = System.currentTimeMillis();