Removed -SNAPSHOT to release the component
This commit is contained in:
parent
d0d948a38b
commit
e84973f816
|
@ -2,9 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
# Changelog for gCube Global Record of Stocks and Fisheries (GRSF) Publisher
|
||||
|
||||
## [v1.2.0-SNAPSHOT]
|
||||
## [v1.2.0]
|
||||
|
||||
- Enhanced gcube-smartgears-bom version to 2.5.1-SNAPSHOT [#27999]
|
||||
- Enhanced gcube-smartgears-bom version to 2.5.1 [#27999]
|
||||
|
||||
|
||||
## [v1.1.1]
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -8,7 +8,7 @@
|
|||
<groupId>org.gcube.data-catalogue</groupId>
|
||||
<artifactId>grsf-publisher</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>1.2.0-SNAPSHOT</version>
|
||||
<version>1.2.0</version>
|
||||
<name>gCube Global Record of Stocks and Fisheries (GRSF) Publisher</name>
|
||||
<description>gCube GRSF publisher is the service that exposes the APIs to interact with the GRSF catalogue</description>
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-smartgears-bom</artifactId>
|
||||
<version>2.5.1-SNAPSHOT</version>
|
||||
<version>2.5.1</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
@ -81,7 +81,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.data-catalogue</groupId>
|
||||
<artifactId>catalogue-core</artifactId>
|
||||
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
||||
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.glassfish.jersey.containers</groupId>
|
||||
|
|
Loading…
Reference in New Issue