Fix pom versions

This commit is contained in:
Konstantinos Triantafyllou 2023-07-19 10:01:57 +03:00
parent d1d7b9d31d
commit afb28a0db5
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<version>1.0.0</version>
</parent>
<artifactId>developers-api</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>developers-api</name>
<scm>
@ -18,7 +18,7 @@
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>uoa-login-core</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.2</version>
</dependency>
<!--swagger-->
<dependency>