Revision 8688
Added by ben leinfelder over 10 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>2.4.0-SNAPSHOT</version>
|
|
7 |
<version>2.4.2-SNAPSHOT</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>2.4.0-SNAPSHOT</version>
|
|
35 |
<version>2.4.2-SNAPSHOT</version>
|
|
36 | 36 |
<type>jar</type> |
37 | 37 |
<exclusions> |
38 | 38 |
<exclusion> |
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>2.4.0-SNAPSHOT</version>
|
|
7 |
<version>2.4.2-SNAPSHOT</version>
|
|
8 | 8 |
<name>metacat-common</name> |
9 | 9 |
<url>http://maven.apache.org</url> |
10 | 10 |
<properties> |
pom.xml | ||
---|---|---|
4 | 4 |
<modelVersion>4.0.0</modelVersion> |
5 | 5 |
<groupId>org.ecoinformatics</groupId> |
6 | 6 |
<artifactId>metacat</artifactId> |
7 |
<version>2.4.0-SNAPSHOT</version>
|
|
7 |
<version>2.4.2-SNAPSHOT</version>
|
|
8 | 8 |
<name>metacat</name> |
9 | 9 |
<packaging>war</packaging> |
10 | 10 |
<url>http://maven.apache.org</url> |
... | ... | |
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 | 15 |
<d1_portal_version>1.2.0</d1_portal_version> |
16 |
<metacat_common_version>2.4.0-SNAPSHOT</metacat_common_version>
|
|
16 |
<metacat_common_version>2.4.2-SNAPSHOT</metacat_common_version>
|
|
17 | 17 |
</properties> |
18 | 18 |
<repositories> |
19 | 19 |
<repository> |
Also available in: Unified diff
bump the poms to 2.4.2