Removed -SNAPSHOT for release
This commit is contained in:
parent
8594d113e0
commit
f4761c0a6f
|
@ -2,10 +2,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog for Information System Model
|
# Changelog for Information System Model
|
||||||
|
|
||||||
## [v7.0.0-SNAPSHOT]
|
## [v7.0.0]
|
||||||
|
|
||||||
- Reorganized E/R format [#24992]
|
- 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]
|
## [v6.0.0]
|
||||||
|
|
6
pom.xml
6
pom.xml
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.information-system</groupId>
|
<groupId>org.gcube.information-system</groupId>
|
||||||
<artifactId>information-system-model</artifactId>
|
<artifactId>information-system-model</artifactId>
|
||||||
<version>7.0.0-SNAPSHOT</version>
|
<version>7.0.0</version>
|
||||||
<name>Information System Model</name>
|
<name>Information System Model</name>
|
||||||
<description>Information System Model is the reference model of the gCube Information System</description>
|
<description>Information System Model is the reference model of the gCube Information System</description>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>gcube-bom</artifactId>
|
<artifactId>gcube-bom</artifactId>
|
||||||
<version>2.4.0-SNAPSHOT</version>
|
<version>2.4.0</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.common</groupId>
|
<groupId>org.gcube.common</groupId>
|
||||||
<artifactId>authorization-utils</artifactId>
|
<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>
|
<scope>test</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
|
Loading…
Reference in New Issue