Removed -SNAPSHOT for release

This commit is contained in:
luca.frosini 2023-07-21 14:41:40 +02:00
parent 19eb65bf08
commit 9502498002
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@ 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.0.0-SNAPSHOT]
## [v1.0.0]
- First Version

12
pom.xml
View File

@ -8,7 +8,7 @@
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>grsf-publisher</artifactId>
<packaging>war</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>gCube Global Record of Stocks and Fisheries (GRSF) Publisher</name>
<description>gCube GRSF publisher uses gCat to deal with GRSF catalogue</description>
@ -29,7 +29,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -66,7 +66,7 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-utils</artifactId>
<version>[2.1.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
<version>[2.2.0, 3.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
@ -76,12 +76,12 @@
<dependency>
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>gcat-api</artifactId>
<version>[2.3.2-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
<version>[2.3.2, 3.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>gcat</artifactId>
<version>[2.5.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
<version>[2.5.1, 3.0.0-SNAPSHOT)</version>
<classifier>classes</classifier>
</dependency>
<dependency>
@ -145,7 +145,7 @@
<dependency>
<groupId>org.gcube.data-publishing</groupId>
<artifactId>storagehub-application-persistence</artifactId>
<version>[3.3.0-SNAPSHOT,4.0.0-SNAPSHOT)</version>
<version>[3.3.0,4.0.0-SNAPSHOT)</version>
</dependency>
<!-- Added to support Java 11 JDK -->