Project

General

Profile

« Previous | Next » 

Revision 30537

preparing for release 1.2.0

View differences:

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
		<relativePath></relativePath>
9 9
	</parent>
10 10
	<modelVersion>4.0.0</modelVersion>
......
12 12
	<artifactId>dnet-modular-collector-service</artifactId>
13 13
	<packaging>jar</packaging>
14 14
	<version>1.2.0-SNAPSHOT</version>
15
	<scm>
16
 		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-modular-collector-service/trunk</developerConnection>
17
  	</scm>
15 18
	<dependencies>
16 19
		<dependency>
17 20
			<groupId>eu.dnetlib</groupId>
18 21
			<artifactId>dnet-modular-collector-service-rmi</artifactId>
19
			<version>[1.2.0-SNAPSHOT]</version>
22
			<version>[1.2.0,2.0.0)</version>
20 23
		</dependency>
21 24
		<dependency>
22 25
			<groupId>eu.dnetlib</groupId>
23 26
			<artifactId>cnr-resultset-service</artifactId>
24
			<version>[1.0.0-SNAPSHOT]</version>
27
			<version>[1.0.0, 2.0.0)</version>
25 28
		</dependency>
26 29
		<dependency>
27 30
			<groupId>eu.dnetlib</groupId>
28 31
			<artifactId>cnr-blackboard-common</artifactId>
29
			<version>[1.0.0-SNAPSHOT]</version>
32
			<version>[1.0.0,2.0.0)</version>
30 33
		</dependency>
31 34
		<dependency>
32 35
			<groupId>net.sf.opencsv</groupId>
......
54 57
			<artifactId>commons-compress</artifactId>
55 58
			<version>1.6</version>
56 59
		</dependency>
57

  
58
		<!-- <dependency> -->
59
		<!-- <groupId>it.unimi.dsi</groupId> -->
60
		<!-- <artifactId>fastutil</artifactId> -->
61
		<!-- <version>6.5.11</version> -->
62
		<!-- </dependency> -->
63
		<!-- <dependency> -->
64
		<!-- <groupId>com.sleepycat</groupId> -->
65
		<!-- <artifactId>je</artifactId> -->
66
		<!-- <version>5.0.73</version> -->
67
		<!-- </dependency> -->
68 60
		<dependency>
69 61
			<groupId>org.mockito</groupId>
70 62
			<artifactId>mockito-core</artifactId>
71 63
			<version>1.6</version>
72 64
			<scope>test</scope>
73 65
		</dependency>
74

  
75 66
		<dependency>
76 67
			<groupId>commons-httpclient</groupId>
77 68
			<artifactId>commons-httpclient</artifactId>
78 69
			<version>3.1</version>
79 70
		</dependency>
80

  
81

  
82 71
	</dependencies>
83 72
</project>

Also available in: Unified diff