added -SNAPSHOT version

This commit is contained in:
Francesco Mangiacrapa 2024-09-17 17:26:41 +02:00
parent 26429ab194
commit 30f22d13db
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog for org.gcube.application.cms-plugin-framework
## [v1.0.5] - 2024-07-03
## [v1.0.5-SNAPSHOT] - 2024-07-03
- Implemented Event Broker [#26321]
- Added Geoportal Service Account management

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>cms-plugin-framework</artifactId>
<version>1.0.5</version>
<version>1.0.5-SNAPSHOT</version>
<parent>
<groupId>org.gcube.application.cms</groupId>
@ -87,9 +87,9 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId>
<scope>compile</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/de.grundid.opendatalab/geojson-jackson -->
<dependency>
<groupId>de.grundid.opendatalab</groupId>