diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bc3e8f..b1745c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). # Changelog for org.gcube.data.publishing.ckan2zenodo-library -## [v0.0.2] 2020-06-30 +## [v0.0.2-SNAPSHOT] 2020-06-30 ### Enhancements - Default Ckan2Zenodo translation to comply with mandatory Zenodo fields (https://support.d4science.org/issues/19489) diff --git a/pom.xml b/pom.xml index 3bbeaad..2e86a1c 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.gcube.data.publishing ckan2zenodo-library - 0.0.2 + 0.0.2-SNAPSHOT CKAN 2 Zenodo Library Library to publish d4science CKAN items into Zenodo diff --git a/src/test/java/org/gcube/tests/OneHitTest.java b/src/test/java/org/gcube/tests/OneHitTest.java index a484180..c43417a 100644 --- a/src/test/java/org/gcube/tests/OneHitTest.java +++ b/src/test/java/org/gcube/tests/OneHitTest.java @@ -21,12 +21,12 @@ public class OneHitTest { public static void main(String[] args) throws GcatException, InvalidItemException, ZenodoException, ConfigurationException, TransformationException, InterruptedException, ExecutionException, MalformedURLException { - String scope="/gcube/devsec"; -// String scope="/pred4s/preprod/preVRE"; +// String scope="/gcube/devsec"; + String scope="/pred4s/preprod/preVRE"; TokenSetter.set(scope); Ckan2Zenodo client=new Ckan2ZenodoImpl(); - String toPublishItemName="950f5e8b-a635-3f41-b220-ab6075b1fd7a-without-record-url"; + String toPublishItemName="f4292d0e-c94f-4542-bfa3-25f78638fc1b"; // Get the item representation CkanItemDescriptor item=client.read(toPublishItemName);