Skip to content
Snippets Groups Projects
Commit ae07dc83 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Set version to 0.0.2-SNAPSHOT

parent 0af04fc5
No related branches found
No related tags found
No related merge requests found
Pipeline #2361 passed
......@@ -9,7 +9,7 @@
<version>2.4.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<version>0.0.1</version>
<version>0.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
......@@ -64,7 +64,7 @@
<dependency>
<groupId>it.oats.inaf</groupId>
<artifactId>vospace-datamodel</artifactId>
<version>0.0.1</version>
<version>0.0.2-SNAPSHOT</version>
<exclusions>
<!-- Transitive dependency excluded to avoid duplicated dependency issues.
We want to use always the version provided by Spring Boot -->
......
......@@ -6,8 +6,8 @@
<parent>
<groupId>it.inaf.ia2</groupId>
<artifactId>vospace-parent</artifactId>
<version>0.0.1</version>
<version>0.0.2-SNAPSHOT</version>
</parent>
<version>0.0.1</version>
<version>0.0.2-SNAPSHOT</version>
<packaging>jar</packaging>
</project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment