removed -SNAPSHOT to be released

This commit is contained in:
Francesco Mangiacrapa 2023-09-08 11:04:33 +02:00
parent 84b1e25f5c
commit 1dfeba68c2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog for org.gcube.application.geoportal-service # Changelog for org.gcube.application.geoportal-service
## [v1.1.1-SNAPSHOT] - 2023-09-06 ## [v1.1.1] - 2023-09-06
- Fixed data accounting issue [#25571] - Fixed data accounting issue [#25571]
- Moved to maven-parent 1.2.0 and using parent version range [#25572] - Moved to maven-parent 1.2.0 and using parent version range [#25572]

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.application</groupId> <groupId>org.gcube.application</groupId>
<artifactId>geoportal-service</artifactId> <artifactId>geoportal-service</artifactId>
<version>1.1.1-SNAPSHOT</version> <version>1.1.1</version>
<name>Geoportal Service</name> <name>Geoportal Service</name>
<packaging>war</packaging> <packaging>war</packaging>