Removed -SNAPSHOT for release

This commit is contained in:
luca.frosini 2023-07-21 14:21:46 +02:00
parent 8594d113e0
commit f4761c0a6f
2 changed files with 5 additions and 5 deletions

View File

@ -2,10 +2,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Information System Model
## [v7.0.0-SNAPSHOT]
## [v7.0.0]
- Reorganized E/R format [#24992]
- Added missing expectedtype field when the provided type does not have the proper class in the classpath
- Added missing expected type field when the provided type does not have the exact class in the classpath
## [v6.0.0]

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.information-system</groupId>
<artifactId>information-system-model</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
<name>Information System Model</name>
<description>Information System Model is the reference model of the gCube Information System</description>
<packaging>jar</packaging>
@ -31,7 +31,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -60,7 +60,7 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-utils</artifactId>
<version>[2.0.0, 3.0.0-SNAPSHOT)</version>
<version>[2.2.0, 3.0.0-SNAPSHOT)</version>
<scope>test</scope>
<exclusions>
<exclusion>