Updated for Next Release
This commit is contained in:
parent
5f1e4f9787
commit
c1921a3762
|
@ -1,6 +1,6 @@
|
||||||
# Changelog for "dataminer"
|
# Changelog for "dataminer"
|
||||||
|
|
||||||
## [v1.8.1-SNAPSHOT] - 2022-03-21
|
## [v1.8.1] - 2022-03-21
|
||||||
|
|
||||||
- Update wps service to support not writing of the computation status to the user's workspace [#23054]
|
- Update wps service to support not writing of the computation status to the user's workspace [#23054]
|
||||||
- Fixed protocol parameter when persistence is disabled
|
- Fixed protocol parameter when persistence is disabled
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -9,7 +9,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.gcube.dataanalysis</groupId>
|
<groupId>org.gcube.dataanalysis</groupId>
|
||||||
<artifactId>dataminer</artifactId>
|
<artifactId>dataminer</artifactId>
|
||||||
<version>1.8.1-SNAPSHOT</version>
|
<version>1.8.1</version>
|
||||||
<name>dataminer</name>
|
<name>dataminer</name>
|
||||||
<description>An e-Infrastructure service providing state-of-the art DataMining algorithms and ecological modelling approaches under the Web Processing Service (WPS) standard.</description>
|
<description>An e-Infrastructure service providing state-of-the art DataMining algorithms and ecological modelling approaches under the Web Processing Service (WPS) standard.</description>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue