1 |
26600
|
sandro.lab
|
<?xml version="1.0" ?>
|
2 |
30572
|
sandro.lab
|
<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 http://maven.apache.org/maven-v4_0_0.xsd">
|
3 |
26600
|
sandro.lab
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
|
|
<artifactId>dnet-parent</artifactId>
|
6 |
30570
|
sandro.lab
|
<version>1.0.0</version>
|
7 |
30572
|
sandro.lab
|
<relativePath />
|
8 |
26600
|
sandro.lab
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
|
|
<artifactId>cnr-enabling-hcm-service</artifactId>
|
12 |
|
|
<packaging>jar</packaging>
|
13 |
32529
|
michele.ar
|
<version>2.0.1-SNAPSHOT</version>
|
14 |
30570
|
sandro.lab
|
<scm>
|
15 |
32529
|
michele.ar
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/cnr-enabling-hcm-service/trunk</developerConnection>
|
16 |
30570
|
sandro.lab
|
</scm>
|
17 |
26600
|
sandro.lab
|
<dependencies>
|
18 |
|
|
<dependency>
|
19 |
|
|
<groupId>eu.dnetlib</groupId>
|
20 |
|
|
<artifactId>cnr-notifications-common</artifactId>
|
21 |
32526
|
michele.ar
|
<version>[2.0.0, 3.0.0)</version>
|
22 |
26600
|
sandro.lab
|
</dependency>
|
23 |
|
|
</dependencies>
|
24 |
|
|
</project>
|