aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-02-26 10:34:02 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-02-26 10:39:03 +0100
commit757063cd424f7d16ef11afa093eb78de405b1f73 (patch)
tree32996e57711a5f2f2cd04669276776a7362a2069 /pom.xml
parentd5df27d16a0b9c669a82b466c1ec3d468c08e817 (diff)
downloadsonarqube-757063cd424f7d16ef11afa093eb78de405b1f73.tar.gz
sonarqube-757063cd424f7d16ef11afa093eb78de405b1f73.zip
Downgrade maven-release-plugin to 2.3.2
The reason is: http://jira.codehaus.org/browse/MRELEASE-818
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index fc43763dbbf..1b4f299db1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,7 +224,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.4</version>
+ <!-- do not upgrade to 2.4 because of http://jira.codehaus.org/browse/MRELEASE-818 -->
+ <version>2.3.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>