diff options
author | Olivier Lamy <olamy@apache.org> | 2015-02-12 21:58:28 +1100 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2015-02-12 21:58:28 +1100 |
commit | 0b22f0e1f8e66a756c92a2d86b5c09c5eb7cb822 (patch) | |
tree | b86ad1a9196e0048bcc6c52a2f5fc8a633870c51 /archiva-cli | |
parent | 62813d41700540ac788957c9dd4985db9bbbbf2e (diff) | |
download | archiva-0b22f0e1f8e66a756c92a2d86b5c09c5eb7cb822.tar.gz archiva-0b22f0e1f8e66a756c92a2d86b5c09c5eb7cb822.zip |
inherit from parent pom
Diffstat (limited to 'archiva-cli')
-rw-r--r-- | archiva-cli/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml index 3e8e9b3b4..e729854af 100644 --- a/archiva-cli/pom.xml +++ b/archiva-cli/pom.xml @@ -94,7 +94,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>2.3</version> <executions> <execution> <phase>package</phase> @@ -127,7 +126,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>2.1</version> <configuration> <archive> <manifest> |