Compare commits

..

No commits in common. "master" and "export_to_pdf" have entirely different histories.

2 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,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.1.0]
## [v1.1.0-SNAPSHOT]
- Added "Export as PDF" facility [#26026]
@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Update maven-portal-bom version
## [v1.0.0]
- Fixed #25201

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.application</groupId>
<artifactId>geoportal-data-mapper</artifactId>
<version>1.1.0</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<scm>
@ -39,7 +39,7 @@
<junit.version>4.11</junit.version>
<gson.version>2.6.2</gson.version>
<gwt.version>2.9.0</gwt.version>
<maven.portal.bom>4.0.0</maven.portal.bom>
<maven.portal.bom>3.7.0</maven.portal.bom>
</properties>
<dependencyManagement>