Fix pom versions
This commit is contained in:
parent
d1d7b9d31d
commit
afb28a0db5
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue