Compare commits

...

4 Commits

Author SHA1 Message Date
Roberto Cirillo 975c21b742 Update 'CHANGELOG.md'
fix changelog
2023-09-14 14:50:54 +02:00
Roberto Cirillo ad269c5619 Update 'pom.xml'
upgrade to 1.0.1 version. remove snapshot from maven-portal-bom declaration
2023-09-14 14:25:46 +02:00
Francesco Mangiacrapa 5a9cb2452a reverting released version 2023-06-05 14:38:01 +02:00
Francesco Mangiacrapa 9a4e68e545 Releasing fix #25201 in SNAPSHOT 2023-06-05 14:37:22 +02:00
2 changed files with 7 additions and 2 deletions

View File

@ -4,6 +4,11 @@
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.0.1]
- 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.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<scm>
@ -46,7 +46,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>