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
## [v1.0.5]
- Pom updates
## [v1.0.4] - 2020-12-15
- Dependency management
- 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
## [v1.0.6]
- Pom updates
## [v1.0.5] - 2020-12-15
- Fixes [#22344](https://support.d4science.org/issues/22344#change-128440) : publish DM algorithms as Methods

View File

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

View File

@ -12,7 +12,7 @@ public class ItemUrlTests extends BaseCollectorTest {
@Test
public void getItemURL() throws UriResolverMapException, IllegalArgumentException {
//SecurityTokenProvider.instance.set("***REMOVED***");
TokenSetter.set("/gcube/devsec/devVRE");
TokenSetter.set("/pred4s/preprod/preVRE");
String name = "fake";
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
## [v1.0.5]
- Pom updates
## [v1.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</version>
<version>1.0.5</version>
</parent>
<artifactId>catalogue-plugin-framework</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
<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
## [v1.0.5]
- Pom updates
## [v1.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</version>
<version>1.0.5</version>
</parent>
<artifactId>collectors-plugin-framework</artifactId>
<name>collectors-plugin-framework</name>
<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
## [v1.0.5]
- Pom updates
## [v1.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</version>
<version>1.0.5</version>
</parent>
<artifactId>commons</artifactId>
<name>commons</name>
<version>1.0.4</version>
<version>1.0.5</version>
<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
## [v1.0.7]
- Pom updates
## [v1.0.6] - 2021-07-01
- gCat client coordinates

View File

@ -3,15 +3,12 @@
<parent>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>gFeed-Suite</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
</parent>
<artifactId>gCat-Controller</artifactId>
<name>gCat-Controller</name>
<version>1.0.6</version>
<version>1.0.7</version>
<description>Controller implementation for GCat Service</description>
<!-- <properties> -->
<!-- <gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl> -->
<!-- </properties> -->
<scm>
<connection>scm:git:${gitBaseUrl}/gFeed</connection>
@ -49,7 +46,7 @@
<dependency>
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>gcat-client</artifactId>
<version>[2.0.0,3.0.0)</version>
<version>[2.2.0,3.0.0)</version>
</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
## [v1.0.5]
- Pom updates
## [v1.0.4] - 2020-12-15
- Dependency management
- 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"
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>
<!-- <parent> -->
<!-- <groupId>org.gcube.tools</groupId> -->
<!-- <artifactId>maven-parent</artifactId> -->
<!-- <version>1.1.0</version> -->
<!-- </parent> -->
<parent>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>gFeed-Suite</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
</parent>
<artifactId>gCat-Feeder</artifactId>
<name>gFeed Service</name>
<version>1.0.4</version>
<version>1.0.5</version>
<description>Service implementation</description>
<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
## [v1.0.6]
- Pom updates
## [v1.0.5] - 2020-12-15
Do not stop on single repository error

View File

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

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>gFeed-Suite</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
<packaging>pom</packaging>
<name>gFeed Suite</name>
<description>gCat-Feeder Suite of components : service, plugin framework, plugins</description>
@ -48,14 +48,14 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.0.0</version>
<version>2.1.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.0.0</version>
<version>2.0.2</version>
<type>pom</type>
<scope>import</scope>
</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
## [v1.0.5]
- Pom updates
## [v1.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</version>
<version>1.0.5</version>
</parent>
<artifactId>test-commons</artifactId>
<name>test commons</name>
<version>1.0.4</version>
<version>1.0.5</version>
<description>Utility classes for test purposes</description>