Revision 8148
Added by Jing Tao 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>2.1.1</version>
|
|
7 |
<version>2.2.0-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.1.1</version>
|
|
35 |
<version>2.2.0-SNAPSHOT</version>
|
|
36 | 36 |
<type>jar</type> |
37 | 37 |
</dependency> |
38 | 38 |
<dependency> |
Also available in: Unified diff
Change the version to 2.2.0-SNAPSHOT and the dependency version of metacat-common to 2.2.0-SNAPSHOT.