diff options
author | Brett Porter <brett@apache.org> | 2010-01-19 06:15:09 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2010-01-19 06:15:09 +0000 |
commit | 606c82cbcad53a9f2c0dd1212ce302e3c8626910 (patch) | |
tree | 721b99dd1c650636b7c9909eb843b909c0311ba1 /archiva-cli/pom.xml | |
parent | 685419f0824f9f788513d3f3c3b89eac58118fe6 (diff) | |
parent | 96c99628aab4b63d71e660b661120596868a7f25 (diff) | |
download | archiva-606c82cbcad53a9f2c0dd1212ce302e3c8626910.tar.gz archiva-606c82cbcad53a9f2c0dd1212ce302e3c8626910.zip |
merged recent changes from trunk, and reimplemented incoming audit log functionality as a plugin using the metadata repository
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@900664 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-cli/pom.xml')
-rw-r--r-- | archiva-cli/pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml index 724a4860c..aae3c57eb 100644 --- a/archiva-cli/pom.xml +++ b/archiva-cli/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.archiva</groupId> <artifactId>archiva</artifactId> - <version>1.3-SNAPSHOT</version> + <version>1.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>archiva-cli</artifactId> @@ -35,13 +35,12 @@ <dependency> <groupId>org.apache.archiva</groupId> <artifactId>archiva-dependency-tree-consumer</artifactId> - <version>1.3-SNAPSHOT</version> + <version>1.4-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.archiva</groupId> <artifactId>archiva-metadata-consumer</artifactId> - <version>1.3-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> @@ -101,7 +100,7 @@ </transformers> <artifactSet> <excludes> - <exclude>xerces:xercesImpl</exclude> + <exclude>xerces:xercesImpl</exclude> <exclude>xml-apis:xml-apis</exclude> <exclude>xalan:xalan</exclude> <exclude>commons-beanutils:commons-beanutils</exclude> |