diff options
author | Brett Porter <brett@apache.org> | 2009-11-26 01:25:48 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2009-11-26 01:25:48 +0000 |
commit | e7e9b184eb0b9815de480bb8667644ff0835f3f1 (patch) | |
tree | 317b669b4d733417ea90a6016afe04afde55871e | |
parent | 2fa9e76dfcf7ad1020d64a8797d2cd40c9994776 (diff) | |
download | archiva-e7e9b184eb0b9815de480bb8667644ff0835f3f1.tar.gz archiva-e7e9b184eb0b9815de480bb8667644ff0835f3f1.zip |
upgrade to Shade 1.2.2 so that build works with Maven 3.x
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@884355 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-cli/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml index 4039c4575..046a57784 100644 --- a/archiva-cli/pom.xml +++ b/archiva-cli/pom.xml @@ -75,7 +75,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>1.2.1</version> + <version>1.2.2</version> <executions> <execution> <phase>package</phase> |