1.2.0 #1

Merged
fabio.sinibaldi merged 4 commits from 1.2.0 into master 2021-03-12 18:09:01 +01:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit 8d8005f0c0 - Show all commits

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.data.transfer.sis-geotk-plugin
## [v1.2.0-SNAPSHOT] 2020-09-07
Upgrade to apache-sis 1.0
## [v1.1.3] 2020-09-07
### Fixes

View File

@ -8,12 +8,12 @@
</parent>
<groupId>org.gcube.data.transfer</groupId>
<artifactId>sis-geotk-plugin</artifactId>
<version>1.1.3</version>
<version>1.2.0-SNAPSHOT</version>
<name>Sis/GeoToolkit plugin</name>
<description>Apache Sis/Geotk plugin for data-transfer-service</description>
<properties>
<sis.version>0.7</sis.version>
<sis.version>1.0</sis.version>
<sis.utils.modules>${sis.version}</sis.utils.modules>
<gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl>
</properties>