Release suite 1.0.3
This commit is contained in:
parent
96a13efe72
commit
e1defba910
|
@ -2,8 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog for org.gcube.spatial.data.gcube-sdi-suite
|
# Changelog for org.gcube.spatial.data.gcube-sdi-suite
|
||||||
|
|
||||||
## [v1.0.3-SNAPSHOT] - 2022-12-07
|
## [v1.0.3] - 2022-12-07
|
||||||
- Updated plugin framework
|
- Updated plugin framework
|
||||||
|
- Introduced module default-lc-managers
|
||||||
|
|
||||||
## [v1.0.2] - 2021-02-24
|
## [v1.0.2] - 2021-02-24
|
||||||
-Introduced module sdi-plugins
|
-Introduced module sdi-plugins
|
||||||
|
|
|
@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
This library contains gcube-cms plugins for ckan materializations
|
This library contains gcube-cms plugins for ckan materializations
|
||||||
|
|
||||||
## [v1.0.1-SNAPSHOT] - 2022-12-07
|
## [v1.0.1] - 2022-12-07
|
||||||
- Pom updates
|
- Pom updates
|
||||||
|
|
||||||
## [v1.0.0] - 2022-02-24
|
## [v1.0.0] - 2022-02-24
|
||||||
|
|
|
@ -5,14 +5,14 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>ckan-plugins</artifactId>
|
<artifactId>ckan-plugins</artifactId>
|
||||||
<version>1.0.1-SNAPSHOT</version>
|
<version>1.0.1</version>
|
||||||
<name>gCube CMS - CKAN Plugins</name>
|
<name>gCube CMS - CKAN Plugins</name>
|
||||||
|
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.gcube.application.cms</groupId>
|
<groupId>org.gcube.application.cms</groupId>
|
||||||
<artifactId>gcube-cms-suite</artifactId>
|
<artifactId>gcube-cms-suite</artifactId>
|
||||||
<version>1.0.3-SNAPSHOT</version>
|
<version>1.0.3</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -2,8 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog for org.gcube.application.cms-plugin-framework
|
# Changelog for org.gcube.application.cms-plugin-framework
|
||||||
|
|
||||||
## [v1.0.2-SNAPSHOT] 2022-01-17
|
## [v1.0.2] 2022-01-17
|
||||||
- Fixes #2435
|
- Fixes #2435
|
||||||
|
- Introduced module default-lc-managers
|
||||||
|
|
||||||
## [v1.0.1] 2022-01-17
|
## [v1.0.1] 2022-01-17
|
||||||
- Serialization Features
|
- Serialization Features
|
||||||
|
|
|
@ -4,12 +4,12 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>cms-plugin-framework</artifactId>
|
<artifactId>cms-plugin-framework</artifactId>
|
||||||
<version>1.0.2-SNAPSHOT</version>
|
<version>1.0.2</version>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.gcube.application.cms</groupId>
|
<groupId>org.gcube.application.cms</groupId>
|
||||||
<artifactId>gcube-cms-suite</artifactId>
|
<artifactId>gcube-cms-suite</artifactId>
|
||||||
<version>1.0.3-SNAPSHOT</version>
|
<version>1.0.3</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
# Changelog for org.gcube.application.cms.cms-test-commons
|
||||||
|
|
||||||
## [v1.0.3-SNAPSHOT] - 2022-12-07
|
## [v1.0.3] - 2022-12-07
|
||||||
- Pom updates
|
- Pom updates
|
||||||
|
|
||||||
## [v1.0.2] - 2022-01-17
|
## [v1.0.2] - 2022-01-17
|
||||||
|
|
|
@ -5,14 +5,14 @@
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>cms-test-commons</artifactId>
|
<artifactId>cms-test-commons</artifactId>
|
||||||
<version>1.0.3-SNAPSHOT</version>
|
<version>1.0.3</version>
|
||||||
<name>CMS Test Commons</name>
|
<name>CMS Test Commons</name>
|
||||||
|
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.gcube.application.cms</groupId>
|
<groupId>org.gcube.application.cms</groupId>
|
||||||
<artifactId>gcube-cms-suite</artifactId>
|
<artifactId>gcube-cms-suite</artifactId>
|
||||||
<version>1.0.3-SNAPSHOT</version>
|
<version>1.0.3</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,9 +4,10 @@ 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
|
This library contains custom extensions for the support of GNA "concessioni" use case
|
||||||
|
|
||||||
## [v1.0.2-SNAPSHOT] - 2022-12-07
|
## [v1.0.2] - 2022-12-07
|
||||||
- Pom updates
|
- Pom updates
|
||||||
|
- Introduced module default-lc-managers
|
||||||
|
-
|
||||||
## [v1.0.1] - 2022-01-17
|
## [v1.0.1] - 2022-01-17
|
||||||
- Serialization adaptation
|
- Serialization adaptation
|
||||||
|
|
||||||
|
|
|
@ -4,14 +4,14 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>concessioni-lifecycle</artifactId>
|
<artifactId>concessioni-lifecycle</artifactId>
|
||||||
<version>1.0.2-SNAPSHOT</version>
|
<version>1.0.2</version>
|
||||||
<name>GNA Concessioni Lifecycle</name>
|
<name>GNA Concessioni Lifecycle</name>
|
||||||
|
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.gcube.application.cms</groupId>
|
<groupId>org.gcube.application.cms</groupId>
|
||||||
<artifactId>gcube-cms-suite</artifactId>
|
<artifactId>gcube-cms-suite</artifactId>
|
||||||
<version>1.0.3-SNAPSHOT</version>
|
<version>1.0.3</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -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
|
This library contains custom BEANS for the support of GNA "concessioni" use case
|
||||||
|
|
||||||
## [v1.0.2-SNAPSHOT] - 2022-12-07
|
## [v1.0.2] - 2022-12-07
|
||||||
- Pom updates
|
- Pom updates
|
||||||
|
|
||||||
## [v1.0.1] - 2022-01-17
|
## [v1.0.1] - 2022-01-17
|
||||||
|
|
|
@ -6,14 +6,14 @@
|
||||||
|
|
||||||
<groupId>org.gcube.application.cms</groupId>
|
<groupId>org.gcube.application.cms</groupId>
|
||||||
<artifactId>concessioni-model</artifactId>
|
<artifactId>concessioni-model</artifactId>
|
||||||
<version>1.0.2-SNAPSHOT</version>
|
<version>1.0.2</version>
|
||||||
<name>GNA Concessioni Model</name>
|
<name>GNA Concessioni Model</name>
|
||||||
|
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.gcube.application.cms</groupId>
|
<groupId>org.gcube.application.cms</groupId>
|
||||||
<artifactId>gcube-cms-suite</artifactId>
|
<artifactId>gcube-cms-suite</artifactId>
|
||||||
<version>1.0.3-SNAPSHOT</version>
|
<version>1.0.3</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -4,7 +4,7 @@ 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
|
This library contains gcube-cms plugins for processing via gCube Dataminer
|
||||||
|
|
||||||
## [v1.0.1-SNAPSHOT] - 2022-12-07
|
## [v1.0.1] - 2022-12-07
|
||||||
- Pom updates
|
- Pom updates
|
||||||
|
|
||||||
## [v1.0.0] - 2022-02-24
|
## [v1.0.0] - 2022-02-24
|
||||||
|
|
|
@ -5,14 +5,14 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>dataminer-plugins</artifactId>
|
<artifactId>dataminer-plugins</artifactId>
|
||||||
<version>1.0.1-SNAPSHOT</version>
|
<version>1.0.1</version>
|
||||||
<name>gCube CMS - Dataminer Plugins</name>
|
<name>gCube CMS - Dataminer Plugins</name>
|
||||||
|
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.gcube.application.cms</groupId>
|
<groupId>org.gcube.application.cms</groupId>
|
||||||
<artifactId>gcube-cms-suite</artifactId>
|
<artifactId>gcube-cms-suite</artifactId>
|
||||||
<version>1.0.3-SNAPSHOT</version>
|
<version>1.0.3</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
|
|
@ -4,5 +4,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
This library contains default Lifecycle Managers handlers
|
This library contains default Lifecycle Managers handlers
|
||||||
|
|
||||||
## [v1.0.0-SNAPSHOT] - 2022-02-24
|
## [v1.0.0] - 2022-02-24
|
||||||
- First release
|
- First release
|
||||||
|
|
|
@ -5,14 +5,14 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>default-lc-managers</artifactId>
|
<artifactId>default-lc-managers</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0</version>
|
||||||
<name>gCube CMS - Default LC Managers</name>
|
<name>gCube CMS - Default LC Managers</name>
|
||||||
|
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.gcube.application.cms</groupId>
|
<groupId>org.gcube.application.cms</groupId>
|
||||||
<artifactId>gcube-cms-suite</artifactId>
|
<artifactId>gcube-cms-suite</artifactId>
|
||||||
<version>1.0.3-SNAPSHOT</version>
|
<version>1.0.3</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -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
|
# Changelog for org.gcube.application.geoportal-client
|
||||||
|
|
||||||
## [v1.1.1-SNAPSHOT] - 2022-12-07
|
## [v1.1.1] - 2022-12-07
|
||||||
- Pom updates
|
- Pom updates
|
||||||
|
|
||||||
## [v1.1.0] - 2022-02-01
|
## [v1.1.0] - 2022-02-01
|
||||||
|
|
|
@ -4,14 +4,14 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.gcube.application</groupId>
|
<groupId>org.gcube.application</groupId>
|
||||||
<artifactId>geoportal-client</artifactId>
|
<artifactId>geoportal-client</artifactId>
|
||||||
<version>1.1.1-SNAPSHOT</version>
|
<version>1.1.1</version>
|
||||||
<name>Geoportal Client</name>
|
<name>Geoportal Client</name>
|
||||||
|
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.gcube.application.cms</groupId>
|
<groupId>org.gcube.application.cms</groupId>
|
||||||
<artifactId>gcube-cms-suite</artifactId>
|
<artifactId>gcube-cms-suite</artifactId>
|
||||||
<version>1.0.3-SNAPSHOT</version>
|
<version>1.0.3</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
# Changelog for org.gcube.application.geoportal-common
|
||||||
|
|
||||||
## [v1.0.10-SNAPSHOT] - 2022-12-07
|
## [v1.0.10] - 2022-12-07
|
||||||
- Pom updates
|
- Pom updates
|
||||||
|
|
||||||
# [v1.0.9] - 2022-01-17
|
# [v1.0.9] - 2022-01-17
|
||||||
|
|
|
@ -3,14 +3,14 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>geoportal-common</artifactId>
|
<artifactId>geoportal-common</artifactId>
|
||||||
<version>1.0.10-SNAPSHOT</version>
|
<version>1.0.10</version>
|
||||||
<name>Geoportal Common</name>
|
<name>Geoportal Common</name>
|
||||||
|
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.gcube.application.cms</groupId>
|
<groupId>org.gcube.application.cms</groupId>
|
||||||
<artifactId>gcube-cms-suite</artifactId>
|
<artifactId>gcube-cms-suite</artifactId>
|
||||||
<version>1.0.3-SNAPSHOT</version>
|
<version>1.0.3</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -17,7 +17,7 @@ public class GCubeTest {
|
||||||
|
|
||||||
testContext = "/pred4s/preprod/preVRE";
|
testContext = "/pred4s/preprod/preVRE";
|
||||||
// testContext = "/d4science.research-infrastructures.eu/D4OS/GNA";
|
// testContext = "/d4science.research-infrastructures.eu/D4OS/GNA";
|
||||||
// testContext= "/gcube/devsec/devVRE";
|
testContext= "/gcube/devsec/devVRE";
|
||||||
|
|
||||||
System.out.println("TEST CONTEXT = "+testContext);
|
System.out.println("TEST CONTEXT = "+testContext);
|
||||||
return testContext;
|
return testContext;
|
||||||
|
|
|
@ -2,8 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog for org.gcube.application.geoportal-service
|
# Changelog for org.gcube.application.geoportal-service
|
||||||
|
|
||||||
## [v1.0.11-SNAPSHOT] - 2022-12-07
|
## [v1.0.11] - 2022-12-07
|
||||||
- Pom updates
|
- Pom updates
|
||||||
|
- Introduced module default-lc-managers
|
||||||
|
|
||||||
## [v1.0.10] 2022-01-17
|
## [v1.0.10] 2022-01-17
|
||||||
- Plugin Management
|
- Plugin Management
|
||||||
|
|
|
@ -4,14 +4,14 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.gcube.application</groupId>
|
<groupId>org.gcube.application</groupId>
|
||||||
<artifactId>geoportal-service</artifactId>
|
<artifactId>geoportal-service</artifactId>
|
||||||
<version>1.0.11-SNAPSHOT</version>
|
<version>1.0.11</version>
|
||||||
<name>Geoportal Service</name>
|
<name>Geoportal Service</name>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.gcube.application.cms</groupId>
|
<groupId>org.gcube.application.cms</groupId>
|
||||||
<artifactId>gcube-cms-suite</artifactId>
|
<artifactId>gcube-cms-suite</artifactId>
|
||||||
<version>1.0.3-SNAPSHOT</version>
|
<version>1.0.3</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
This library contains gcube-cms plugins for images materializations
|
This library contains gcube-cms plugins for images materializations
|
||||||
|
|
||||||
## [v1.0.1-SNAPSHOT] - 2022-12-07
|
## [v1.0.1] - 2022-12-07
|
||||||
- Pom updates
|
- Pom updates
|
||||||
|
|
||||||
## [v1.0.0] - 2022-02-24
|
## [v1.0.0] - 2022-02-24
|
||||||
|
|
|
@ -5,14 +5,14 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>images-plugins</artifactId>
|
<artifactId>images-plugins</artifactId>
|
||||||
<version>1.0.1-SNAPSHOT</version>
|
<version>1.0.1</version>
|
||||||
<name>gCube CMS - Images Plugins</name>
|
<name>gCube CMS - Images Plugins</name>
|
||||||
|
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.gcube.application.cms</groupId>
|
<groupId>org.gcube.application.cms</groupId>
|
||||||
<artifactId>gcube-cms-suite</artifactId>
|
<artifactId>gcube-cms-suite</artifactId>
|
||||||
<version>1.0.3-SNAPSHOT</version>
|
<version>1.0.3</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
This library contains gcube-cms plugins for notitfications events
|
This library contains gcube-cms plugins for notitfications events
|
||||||
|
|
||||||
## [v1.0.1-SNAPSHOT] - 2022-12-07
|
## [v1.0.1] - 2022-12-07
|
||||||
- Pom updates
|
- Pom updates
|
||||||
|
|
||||||
## [v1.0.0] - 2022-02-24
|
## [v1.0.0] - 2022-02-24
|
||||||
|
|
|
@ -5,14 +5,14 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>notifications-plugins</artifactId>
|
<artifactId>notifications-plugins</artifactId>
|
||||||
<version>1.0.1-SNAPSHOT</version>
|
<version>1.0.1</version>
|
||||||
<name>gCube CMS - Notifications Plugins</name>
|
<name>gCube CMS - Notifications Plugins</name>
|
||||||
|
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.gcube.application.cms</groupId>
|
<groupId>org.gcube.application.cms</groupId>
|
||||||
<artifactId>gcube-cms-suite</artifactId>
|
<artifactId>gcube-cms-suite</artifactId>
|
||||||
<version>1.0.3-SNAPSHOT</version>
|
<version>1.0.3</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
26
pom.xml
26
pom.xml
|
@ -9,7 +9,7 @@
|
||||||
<groupId>org.gcube.application.cms</groupId>
|
<groupId>org.gcube.application.cms</groupId>
|
||||||
<artifactId>gcube-cms-suite</artifactId>
|
<artifactId>gcube-cms-suite</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.0.3-SNAPSHOT</version>
|
<version>1.0.3</version>
|
||||||
<name>Gcube CMS Suite</name>
|
<name>Gcube CMS Suite</name>
|
||||||
|
|
||||||
<description>gCube CMS Suite is a set of components designed to manage complex space-temporal Documents defined by metadata Profiles.</description>
|
<description>gCube CMS Suite is a set of components designed to manage complex space-temporal Documents defined by metadata Profiles.</description>
|
||||||
|
@ -22,19 +22,19 @@
|
||||||
<gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl>
|
<gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl>
|
||||||
|
|
||||||
<!-- prod -->
|
<!-- prod -->
|
||||||
<!-- <gcube-bom-version>2.0.2</gcube-bom-version>-->
|
<gcube-bom-version>2.0.2</gcube-bom-version>
|
||||||
<!-- <gcube-smartgears-bom-version>2.1.1</gcube-smartgears-bom-version>-->
|
<gcube-smartgears-bom-version>2.1.1</gcube-smartgears-bom-version>
|
||||||
<!-- <gcube-portal-bom-version>3.6.3</gcube-portal-bom-version>-->
|
<gcube-portal-bom-version>3.6.3</gcube-portal-bom-version>
|
||||||
<!-- <storagehub-version-range>[1.0.0,2.0.0-SNAPSHOT)</storagehub-version-range>-->
|
<storagehub-version-range>[1.0.0,2.0.0-SNAPSHOT)</storagehub-version-range>
|
||||||
<!-- <plugin-framework-version>1.0.1</plugin-framework-version>-->
|
<plugin-framework-version>1.0.1</plugin-framework-version>
|
||||||
|
|
||||||
<!--dev -->
|
<!--dev -->
|
||||||
<gcube-bom-version>2.1.0-SNAPSHOT</gcube-bom-version>
|
<!-- <gcube-bom-version>2.1.0-SNAPSHOT</gcube-bom-version>-->
|
||||||
<gcube-smartgears-bom-version>2.2.0-SNAPSHOT</gcube-smartgears-bom-version>
|
<!-- <gcube-smartgears-bom-version>2.2.0-SNAPSHOT</gcube-smartgears-bom-version>-->
|
||||||
<gcube-portal-bom-version>3.7.0-SNAPSHOT</gcube-portal-bom-version>
|
<!-- <gcube-portal-bom-version>3.7.0-SNAPSHOT</gcube-portal-bom-version>-->
|
||||||
<storagehub-version-range>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</storagehub-version-range>
|
<!-- <storagehub-version-range>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</storagehub-version-range>-->
|
||||||
<!-- <storagehub-version-range>[1.0.0,2.0.0-SNAPSHOT)</storagehub-version-range>-->
|
<!--<!– <storagehub-version-range>[1.0.0,2.0.0-SNAPSHOT)</storagehub-version-range>–>-->
|
||||||
<plugin-framework-version>1.0.2-SNAPSHOT</plugin-framework-version>
|
<!-- <plugin-framework-version>1.0.2-SNAPSHOT</plugin-framework-version>-->
|
||||||
|
|
||||||
|
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -123,7 +123,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.application.cms</groupId>
|
<groupId>org.gcube.application.cms</groupId>
|
||||||
<artifactId>default-lc-managers</artifactId>
|
<artifactId>default-lc-managers</artifactId>
|
||||||
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.application.cms</groupId>
|
<groupId>org.gcube.application.cms</groupId>
|
||||||
|
|
|
@ -4,8 +4,9 @@ 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
|
This library contains gcube-cms plugins for indexing and materializations in gCube SDI
|
||||||
|
|
||||||
## [v1.0.1-SNAPSHOT] - 2022-12-07
|
## [v1.0.1] - 2022-12-07
|
||||||
- Pom updates
|
- Pom updates
|
||||||
|
- Introduced module default-lc-managers
|
||||||
|
|
||||||
## [v1.0.0] - 2022-02-24
|
## [v1.0.0] - 2022-02-24
|
||||||
- First release
|
- First release
|
||||||
|
|
|
@ -5,14 +5,14 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>sdi-plugins</artifactId>
|
<artifactId>sdi-plugins</artifactId>
|
||||||
<version>1.0.1-SNAPSHOT</version>
|
<version>1.0.1</version>
|
||||||
<name>gCube CMS - SDI Plugins</name>
|
<name>gCube CMS - SDI Plugins</name>
|
||||||
|
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.gcube.application.cms</groupId>
|
<groupId>org.gcube.application.cms</groupId>
|
||||||
<artifactId>gcube-cms-suite</artifactId>
|
<artifactId>gcube-cms-suite</artifactId>
|
||||||
<version>1.0.3-SNAPSHOT</version>
|
<version>1.0.3</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -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
|
# Changelog for org.gcube.application.geoportal-client
|
||||||
|
|
||||||
## [v1.0.3-SNAPSHOT] - 2022-12-07
|
## [v1.0.3] - 2022-12-07
|
||||||
- Pom updates
|
- Pom updates
|
||||||
|
|
||||||
## [v1.0.2] - 2022-02-24
|
## [v1.0.2] - 2022-02-24
|
||||||
|
|
|
@ -4,12 +4,12 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>use-cases</artifactId>
|
<artifactId>use-cases</artifactId>
|
||||||
<version>1.0.3-SNAPSHOT</version>
|
<version>1.0.3</version>
|
||||||
<name>CMS Use cases</name>
|
<name>CMS Use cases</name>
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>gcube-cms-suite</artifactId>
|
<artifactId>gcube-cms-suite</artifactId>
|
||||||
<groupId>org.gcube.application.cms</groupId>
|
<groupId>org.gcube.application.cms</groupId>
|
||||||
<version>1.0.3-SNAPSHOT</version>
|
<version>1.0.3</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -110,7 +110,7 @@ public class ExportConcessioniAsProjects {
|
||||||
AtomicLong warnCount = new AtomicLong(0);
|
AtomicLong warnCount = new AtomicLong(0);
|
||||||
AtomicLong errCount = new AtomicLong(0);
|
AtomicLong errCount = new AtomicLong(0);
|
||||||
|
|
||||||
ExecutorService service = Executors.newFixedThreadPool(1);
|
ExecutorService service = Executors.newFixedThreadPool(3);
|
||||||
|
|
||||||
long startProcess = System.currentTimeMillis();
|
long startProcess = System.currentTimeMillis();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue