Revision 8105
Added by ben leinfelder over 11 years ago
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> |
Also available in: Unified diff
remove all -SNAPSHOT artifacts in favor of released versions in preparation for Metacat v2.1.0 release