master #2

Merged
konstantina.galouni merged 8 commits from master into beta 2023-05-03 12:17:59 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit fdb546500b - Show all commits

View File

@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>eu.dnetlib</groupId> <groupId>eu.dnetlib</groupId>
<artifactId>uoa-admin-tools</artifactId> <artifactId>uoa-admin-tools</artifactId>
<version>2.0.5</version> <version>2.0.6-SNAPSHOT</version>
<packaging>war</packaging> <packaging>war</packaging>
<name>uoa-admin-tools</name> <name>uoa-admin-tools</name>
<scm> <scm>
<connection>scm:git:gitea@code-repo.d4science.org:MaDgIK/uoa-admin-tools.git</connection> <connection>scm:git:gitea@code-repo.d4science.org:MaDgIK/uoa-admin-tools.git</connection>
<developerConnection>scm:git:gitea@code-repo.d4science.org:MaDgIK/uoa-admin-tools.git</developerConnection> <developerConnection>scm:git:gitea@code-repo.d4science.org:MaDgIK/uoa-admin-tools.git</developerConnection>
<url>https://code-repo.d4science.org/MaDgIK/uoa-admin-tools/</url> <url>https://code-repo.d4science.org/MaDgIK/uoa-admin-tools/</url>
<tag>uoa-admin-tools-2.0.5</tag> <tag>HEAD</tag>
</scm> </scm>
<!-- Use parent with artifact spring-boot-starter-parent and add plugin with artifact spring-boot-maven-plugin in order to run springboot run command--> <!-- Use parent with artifact spring-boot-starter-parent and add plugin with artifact spring-boot-maven-plugin in order to run springboot run command-->
<parent> <parent>