Removed -SNAPSHOT to be released
This commit is contained in:
parent
eccd26bccb
commit
59ae400b1f
|
@ -3,7 +3,7 @@
|
|||
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).
|
||||
|
||||
## [v1.0.0-SNAPSHOT] - 2021-01-18
|
||||
## [v1.0.0] - 2021-01-18
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
|||
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>workspace-task-executor-library</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.0.0</version>
|
||||
<name>workspace-task-executor-library</name>
|
||||
<description>The workspace-task-executor-library is a library to execute data miner's algorithms from workspace</description>
|
||||
|
||||
|
|
Loading…
Reference in New Issue