Releasing 1.0.5

This commit is contained in:
Fabio Sinibaldi 2022-05-19 15:55:28 +02:00
parent 04ed0f388f
commit 2d4eb75d5f
19 changed files with 52 additions and 33 deletions

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for gFeed # Changelog for gFeed
## [v1.0.5]
- Pom updates
## [v1.0.4] - 2020-12-15 ## [v1.0.4] - 2020-12-15
- Dependency management - Dependency management
- Fixed naming - Fixed naming

View File

@ -2,6 +2,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.data-publishing.gFeed.DataMinerAlgorithmsCrawler # Changelog for org.gcube.data-publishing.gFeed.DataMinerAlgorithmsCrawler
## [v1.0.6]
- Pom updates
## [v1.0.5] - 2020-12-15 ## [v1.0.5] - 2020-12-15
- Fixes [#22344](https://support.d4science.org/issues/22344#change-128440) : publish DM algorithms as Methods - Fixes [#22344](https://support.d4science.org/issues/22344#change-128440) : publish DM algorithms as Methods

View File

@ -4,16 +4,14 @@
<parent> <parent>
<groupId>org.gcube.data-publishing.gFeed</groupId> <groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>gFeed-Suite</artifactId> <artifactId>gFeed-Suite</artifactId>
<version>1.0.4</version> <version>1.0.5</version>
</parent> </parent>
<artifactId>DataMinerAlgorithmsCrawler</artifactId> <artifactId>DataMinerAlgorithmsCrawler</artifactId>
<name>DataMinerAlgorithmsCrawler</name> <name>DataMinerAlgorithmsCrawler</name>
<version>1.0.5</version> <version>1.0.6</version>
<description>Plugin for gCat-Feeder for DataMiner Algorithms publishing</description> <description>Plugin for gCat-Feeder for DataMiner Algorithms publishing</description>
<!-- <properties> -->
<!-- <gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl> -->
<!-- </properties> -->
<scm> <scm>
<connection>scm:git:${gitBaseUrl}/gFeed</connection> <connection>scm:git:${gitBaseUrl}/gFeed</connection>

View File

@ -12,7 +12,7 @@ public class ItemUrlTests extends BaseCollectorTest {
@Test @Test
public void getItemURL() throws UriResolverMapException, IllegalArgumentException { public void getItemURL() throws UriResolverMapException, IllegalArgumentException {
//SecurityTokenProvider.instance.set("***REMOVED***"); //SecurityTokenProvider.instance.set("***REMOVED***");
TokenSetter.set("/gcube/devsec/devVRE"); TokenSetter.set("/pred4s/preprod/preVRE");
String name = "fake"; String name = "fake";
System.out.println(new URIResolver().getCatalogueItemURL(name)); System.out.println(new URIResolver().getCatalogueItemURL(name));
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -5,11 +5,11 @@
<parent> <parent>
<groupId>org.gcube.data-publishing.gFeed</groupId> <groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>gFeed-Suite</artifactId> <artifactId>gFeed-Suite</artifactId>
<version>1.0.4</version> <version>1.0.5</version>
</parent> </parent>
<artifactId>commons</artifactId> <artifactId>commons</artifactId>
<name>commons</name> <name>commons</name>
<version>1.0.4</version> <version>1.0.5</version>
<description>Common utilities for gCatFeeder logic</description> <description>Common utilities for gCatFeeder logic</description>

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.data-publishing.gFeed.gCat-controller # Changelog for org.gcube.data-publishing.gFeed.gCat-controller
## [v1.0.7]
- Pom updates
## [v1.0.6] - 2021-07-01 ## [v1.0.6] - 2021-07-01
- gCat client coordinates - gCat client coordinates

View File

@ -3,15 +3,12 @@
<parent> <parent>
<groupId>org.gcube.data-publishing.gFeed</groupId> <groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>gFeed-Suite</artifactId> <artifactId>gFeed-Suite</artifactId>
<version>1.0.4</version> <version>1.0.5</version>
</parent> </parent>
<artifactId>gCat-Controller</artifactId> <artifactId>gCat-Controller</artifactId>
<name>gCat-Controller</name> <name>gCat-Controller</name>
<version>1.0.6</version> <version>1.0.7</version>
<description>Controller implementation for GCat Service</description> <description>Controller implementation for GCat Service</description>
<!-- <properties> -->
<!-- <gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl> -->
<!-- </properties> -->
<scm> <scm>
<connection>scm:git:${gitBaseUrl}/gFeed</connection> <connection>scm:git:${gitBaseUrl}/gFeed</connection>
@ -49,7 +46,7 @@
<dependency> <dependency>
<groupId>org.gcube.data-catalogue</groupId> <groupId>org.gcube.data-catalogue</groupId>
<artifactId>gcat-client</artifactId> <artifactId>gcat-client</artifactId>
<version>[2.0.0,3.0.0)</version> <version>[2.2.0,3.0.0)</version>
</dependency> </dependency>

View File

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

View File

@ -1,20 +1,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>
<!-- <parent> -->
<!-- <groupId>org.gcube.tools</groupId> -->
<!-- <artifactId>maven-parent</artifactId> -->
<!-- <version>1.1.0</version> -->
<!-- </parent> -->
<parent> <parent>
<groupId>org.gcube.data-publishing.gFeed</groupId> <groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>gFeed-Suite</artifactId> <artifactId>gFeed-Suite</artifactId>
<version>1.0.4</version> <version>1.0.5</version>
</parent> </parent>
<artifactId>gCat-Feeder</artifactId> <artifactId>gCat-Feeder</artifactId>
<name>gFeed Service</name> <name>gFeed Service</name>
<version>1.0.4</version> <version>1.0.5</version>
<description>Service implementation</description> <description>Service implementation</description>
<properties> <properties>

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.data-publishing.gFeed.oai-pmh # Changelog for org.gcube.data-publishing.gFeed.oai-pmh
## [v1.0.6]
- Pom updates
## [v1.0.5] - 2020-12-15 ## [v1.0.5] - 2020-12-15
Do not stop on single repository error Do not stop on single repository error

View File

@ -5,11 +5,11 @@
<parent> <parent>
<groupId>org.gcube.data-publishing.gFeed</groupId> <groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>gFeed-Suite</artifactId> <artifactId>gFeed-Suite</artifactId>
<version>1.0.4</version> <version>1.0.5</version>
</parent> </parent>
<artifactId>oai-harvester</artifactId> <artifactId>oai-harvester</artifactId>
<name>oai-harvester</name> <name>oai-harvester</name>
<version>1.0.5</version> <version>1.0.6</version>
<scm> <scm>
<connection>scm:git:${gitBaseUrl}/gFeed</connection> <connection>scm:git:${gitBaseUrl}/gFeed</connection>

View File

@ -9,7 +9,7 @@
</parent> </parent>
<groupId>org.gcube.data-publishing.gFeed</groupId> <groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>gFeed-Suite</artifactId> <artifactId>gFeed-Suite</artifactId>
<version>1.0.4</version> <version>1.0.5</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>gFeed Suite</name> <name>gFeed Suite</name>
<description>gCat-Feeder Suite of components : service, plugin framework, plugins</description> <description>gCat-Feeder Suite of components : service, plugin framework, plugins</description>
@ -48,14 +48,14 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId> <artifactId>gcube-smartgears-bom</artifactId>
<version>2.0.0</version> <version>2.1.1</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId> <artifactId>gcube-bom</artifactId>
<version>2.0.0</version> <version>2.0.2</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>

View File

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

View File

@ -3,11 +3,11 @@
<parent> <parent>
<groupId>org.gcube.data-publishing.gFeed</groupId> <groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>gFeed-Suite</artifactId> <artifactId>gFeed-Suite</artifactId>
<version>1.0.4</version> <version>1.0.5</version>
</parent> </parent>
<artifactId>test-commons</artifactId> <artifactId>test-commons</artifactId>
<name>test commons</name> <name>test commons</name>
<version>1.0.4</version> <version>1.0.5</version>
<description>Utility classes for test purposes</description> <description>Utility classes for test purposes</description>