minor fix and version updated to 2.1.1

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/ckan-util-library@134103 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-11-11 18:01:07 +00:00
parent 8acb858db9
commit a5f7d95450
3 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<ReleaseNotes>
<Changeset component="org.gcube.data-catalogue.ckan-util-library.1-0-0"
date="2016-06-01">
<Changeset component="org.gcube.data-catalogue.ckan-util-library.2-1-1"
date="2016-12-01">
<Change>Product creation methods improved</Change>
</Changeset>
<Changeset component="org.gcube.data-catalogue.ckan-util-library.2-0-0"

View File

@ -10,7 +10,7 @@
</parent>
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>ckan-util-library</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>CKan utility library</name>

View File

@ -245,8 +245,6 @@ public class DataCatalogueRunningCluster {
}catch(Exception e) {
logger.warn("The following error occurred: " + e.toString());
}finally{
// set the scope back
ScopeProvider.instance.set(currentScope);
}
}