Fixed pom

This commit is contained in:
Fabio Sinibaldi 2019-10-02 12:13:05 +02:00
parent 3984f1d9ed
commit ec8d2b2152
1 changed files with 3 additions and 3 deletions

View File

@ -4,11 +4,11 @@
<parent> <parent>
<groupId>org.gcube.tools</groupId> <groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId> <artifactId>maven-parent</artifactId>
<version>1.1.0-SNAPSHOT</version> <version>1.1.0</version>
</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.1.2-SNAPSHOT</version> <version>1.1.2</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>
@ -141,4 +141,4 @@
</build> </build>
</project> </project>