Revision 30704
Added by Alessia Bardi about 10 years ago
modules/dnet-actionmanager-api/trunk/pom.xml | ||
---|---|---|
4 | 4 |
<parent> |
5 | 5 |
<groupId>eu.dnetlib</groupId> |
6 | 6 |
<artifactId>dnet-hadoop-parent</artifactId> |
7 |
<version>1.0.0-SNAPSHOT</version> |
|
7 |
<version>1.0.0</version> |
|
8 |
<relativePath/> |
|
8 | 9 |
</parent> |
9 | 10 |
<modelVersion>4.0.0</modelVersion> |
10 | 11 |
<groupId>eu.dnetlib</groupId> |
11 | 12 |
<artifactId>dnet-actionmanager-api</artifactId> |
12 | 13 |
<packaging>jar</packaging> |
13 | 14 |
<version>3.0.0-SNAPSHOT</version> |
15 |
<scm> |
|
16 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-actionmanager-api/trunk</developerConnection> |
|
17 |
</scm> |
|
14 | 18 |
<dependencies> |
15 | 19 |
<dependency> |
16 | 20 |
<groupId>eu.dnetlib</groupId> |
17 | 21 |
<artifactId>cnr-rmi-api</artifactId> |
18 |
<version>[2.0.0-SNAPSHOT,)</version>
|
|
22 |
<version>[2.0.0,3.0.0)</version>
|
|
19 | 23 |
</dependency> |
20 | 24 |
<dependency> |
21 | 25 |
<groupId>eu.dnetlib</groupId> |
22 | 26 |
<artifactId>cnr-misc-utils</artifactId> |
23 |
<version>[1.0.0-SNAPSHOT,)</version>
|
|
27 |
<version>[1.0.0,2.0.0)</version>
|
|
24 | 28 |
</dependency> |
25 | 29 |
</dependencies> |
26 | 30 |
</project> |
Also available in: Unified diff
preparing for release