Enhanced gcube-bom version, is-model range and this bom version
This commit is contained in:
parent
7028887c46
commit
df38360c2d
|
@ -2,12 +2,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
# Changelog for gCube Smartgears Bom
|
||||
|
||||
# [V2.3.0-SNAPSHOT]
|
||||
|
||||
- enhanced information-system-model version range
|
||||
|
||||
|
||||
## [v2.2.0]
|
||||
|
||||
- enhanced gcube-model version range
|
||||
- enhanced information-system-model version range
|
||||
- Upgraded gcube-bom version to 2.1.0-SNAPSHOT
|
||||
|
||||
|
||||
## [v2.1.1]
|
||||
|
||||
- Enhanced gcube-bom version
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-smartgears-bom</artifactId>
|
||||
<version>2.2.0</version>
|
||||
<version>2.3.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>gCube Smartgears Bom</name>
|
||||
<description>
|
||||
|
@ -34,7 +34,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-bom</artifactId>
|
||||
<version>2.1.0</version>
|
||||
<version>2.2.0-SNAPSHOT</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
@ -128,7 +128,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
<artifactId>information-system-model</artifactId>
|
||||
<version>[5.0.0-SNAPSHOT,6.0.0-SNAPSHOT)</version>
|
||||
<version>[6.0.0-SNAPSHOT,7.0.0-SNAPSHOT)</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue