Removed -SNAPSHOT to be released
This commit is contained in:
parent
c66fa56a85
commit
9d0ca3382a
|
@ -4,7 +4,7 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [v1.1.0-SNAPSHOT] - 2022-11-09
|
## [v1.1.0] - 2022-11-14
|
||||||
|
|
||||||
#### Enhancement
|
#### Enhancement
|
||||||
|
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.common</groupId>
|
<groupId>org.gcube.common</groupId>
|
||||||
<artifactId>metadata-profile-discovery</artifactId>
|
<artifactId>metadata-profile-discovery</artifactId>
|
||||||
<version>1.1.0-SNAPSHOT</version>
|
<version>1.1.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>The Metadata Profile discovery library</name>
|
<name>The Metadata Profile discovery library</name>
|
||||||
<description>The metadata-profile-discovery library is able to build java objects parsing the 'gCube Metadata Profiles' models:
|
<description>The metadata-profile-discovery library is able to build java objects parsing the 'gCube Metadata Profiles' models:
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>maven-portal-bom</artifactId>
|
<artifactId>maven-portal-bom</artifactId>
|
||||||
<version>3.7.0-SNAPSHOT</version>
|
<version>3.6.4</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue