Just to include the dependencies [#18700] and [#19479] Updated pom at

1.8.1
This commit is contained in:
Francesco Mangiacrapa 2020-06-18 16:48:17 +02:00
parent 83b749417c
commit 4ba0627ae2
5 changed files with 125 additions and 5 deletions

View File

@ -1,5 +1,5 @@
eclipse.preferences.version=1
jarsExcludedFromWebInfLib=
lastWarOutDir=/home/francesco-mangiacrapa/git/gcube-ckan-datacatalog/target/gcube-ckan-datacatalog-1.8.0-SNAPSHOT
lastWarOutDir=/home/francesco/git/gcube-ckan-datacatalog/target/gcube-ckan-datacatalog-1.8.0-SNAPSHOT
warSrcDir=src/main/webapp
warSrcDirIsOutput=false

View File

@ -3,7 +3,9 @@ org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.7

View File

@ -4,9 +4,6 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="ckan2zenodo-publisher-widget-0.1.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ckan2zenodo-publisher-widget/ckan2zenodo-publisher-widget">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="context-root" value="gcube-ckan-datacatalog"/>
<property name="java-output-path" value="/gcube-ckan-datacatalog/target/gcube-ckan-datacatalog-1.0.0-SNAPSHOT/WEB-INF/classes"/>
</wb-module>

115
CHANGELOG.md Normal file
View File

@ -0,0 +1,115 @@
# Changelog
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-8-1] [r4-24-0]- 2020-06-18
Just to include the dependencies [#18700] and [#19479]
## [1-8-0] - [2019-12-09]
[Feature #18226]: Develop Ckan extension GUI for Zenodo interactive linking
## [1-7-0] - [2019-12-04]
[Bug #18212]: Guest users are able to access to whole catalogue even if the view per organization is enabled
## [1-6-1] - [2019-04-17]
[SW Test #16580#note-6]: bug fixing
## [1-6-0] - [2018-30-08]
[Task #12286]: Align portlet container labels to the new CKAN mapping
## [1-5-3] - [2018-03-22]
Minor fix
## [1-5-2] - [2017-10-10]
Minor fix #11210
## [1-5-2] - [2017-10-10]
Css fix and media rules added for management panels
Ckan Connector discovering fixed #11094
## [1-5-1] - [2017-10-10]
Minor improvements
Removed logout handler
Added view per VRE (managed with portal custmo fields)
## [1-5-0] - [2017-05-10]
Metadata model v.3 supported
Minor fixes
## [1-4-0] - [2017-04-10]
Added share link facility
## [1-3-0] - [2017-02-28]
Some optimizations improvements
Manage button style modified
## [1-2-1] - [2017-02-01]
Some optimizations improvements
## [1-2-0] - [2016-12-01]
Groups tab changed
[Task #5615] Logout is performed before browser tab is closed
Portlet's borders are removed by default
Removed asl session
## [1-1-0] - [2016-10-10]
Version update due to changes at underneath libraries
## [1-0-0] - [2016-07-12]
First release

View File

@ -14,7 +14,7 @@
<groupId>org.gcube.portlets.gcubeckan</groupId>
<artifactId>gcube-ckan-datacatalog</artifactId>
<packaging>war</packaging>
<version>1.8.0</version>
<version>1.8.1-SNAPSHOT</version>
<name>gCube CKAN Data Catalog</name>
<description>The gCube CKAN Data Catalog portlet</description>
@ -106,6 +106,12 @@
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>grsf-manage-widget</artifactId>
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
<exclusions>
<exclusion>
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>ckan-util-library</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.gcube.portlets.widgets</groupId>