Removed -SNAPSHOT to release the component
This commit is contained in:
parent
f340431c19
commit
3ea656f735
|
@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
# Changelog for Common Utility For Smartgears 3.X.X
|
||||
|
||||
## [v1.0.0-SNAPSHOT]
|
||||
## [v1.0.0]
|
||||
|
||||
- First Version
|
||||
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -8,7 +8,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>common-utility-sg3</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.0.0</version>
|
||||
<name>Common Utility For Smartgears 3.X.X</name>
|
||||
<description>
|
||||
This library provides utility functions for APIs available in Smartgears 3 but broken in Smartgears 4.
|
||||
|
@ -30,7 +30,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-bom</artifactId>
|
||||
<version>2.2.0-SNAPSHOT</version>
|
||||
<version>2.2.0</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in New Issue