Compare commits
No commits in common. "master" and "export_to_pdf" have entirely different histories.
master
...
export_to_
|
@ -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
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue