triggering snapshot build
This commit is contained in:
parent
2c3a8d1b13
commit
d8548018ee
|
@ -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)
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -8,7 +8,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.data.publishing</groupId>
|
||||
<artifactId>ckan2zenodo-library</artifactId>
|
||||
<version>0.0.2</version>
|
||||
<version>0.0.2-SNAPSHOT</version>
|
||||
<name>CKAN 2 Zenodo Library</name>
|
||||
<description>Library to publish d4science CKAN items into Zenodo</description>
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue