diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-26 10:34:02 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-26 10:39:03 +0100 |
commit | 757063cd424f7d16ef11afa093eb78de405b1f73 (patch) | |
tree | 32996e57711a5f2f2cd04669276776a7362a2069 /pom.xml | |
parent | d5df27d16a0b9c669a82b466c1ec3d468c08e817 (diff) | |
download | sonarqube-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.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |