Revision 9829
Added by Jing Tao over 8 years ago
metacat-index/pom.xml | ||
---|---|---|
7 | 7 |
<version>2.8.0-SNAPSHOT</version> |
8 | 8 |
<name>metacat-index</name> |
9 | 9 |
<url>http://maven.apache.org</url> |
10 |
|
|
10 |
|
|
11 |
<properties> |
|
12 |
<d1_cn_index_processor_version>2.3.0-SNAPSHOT</d1_cn_index_processor_version> |
|
13 |
<metacat_common_version>2.8.0-SNAPSHOT</metacat_common_version> |
|
14 |
</properties> |
|
15 |
|
|
11 | 16 |
<repositories> |
12 | 17 |
<repository> |
13 | 18 |
<id>dataone.org</id> |
... | ... | |
32 | 37 |
<dependency> |
33 | 38 |
<groupId>edu.ucsb.nceas.metacat.common</groupId> |
34 | 39 |
<artifactId>metacat-common</artifactId> |
35 |
<version>2.8.0-SNAPSHOT</version>
|
|
40 |
<version>${metacat_common_version}</version>
|
|
36 | 41 |
<type>jar</type> |
37 | 42 |
</dependency> |
38 | 43 |
<dependency> |
... | ... | |
45 | 50 |
<dependency> |
46 | 51 |
<groupId>org.dataone</groupId> |
47 | 52 |
<artifactId>d1_cn_index_processor</artifactId> |
48 |
<version>2.2.0-SNAPSHOT</version>
|
|
53 |
<version>${d1_cn_index_processor_version}</version>
|
|
49 | 54 |
<type>jar</type> |
50 | 55 |
<exclusions> |
51 | 56 |
<exclusion> |
Also available in: Unified diff
Centralize the version which will be modified. Bump the d1_cn_index_processor version to 2.3.0 snapshot.