snapshot testing

This commit is contained in:
Fabio Sinibaldi 2021-03-15 17:31:35 +01:00
parent b431076650
commit 6e05cba2ec
2 changed files with 7 additions and 7 deletions

View File

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

12
pom.xml
View File

@ -9,7 +9,7 @@
</parent> </parent>
<groupId>org.gcube.data.transfer</groupId> <groupId>org.gcube.data.transfer</groupId>
<artifactId>sis-geotk-plugin</artifactId> <artifactId>sis-geotk-plugin</artifactId>
<version>1.2.0</version> <version>1.2.0-SNAPSHOT</version>
<name>Sis/GeoToolkit plugin</name> <name>Sis/GeoToolkit plugin</name>
<description>Apache Sis/Geotk plugin for data-transfer-service</description> <description>Apache Sis/Geotk plugin for data-transfer-service</description>
@ -134,11 +134,11 @@
<!-- EPSG Dataset. NB Check Performances --> <!-- EPSG Dataset. NB Check Performances -->
<!-- <dependency> --> <dependency>
<!-- <groupId>org.apache.sis.non-free</groupId> --> <groupId>org.apache.sis.non-free</groupId>
<!-- <artifactId>sis-embedded-data</artifactId> --> <artifactId>sis-embedded-data</artifactId>
<!-- <version>${sis.version}</version> --> <version>${sis.version}</version>
<!-- </dependency> --> </dependency>