Trying build with snapshot as suffix for minor version

This commit is contained in:
Mauro Mugnaini 2020-06-22 10:48:12 +02:00
parent af354369a0
commit 35cf56a086
1 changed files with 2 additions and 18 deletions

20
pom.xml
View File

@ -11,7 +11,7 @@
</parent> </parent>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>oidc-library</artifactId> <artifactId>oidc-library</artifactId>
<version>0.2.0-SNAPSHOT</version> <version>0.2-SNAPSHOT</version>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
@ -41,21 +41,5 @@
<artifactId>json-simple</artifactId> <artifactId>json-simple</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build />
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>copy-dependencies</id>
<phase>package</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project> </project>