Revision 8105
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-SNAPSHOT</version>
|
|
7 |
<version>1.0.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-SNAPSHOT</version>
|
|
35 |
<version>1.0.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-SNAPSHOT</version>
|
|
7 |
<version>1.0.0</version>
|
|
8 | 8 |
<name>metacat-common</name> |
9 | 9 |
<url>http://maven.apache.org</url> |
10 | 10 |
<repositories> |
... | ... | |
39 | 39 |
<dependency> |
40 | 40 |
<groupId>org.dataone</groupId> |
41 | 41 |
<artifactId>d1_common_java</artifactId> |
42 |
<version>1.2.0-SNAPSHOT</version>
|
|
42 |
<version>1.1.3</version>
|
|
43 | 43 |
<type>jar</type> |
44 | 44 |
<!-- exclude extraneous artifacts (jars) --> |
45 | 45 |
<exclusions> |
pom.xml | ||
---|---|---|
4 | 4 |
<modelVersion>4.0.0</modelVersion> |
5 | 5 |
<groupId>org.ecoinformatics</groupId> |
6 | 6 |
<artifactId>metacat</artifactId> |
7 |
<version>2.1.0-SNAPSHOT</version>
|
|
7 |
<version>2.1.0</version> |
|
8 | 8 |
<name>metacat</name> |
9 | 9 |
<packaging>war</packaging> |
10 | 10 |
<url>http://maven.apache.org</url> |
11 | 11 |
<properties> |
12 | 12 |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
13 |
<d1_libclient_version>1.3.0-SNAPSHOT</d1_libclient_version>
|
|
14 |
<d1_common_java_version>1.2.0-SNAPSHOT</d1_common_java_version>
|
|
13 |
<d1_libclient_version>1.2.4</d1_libclient_version>
|
|
14 |
<d1_common_java_version>1.1.3</d1_common_java_version>
|
|
15 | 15 |
<d1_portal_version>1.2.0</d1_portal_version> |
16 | 16 |
</properties> |
17 | 17 |
<repositories> |
Also available in: Unified diff
remove all -SNAPSHOT artifacts in favor of released versions in preparation for Metacat v2.1.0 release