Project

General

Profile

« Previous | Next » 

Revision 30685

fixed dependency

View differences:

pom.xml
3 3
  <parent>
4 4
    <groupId>eu.dnetlib</groupId>
5 5
    <artifactId>dnet-parent</artifactId>
6
    <version>1.0.0-SNAPSHOT</version>
6
    <version>1.0.0</version>
7 7
    <relativePath></relativePath>
8 8
  </parent>
9
  
9 10
  <modelVersion>4.0.0</modelVersion>
10 11
  <groupId>eu.dnetlib</groupId>
11 12
  <artifactId>dnet-msro-service-api</artifactId>
12 13
  <packaging>jar</packaging>
13 14
  <version>2.0.0-SNAPSHOT</version>
15
  	<scm>
16
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-msro-service-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
  </dependencies>
21 25
</project>

Also available in: Unified diff