Revision 30615
Added by Sandro La Bruzzo about 10 years ago
modules/cnr-mongo-mdstore/trunk/pom.xml | ||
---|---|---|
4 | 4 |
<parent> |
5 | 5 |
<groupId>eu.dnetlib</groupId> |
6 | 6 |
<artifactId>dnet-parent</artifactId> |
7 |
<version>1.0.0-SNAPSHOT</version>
|
|
7 |
<version>1.0.0</version> |
|
8 | 8 |
</parent> |
9 | 9 |
<modelVersion>4.0.0</modelVersion> |
10 | 10 |
<groupId>eu.dnetlib</groupId> |
11 | 11 |
<artifactId>cnr-mongo-mdstore</artifactId> |
12 | 12 |
<packaging>jar</packaging> |
13 | 13 |
<version>3.0.0-SNAPSHOT</version> |
14 |
<scm> |
|
15 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/cnr-mongo-mdstore/trunk</developerConnection> |
|
16 |
</scm> |
|
14 | 17 |
<dependencies> |
15 | 18 |
<dependency> |
16 | 19 |
<groupId>junit</groupId> |
... | ... | |
33 | 36 |
<dependency> |
34 | 37 |
<groupId>eu.dnetlib</groupId> |
35 | 38 |
<artifactId>cnr-test-utils</artifactId> |
36 |
<version>[1.0.0-SNAPSHOT,1.1.0-SNAPSHOT)</version>
|
|
39 |
<version>[1.0.0,2.0.0)</version>
|
|
37 | 40 |
<scope>test</scope> |
38 | 41 |
</dependency> |
39 | 42 |
<dependency> |
40 | 43 |
<groupId>eu.dnetlib</groupId> |
41 | 44 |
<artifactId>cnr-modular-mdstore-service</artifactId> |
42 |
<version>[3.0.0-SNAPSHOT,3.1.0-SNAPSHOT)</version>
|
|
45 |
<version>[3.0.0,4.0.0)</version>
|
|
43 | 46 |
</dependency> |
44 | 47 |
<dependency> |
45 | 48 |
<groupId>eu.dnetlib</groupId> |
46 | 49 |
<artifactId>cnr-inspector</artifactId> |
47 |
<version>[1.0.0-SNAPSHOT,1.1.0-SNAPSHOT)</version>
|
|
50 |
<version>[1.0.0,2.0.0)</version>
|
|
48 | 51 |
</dependency> |
49 | 52 |
<dependency> |
50 | 53 |
<groupId>org.mongodb</groupId> |
Also available in: Unified diff
updated dependencies to use release version