Revision 8106
Added by ben leinfelder over 11 years ago
metacat-index/pom.xml | ||
---|---|---|
4 | 4 |
<groupId>edu.ucsb.nceas.metacat.index</groupId> |
5 | 5 |
<artifactId>metacat-index</artifactId> |
6 | 6 |
<packaging>war</packaging> |
7 |
<version>1.0.0</version>
|
|
7 |
<version>2.1.0</version>
|
|
8 | 8 |
<name>metacat-index</name> |
9 | 9 |
<url>http://maven.apache.org</url> |
10 | 10 |
|
... | ... | |
32 | 32 |
<dependency> |
33 | 33 |
<groupId>edu.ucsb.nceas.metacat.common</groupId> |
34 | 34 |
<artifactId>metacat-common</artifactId> |
35 |
<version>1.0.0</version>
|
|
35 |
<version>2.1.0</version>
|
|
36 | 36 |
<type>jar</type> |
37 | 37 |
</dependency> |
38 | 38 |
<dependency> |
metacat-common/pom.xml | ||
---|---|---|
4 | 4 |
<groupId>edu.ucsb.nceas.metacat.common</groupId> |
5 | 5 |
<artifactId>metacat-common</artifactId> |
6 | 6 |
<packaging>jar</packaging> |
7 |
<version>1.0.0</version>
|
|
7 |
<version>2.1.0</version>
|
|
8 | 8 |
<name>metacat-common</name> |
9 | 9 |
<url>http://maven.apache.org</url> |
10 | 10 |
<repositories> |
pom.xml | ||
---|---|---|
12 | 12 |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
13 | 13 |
<d1_libclient_version>1.2.4</d1_libclient_version> |
14 | 14 |
<d1_common_java_version>1.1.3</d1_common_java_version> |
15 |
<d1_portal_version>1.2.0</d1_portal_version> |
|
15 |
<d1_portal_version>1.2.0</d1_portal_version> |
|
16 |
<metacat_common_version>2.1.0</metacat_common_version> |
|
16 | 17 |
</properties> |
17 | 18 |
<repositories> |
18 | 19 |
<repository> |
... | ... | |
103 | 104 |
<dependency> |
104 | 105 |
<groupId>edu.ucsb.nceas.metacat.common</groupId> |
105 | 106 |
<artifactId>metacat-common</artifactId> |
106 |
<version>1.0-SNAPSHOT</version>
|
|
107 |
<version>${metacat_common_version}</version>
|
|
107 | 108 |
<type>jar</type> |
108 | 109 |
<!-- exclude extraneous artifacts (jars) --> |
109 | 110 |
<exclusions> |
Also available in: Unified diff
use v2.1.0 for all metacat release components for consistency