Revision 33541
Added by Marek Horst almost 10 years ago
pom.xml | ||
---|---|---|
4 | 4 |
<parent> |
5 | 5 |
<groupId>eu.dnetlib</groupId> |
6 | 6 |
<artifactId>icm-iis-parent-container</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 |
<artifactId>icm-iis-transformers</artifactId> |
... | ... | |
24 | 24 |
<dependency> |
25 | 25 |
<groupId>eu.dnetlib</groupId> |
26 | 26 |
<artifactId>icm-iis-core</artifactId> |
27 |
<version>1.0.0-SNAPSHOT</version>
|
|
27 |
<version>1.0.0</version> |
|
28 | 28 |
</dependency> |
29 | 29 |
<dependency> |
30 | 30 |
<groupId>eu.dnetlib</groupId> |
31 | 31 |
<artifactId>icm-iis-core</artifactId> |
32 |
<version>1.0.0-SNAPSHOT</version>
|
|
32 |
<version>1.0.0</version> |
|
33 | 33 |
<type>test-jar</type> |
34 | 34 |
<scope>test</scope> |
35 | 35 |
</dependency> |
36 | 36 |
<dependency> |
37 | 37 |
<groupId>eu.dnetlib</groupId> |
38 | 38 |
<artifactId>icm-iis-schemas</artifactId> |
39 |
<version>1.0.0-SNAPSHOT</version>
|
|
39 |
<version>1.0.0</version> |
|
40 | 40 |
</dependency> |
41 | 41 |
<!-- required after introducing 'provided' scope for hadoop libs --> |
42 | 42 |
<dependency> |
... | ... | |
105 | 105 |
<dependency> |
106 | 106 |
<groupId>eu.dnetlib</groupId> |
107 | 107 |
<artifactId>icm-iis-3rdparty-pig-avrostorage</artifactId> |
108 |
<version>1.0.0-SNAPSHOT</version>
|
|
108 |
<version>1.0.0</version> |
|
109 | 109 |
<type>jar</type> |
110 | 110 |
</dependency> |
111 | 111 |
<!-- Needed to run Pig jobs } --> |
Also available in: Unified diff
#1044 pre-release switching to released version of parent pom and released dependencies