Project

General

Profile

« Previous | Next » 

Revision 30763

fixed pom dependencies

View differences:

webapps/dnet-container-data/trunk/pom.xml
18 18
		<dependency>
19 19
			<groupId>eu.dnetlib</groupId>
20 20
			<artifactId>cnr-log4j-inspector</artifactId>
21
			<version>[1.0.0-SNAPSHOT,)</version>
21
			<version>[1.0.0,2.0.0)</version>
22 22
		</dependency>
23 23

  
24 24
		<!-- Common services in every container -->
25 25
		<dependency>
26 26
			<groupId>eu.dnetlib</groupId>
27 27
			<artifactId>cnr-enabling-hnm-service</artifactId>
28
			<version>[1.0.0-SNAPSHOT,)</version>
28
			<version>[1.0.0,2.0.0)</version>
29 29
		</dependency>
30 30
		<dependency>
31 31
			<groupId>eu.dnetlib</groupId>
32 32
			<artifactId>cnr-enabling-hcm-service</artifactId>
33
			<version>[1.0.0-SNAPSHOT,)</version>
33
			<version>[1.0.0,2.0.0)</version>
34 34
		</dependency>
35 35

  
36 36
		<dependency>
37 37
			<groupId>eu.dnetlib</groupId>
38 38
			<artifactId>cnr-resultset-service</artifactId>
39
			<version>[1.0.0-SNAPSHOT,)</version>
39
			<version>[1.0.0,2.0.0)</version>
40 40
		</dependency>
41 41
		<dependency>
42 42
			<groupId>eu.dnetlib</groupId>
43 43
			<artifactId>cnr-resultset-inspector</artifactId>
44
			<version>[1.0.0-SNAPSHOT,)</version>
44
			<version>[1.0.0,2.0.0)</version>
45 45
		</dependency>
46 46
		
47 47
	<!-- Inspector security -->
48 48
		<dependency>
49 49
			<groupId>eu.dnetlib</groupId>
50 50
			<artifactId>cnr-inspector-security</artifactId>
51
			<version>[1.0.0-SNAPSHOT,)</version>
51
			<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
52 52
		</dependency>
53 53
		<dependency>
54 54
			<groupId>eu.dnetlib</groupId>
55 55
			<artifactId>dnet-webapp-monitoring</artifactId>
56
			<version>[1.0.0-SNAPSHOT,)</version>
57
		</dependency>
58
		
59
		
56
			<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
57
		</dependency>		
60 58
	    <dependency>
61 59
	        <groupId>eu.dnetlib</groupId>
62 60
	        <artifactId>cnr-mongo-mdstore</artifactId>
63
	        <version>[3.0.0-SNAPSHOT,4.0.0-SNAPSHOT)</version>
61
	        <version>[3.0.0,4.0.0)</version>
64 62
	    </dependency>
65 63
	    <dependency>
66 64
	        <groupId>eu.dnetlib</groupId>
67 65
	        <artifactId>dnet-modular-collector-service</artifactId>
68
	        <version>[1.2.0-SNAPSHOT]</version>
66
	        <version>[1.2.0,2.0.0)</version>
69 67
	    </dependency>
70 68
	    <dependency>
71 69
	        <groupId>eu.dnetlib</groupId>
72 70
	        <artifactId>dnet-gridfs-objectstore</artifactId>
73
	        <version>[2.0.0-SNAPSHOT]</version>
71
	        <version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
74 72
	    </dependency>
75 73
	    <dependency>
76 74
	        <groupId>eu.dnetlib</groupId>
77 75
	        <artifactId>dnet-data-transformation-service</artifactId>
78
	        <version>[1.0.0-SNAPSHOT]</version>
76
	        <version>[1.0.0,2.0.0)</version>
79 77
	    </dependency>
80 78
	    <dependency>
81 79
	        <groupId>eu.dnetlib</groupId>
82 80
	        <artifactId>cnr-data-utility-cleaner-service</artifactId>
83
	        <version>[2.0.0-SNAPSHOT]</version>
81
	        <version>[2.0.0,3.0.0)</version>
84 82
	    </dependency>	  
85 83
	    <dependency>
86 84
			<groupId>xerces</groupId>
......
96 94
		<dependency>
97 95
			<groupId>eu.dnetlib</groupId>
98 96
			<artifactId>dnet-download-service</artifactId>
99
			<version>[1.0.0-SNAPSHOT, 1.1.0-SNAPSHOT)</version>
97
			<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
100 98
		</dependency>
101 99
		<dependency>
102 100
			<groupId>eu.dnetlib</groupId>
103 101
			<artifactId>dnet-download-plugins</artifactId>
104
			<version>[1.0.0-SNAPSHOT, 1.1.0-SNAPSHOT)</version>
102
			<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
105 103
		</dependency>
106 104
	</dependencies>
107 105
    <properties>

Also available in: Unified diff