pom.xml: Updated versions of uoa-spring-boot-parent and uoa-authorization-library.

This commit is contained in:
Konstantina Galouni 2022-10-10 10:18:56 +03:00
parent 3bb2ead86e
commit 49b4e8dfe2
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>eu.dnetlib</groupId> <groupId>eu.dnetlib</groupId>
<artifactId>uoa-spring-boot-parent</artifactId> <artifactId>uoa-spring-boot-parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0</version>
</parent> </parent>
<scm> <scm>
<developerConnection>scm:git:gitea@code-repo.d4science.org:MaDgIK/uoa-admin-tools-library.git</developerConnection> <developerConnection>scm:git:gitea@code-repo.d4science.org:MaDgIK/uoa-admin-tools-library.git</developerConnection>
@ -33,7 +33,7 @@
<dependency> <dependency>
<groupId>eu.dnetlib</groupId> <groupId>eu.dnetlib</groupId>
<artifactId>uoa-authorization-library</artifactId> <artifactId>uoa-authorization-library</artifactId>
<version>2.1.3-SNAPSHOT</version> <version>2.1.3</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>