aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-05 11:31:16 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-05 11:31:38 +0200
commit0a62861b35fa9af7416a5a77d1510510f3e3599d (patch)
tree85f8bc8060d9d0a5cccbbfc06feae7bedde14314 /pom.xml
parent899dcc0578adfb5c6a7cd2285b6c4090b618c228 (diff)
downloadsonarqube-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 361e1606095..10241fba94e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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 -->