diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-05 11:31:16 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-05 11:31:38 +0200 |
commit | 0a62861b35fa9af7416a5a77d1510510f3e3599d (patch) | |
tree | 85f8bc8060d9d0a5cccbbfc06feae7bedde14314 /pom.xml | |
parent | 899dcc0578adfb5c6a7cd2285b6c4090b618c228 (diff) | |
download | sonarqube-0a62861b35fa9af7416a5a77d1510510f3e3599d.tar.gz sonarqube-0a62861b35fa9af7416a5a77d1510510f3e3599d.zip |
Revert upgrade to maven-assembly-plugin 2.5.5
As usual upgrade of this plugin is not trivial.
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>2.5.5</version> + <version>2.4</version> <configuration> <archiverConfig> <!-- Workaround for http://jira.codehaus.org/browse/MASSEMBLY-422 --> |