removed -SNAPSHOT to be released
This commit is contained in:
parent
114111680c
commit
713935b854
|
@ -3,7 +3,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).
|
||||||
|
|
||||||
## [v0.3.0-SNAPSHOT] - 2020-07-27
|
## [v0.3.0] - 2020-07-27
|
||||||
|
|
||||||
[#19677] Migrated to git/jenkins
|
[#19677] Migrated to git/jenkins
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.common</groupId>
|
<groupId>org.gcube.common</groupId>
|
||||||
<artifactId>workspace-task-executor-library</artifactId>
|
<artifactId>workspace-task-executor-library</artifactId>
|
||||||
<version>0.3.0-SNAPSHOT</version>
|
<version>0.3.0</version>
|
||||||
<name>workspace-task-executor-library</name>
|
<name>workspace-task-executor-library</name>
|
||||||
<description>The workspace-task-executor-library is a library to execute data miner's algorithms from workspace</description>
|
<description>The workspace-task-executor-library is a library to execute data miner's algorithms from workspace</description>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue