Update 'pom.xml'

fixed maven-parent version
This commit is contained in:
Roberto Cirillo 2019-10-10 09:44:18 +02:00
parent 32a45584a4
commit b6643b3879
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.2.0</version>
<version>1.1.0</version>
</parent>
<groupId>org.gcube.core</groupId>
<artifactId>common-encryption</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<name>EncryptionLibrary</name>
<description>A collection of Encryption utilities</description>