diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-10-18 14:19:43 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-10-18 14:19:43 +0000 |
commit | 18fb9aeefbfe03bccd32a270ba5d513dd4653774 (patch) | |
tree | da748601f8d0ff89d11913d50072cb2d1413f9d4 /sonar-application/pom.xml | |
parent | 46c5aca175e94f3572832f48d614c5ca24192c7f (diff) | |
download | sonarqube-18fb9aeefbfe03bccd32a270ba5d513dd4653774.tar.gz sonarqube-18fb9aeefbfe03bccd32a270ba5d513dd4653774.zip |
upgrade to maven assembly 2.2
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index e6f372b49f8..3b5852ee705 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -14,6 +14,7 @@ <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> + <version>2.2</version> <executions> <execution> <phase>package</phase> |