This commit is contained in:
Fabio Sinibaldi 2020-12-16 14:32:05 +01:00
parent d3cecb2a67
commit f077661454
16 changed files with 35 additions and 46 deletions

View File

@ -1,6 +1,8 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for gFeed
## [1.0.4-SNAPSHOT] - 2020-12-15
## [1.0.4] - 2020-12-15
- Dependency management
- Fixed naming
@ -15,4 +17,3 @@
- Dependencies between suite use same version
- Resources are now read as InputSream in Common module
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

View File

@ -2,6 +2,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.data-publishing.gFeed.DataMinerAlgorithmsCrawler
## [1.0.4-SNAPSHOT] - 2020-12-15
## [1.0.4] - 2020-12-15
- Dependency management
- Naming Convention

View File

@ -4,11 +4,11 @@
<parent>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>gFeed-Suite</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>
<artifactId>DataMinerAlgorithmsCrawler</artifactId>
<name>DataMinerAlgorithmsCrawler</name>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<description>Plugin for gCat-Feeder for DataMiner Algorithms publishing</description>
<!-- <properties> -->
@ -47,7 +47,7 @@
<dependency>
<groupId>org.gcube.data.analysis</groupId>
<artifactId>data-miner-manager-cl</artifactId>
<version>[1.6.0,2.0.0-SNAPSHOT)</version>
<version>[1.6.0,2.0.0)</version>
</dependency>

View File

@ -2,6 +2,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.data-publishing.gFeed.catalogue-plugin-framework
## [1.0.4-SNAPSHOT] - 2020-12-15
## [1.0.4] - 2020-12-15
- Dependency management
- Naming Convention

View File

@ -5,10 +5,10 @@
<parent>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>gFeed-Suite</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>
<artifactId>catalogue-plugin-framework</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<scm>

View File

@ -2,6 +2,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.data-publishing.gFeed.collectors-plugin-framework
## [1.0.4-SNAPSHOT] - 2020-12-15
## [1.0.4] - 2020-12-15
- Dependency management
- Naming Convention

View File

@ -5,12 +5,12 @@
<parent>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>gFeed-Suite</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>
<artifactId>collectors-plugin-framework</artifactId>
<name>collectors-plugin-framework</name>
<description>Framework for collectors implementations</description>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>

View File

@ -2,6 +2,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.data-publishing.gFeed.test-commons
## [1.0.4-SNAPSHOT] - 2020-12-15
## [1.0.4] - 2020-12-15
- Dependency management
- Naming Convention

View File

@ -5,11 +5,11 @@
<parent>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>gFeed-Suite</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>
<artifactId>commons</artifactId>
<name>commons</name>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<description>Common utilities for gCatFeeder logic</description>
@ -24,7 +24,7 @@
<dependency>
<groupId>org.gcube.resourcemanagement</groupId>
<artifactId>resourcemanager-client</artifactId>
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
<version>[1.0.0,2.0.0)</version>
</dependency>

View File

@ -2,6 +2,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.data-publishing.gFeed.gCat-controller
## [1.0.4-SNAPSHOT] - 2020-12-15
## [1.0.4] - 2020-12-15
- Dependency management
- Naming Convention

View File

@ -3,11 +3,11 @@
<parent>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>gFeed-Suite</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>
<artifactId>gCat-Controller</artifactId>
<name>gCat Controller</name>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<description>Controller implementation for GCat Service</description>
<!-- <properties> -->
<!-- <gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl> -->
@ -49,7 +49,7 @@
<dependency>
<groupId>org.gcube.data-publishing</groupId>
<artifactId>gcat-client</artifactId>
<version>[1.0.0,2.0.0-SNAPSHOT]</version>
<version>[1.0.0,2.0.0)</version>
</dependency>

View File

@ -2,6 +2,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.data-publishing.gFeed.gFeed-service
## [1.0.4-SNAPSHOT] - 2020-12-15
## [1.0.4] - 2020-12-15
- Dependency management
- Naming Convention

View File

@ -10,30 +10,18 @@
<parent>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>gFeed-Suite</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>
<artifactId>gCat-Feeder</artifactId>
<name>gFeed Service</name>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<description>Service implementation</description>
<properties>
<webappDirectory>${project.basedir}/src/main/webapp/WEB-INF</webappDirectory>
<distroDirectory>${project.basedir}/distro</distroDirectory>
<!-- <gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl> -->
</properties>
<!-- <dependencyManagement> -->
<!-- <dependencies> -->
<!-- <dependency> -->
<!-- <groupId>org.gcube.data-publishing.gFeed</groupId> -->
<!-- <artifactId>gFeed-Suite</artifactId> -->
<!-- <version>1.0.4-SNAPSHOT</version> -->
<!-- <type>pom</type> -->
<!-- <scope>import</scope> -->
<!-- </dependency> -->
<!-- </dependencies> -->
<!-- </dependencyManagement> -->
<scm>
<connection>scm:git:${gitBaseUrl}/gFeed</connection>
@ -116,12 +104,12 @@
<dependency>
<groupId>org.gcube.contentmanagement</groupId>
<artifactId>storage-manager-core</artifactId>
<version>[2.0.0, 3.0.0-SNAPSHOT)</version>
<version>[2.0.0, 3.0.0)</version>
</dependency>
<dependency>
<groupId>org.gcube.contentmanagement</groupId>
<artifactId>storage-manager-wrapper</artifactId>
<version>[2.0.0, 3.0.0-SNAPSHOT)</version>
<version>[2.0.0, 3.0.0)</version>
</dependency>

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.data-publishing.gFeed.oai-pmh
## [1.0.4-SNAPSHOT] - 2020-12-15
## [1.0.4] - 2020-12-15
- Dependency management
- Naming Convention
- Support to Set Filtering [#20342]

View File

@ -5,11 +5,11 @@
<parent>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>gFeed-Suite</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>
<artifactId>oai-harvester</artifactId>
<name>oai-harvester</name>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<scm>
<connection>scm:git:${gitBaseUrl}/gFeed</connection>
@ -53,7 +53,7 @@
<dependency>
<groupId>org.gcube.data-publishing</groupId>
<artifactId>gcat-client</artifactId>
<version>[1.2.0,2.0.0-SNAPSHOT)</version>
<version>[1.2.0,2.0.0)</version>
</dependency>

10
pom.xml
View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>gFeed-Suite</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<packaging>pom</packaging>
<name>gFeed Suite</name>
<description>gCat-Feeder Suite of components : service, plugin framework, plugins</description>
@ -64,25 +64,25 @@
<dependency>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>collectors-plugin-framework</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<version>[1.0.0,2.0.0)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>test-commons</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<version>[1.0.0,2.0.0)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>commons</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<version>[1.0.0,2.0.0)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>catalogue-plugin-framework</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<version>[1.0.0,2.0.0)</version>
<scope>provided</scope>
</dependency>
</dependencies>