Added -SNAPSHOT to version to make the artifact available in the CI maven repo. Removed local properties

This commit is contained in:
Mauro Mugnaini 2020-06-19 18:08:13 +02:00
parent 2b65959925
commit ccbd0a85c7
1 changed files with 4 additions and 10 deletions

14
pom.xml
View File

@ -3,21 +3,15 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portal</groupId>
<artifactId>oidc-library-portal</artifactId>
<version>0.2.0</version>
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.1.0</version>
<relativePath />
</parent>
<properties>
<java-version>1.8</java-version>
<keycloak-version>9.0.3</keycloak-version>
<slf4j-version>1.7.30</slf4j-version>
<log4j-version>1.2.17</log4j-version>
</properties>
<groupId>org.gcube.portal</groupId>
<artifactId>oidc-library-portal</artifactId>
<version>0.2.0-SNAPSHOT</version>
<dependencyManagement>
<dependencies>
<dependency>
@ -33,7 +27,7 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>oidc-library</artifactId>
<version>[0.1.0,)</version>
<version>[0.2.0,)</version>
<scope>compile</scope>
</dependency>
<dependency>