This commit is contained in:
Fabio Sinibaldi 2023-01-18 15:21:21 +01:00
parent de73defa53
commit dd49609c0b
3 changed files with 4 additions and 2 deletions

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.DataMinerAlgorithmsCrawler
## [v1.0.5] - 2023-01-18
- Fixes [#24452]
## [v1.0.7]
- Lombok version

View File

@ -8,7 +8,7 @@
</parent>
<artifactId>DataMinerAlgorithmsCrawler</artifactId>
<name>DataMinerAlgorithmsCrawler</name>
<version>1.0.7</version>
<version>1.0.8-SNAPSHOT</version>
<description>Plugin for gCat-Feeder for DataMiner Algorithms publishing</description>

View File

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