diff options
author | Brett Porter <brett@apache.org> | 2009-01-20 17:00:03 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2009-01-20 17:00:03 +0000 |
commit | b30d149ebcf9612bf75ced688d6da8aff321e8e7 (patch) | |
tree | 9653fda6e8bd94b65cda2793d2a319b63c01cf14 /pom.xml | |
parent | 03a080a1d532c7ffe6ffbcf2c40cf322c3c589be (diff) | |
download | archiva-b30d149ebcf9612bf75ced688d6da8aff321e8e7.tar.gz archiva-b30d149ebcf9612bf75ced688d6da8aff321e8e7.zip |
move up to the latest assembly plugin consistently
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@736038 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -114,6 +114,11 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-assembly-plugin</artifactId> + <version>2.2-beta-3</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> <configuration> @@ -1055,7 +1060,6 @@ <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> - <version>2.2-beta-2</version> <inherited>false</inherited> <configuration> <descriptors> |