diff --git a/.classpath b/.classpath index e43402f..002ad57 100644 --- a/.classpath +++ b/.classpath @@ -15,14 +15,16 @@ + + - + diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs index ec4300d..2f5cc74 100644 --- a/.settings/org.eclipse.jdt.core.prefs +++ b/.settings/org.eclipse.jdt.core.prefs @@ -1,5 +1,8 @@ eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 -org.eclipse.jdt.core.compiler.compliance=1.7 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.source=1.7 +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore +org.eclipse.jdt.core.compiler.release=disabled +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/CHANGELOG.md b/CHANGELOG.md index e4c6c37..205501a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v1.2.1-SNAPSHOT] - [2020-10-08] +## [v1.3.0-SNAPSHOT] -adoption of gcube-smartgears-bom.2.0.0 \ No newline at end of file +- updated gcat-client version [#21530] +- adoption of gcube-smartgears-bom.2.0.0 diff --git a/pom.xml b/pom.xml index 3fc5311..8b2f168 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.gcube.data.access ckan-connector - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT war ckan connector a ckan connector for automatic login @@ -32,7 +32,7 @@ org.gcube.distribution gcube-smartgears-bom - 2.0.0-SNAPSHOT + 2.1.0 pom import @@ -84,9 +84,9 @@ - org.gcube.data-publishing + org.gcube.data-catalogue gcat-client - [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) + [2.0.0, 3.0.0-SNAPSHOT) @@ -111,7 +111,6 @@ org.glassfish.jersey.test-framework.providers jersey-test-framework-provider-simple - 2.13 test