Just to include the fix #22889

This commit is contained in:
Francesco Mangiacrapa 2022-03-02 11:38:49 +01:00
parent 9bce1d0647
commit 3527ad4ea5
3 changed files with 23 additions and 13 deletions

View File

@ -9,6 +9,7 @@
<wb-module deploy-name="gcube-ckan-datacatalog-2.1.1-SNAPSHOT">
@ -20,6 +21,7 @@
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
@ -31,6 +33,7 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
@ -42,6 +45,7 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
@ -53,10 +57,9 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="catalogue-util-library-1.0.3.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/catalogue-util-library/catalogue-util-library">
<dependency-type>uses</dependency-type>
</dependent-module>
@ -78,6 +81,7 @@
<property name="java-output-path" value="/gcube-ckan-datacatalog/target/gcube-ckan-datacatalog-1.0.0-SNAPSHOT/WEB-INF/classes"/>
@ -89,6 +93,7 @@
</wb-module>
@ -100,4 +105,5 @@
</project-modules>

View File

@ -4,6 +4,10 @@
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).
## [v2.1.2-SNAPSHOT] - 2022-02-03
- Just to include the fix #22889
## [v2.1.1] - 2022-01-21
- Just to release the fix #22691

View File

@ -14,7 +14,7 @@
<groupId>org.gcube.portlets.gcubeckan</groupId>
<artifactId>gcube-ckan-datacatalog</artifactId>
<packaging>war</packaging>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
<name>gCube CKAN Data Catalog</name>
<description>The gCube CKAN Data Catalog portlet</description>