enhanced version to 2.12.0

This commit is contained in:
Francesco Mangiacrapa 2019-11-12 17:02:02 +01:00
parent 144a7e9acd
commit 1194e02ec2
3 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/test/resources"/>

View File

@ -5,4 +5,5 @@ org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.8

View File

@ -11,7 +11,7 @@
</parent>
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>ckan-util-library</artifactId>
<version>2.11.0</version>
<version>2.12.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>CKan utility library</name>