- New version 2.3.2-SNAPSHOT. It includes the

`metadata-profile-form-builder-widget` enhancement [#27488]
This commit is contained in:
Francesco Mangiacrapa 2024-06-28 17:09:18 +02:00
parent cb814d8688
commit 1b9ce8145d
3 changed files with 67 additions and 35 deletions

View File

@ -64,6 +64,9 @@
@ -151,6 +154,9 @@
@ -238,6 +244,9 @@
@ -325,6 +334,9 @@
@ -361,10 +373,19 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/> <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="metadata-profile-form-builder-widget-2.1.1.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/metadata-profile-form-builder-widget/metadata-profile-form-builder-widget"> <dependent-module archiveName="metadata-profile-form-builder-widget-2.2.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/metadata-profile-form-builder-widget/metadata-profile-form-builder-widget">
<dependency-type>uses</dependency-type> <dependency-type>uses</dependency-type>
</dependent-module> </dependent-module>
<dependent-module archiveName="ckan-metadata-publisher-widget-2.3.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ckan-metadata-publisher-widget/ckan-metadata-publisher-widget">
<dependency-type>uses</dependency-type>
</dependent-module>
@ -517,6 +538,9 @@
@ -604,6 +628,9 @@
@ -691,6 +718,9 @@

View File

@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file. 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). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v2.3.2-SNAPSHOT]
- Includes the `metadata-profile-form-builder-widget` enhancement [#27488]
## [v2.3.1] - 2024-05-14 ## [v2.3.1] - 2024-05-14
- Included `ckan-metadata-publisher-widget` with bug fix [#27455] and new feature [#27467] - Included `ckan-metadata-publisher-widget` with bug fix [#27455] and new feature [#27467]

48
pom.xml
View File

@ -14,7 +14,7 @@
<groupId>org.gcube.portlets.gcubeckan</groupId> <groupId>org.gcube.portlets.gcubeckan</groupId>
<artifactId>gcube-ckan-datacatalog</artifactId> <artifactId>gcube-ckan-datacatalog</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>2.3.1</version> <version>2.3.2-SNASPHOST</version>
<name>gCube CKAN Data Catalog</name> <name>gCube CKAN Data Catalog</name>
<description>The gCube CKAN Data Catalog portlet</description> <description>The gCube CKAN Data Catalog portlet</description>
@ -38,31 +38,29 @@
<profiles> <profiles>
<!-- PROD profile --> <!-- PROD profile -->
<!-- <profile> --> <profile>
<!-- <id>catalogue-release-profile</id> --> <id>catalogue-release-profile</id>
<!-- <activation> --> <activation>
<!-- <property> --> <property>
<!-- <name>Release</name> --> <name>Release</name>
<!-- </property> --> </property>
<!-- </activation> --> </activation>
<!-- <properties> --> <properties>
<!-- <gcube-portal-bom-version>3.7.0</gcube-portal-bom-version> --> <gcube-portal-bom-version>3.7.0</gcube-portal-bom-version>
<!-- <storagehub-version-range>[1.0.0,2.0.0-SNAPSHOT)</storagehub-version-range> --> </properties>
<!-- </properties> --> </profile>
<!-- </profile> -->
<!-- DEV profile --> <!-- DEV profile -->
<!-- <profile> --> <profile>
<!-- <id>catalogue-snapshot-profile</id> --> <id>catalogue-snapshot-profile</id>
<!-- <activation> --> <activation>
<!-- <property> --> <property>
<!-- <name>!Release</name> --> <name>!Release</name>
<!-- </property> --> </property>
<!-- </activation> --> </activation>
<!-- <properties> --> <properties>
<!-- <gcube-portal-bom-version>3.8.0-SNAPSHOT</gcube-portal-bom-version> --> <gcube-portal-bom-version>3.8.0-SNAPSHOT</gcube-portal-bom-version>
<!-- <storagehub-version-range>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</storagehub-version-range> --> </properties>
<!-- </properties> --> </profile>
<!-- </profile> -->
</profiles> </profiles>
<dependencyManagement> <dependencyManagement>