diff options
author | Brett Porter <brett@apache.org> | 2009-03-17 17:51:45 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2009-03-17 17:51:45 +0000 |
commit | 776361e6638cecc4e84169a23f010452d26a9be7 (patch) | |
tree | d67f6def1d08676510d79b0d8c28cef5e3aeadd3 | |
parent | 57d991e0ac0e7ee0156947156f80aedd7d4417f1 (diff) | |
download | archiva-776361e6638cecc4e84169a23f010452d26a9be7.tar.gz archiva-776361e6638cecc4e84169a23f010452d26a9be7.zip |
revert shade plugin version to previous one
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755334 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 a18f2ff8a..64490e31f 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</version> + <version>1.0.1</version> <executions> <execution> <phase>package</phase> |