|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
<parent> |
|
|
|
|
<groupId>eu.dnetlib</groupId> |
|
|
|
@ -8,7 +7,7 @@
|
|
|
|
|
<version>1.0.0</version> |
|
|
|
|
</parent> |
|
|
|
|
<artifactId>dnet-role-management</artifactId> |
|
|
|
|
<version>1.0.2-SNAPSHOT</version> |
|
|
|
|
<version>1.0.2</version> |
|
|
|
|
<packaging>war</packaging> |
|
|
|
|
<name>dnet-role-management</name> |
|
|
|
|
<description>DNET Role Management API. Integrated with AAI Registry Service</description> |
|
|
|
@ -19,7 +18,7 @@
|
|
|
|
|
<url>https://code-repo.d4science.org/MaDgIK/dnet-role-management</url> |
|
|
|
|
<connection>scm:git:gitea@code-repo.d4science.org:MaDgIK/dnet-role-management.git</connection> |
|
|
|
|
<developerConnection>scm:git:gitea@code-repo.d4science.org:MaDgIK/dnet-role-management.git</developerConnection> |
|
|
|
|
<tag>dnet-role-management-1.0.0</tag> |
|
|
|
|
<tag>dnet-role-management-1.0.2</tag> |
|
|
|
|
</scm> |
|
|
|
|
<dependencyManagement> |
|
|
|
|
<dependencies> |
|
|
|
|