aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-02-11 17:43:16 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-02-11 17:43:16 +0100
commit176255b81c868832b0f0ee4ee064af6de44e3104 (patch)
tree1ee42425b76889998071658b969cb7e0f1fe04db /pom.xml
parent1614f80515e25e4f235bbc8244920ad2d8693f8f (diff)
downloadsonarqube-176255b81c868832b0f0ee4ee064af6de44e3104.tar.gz
sonarqube-176255b81c868832b0f0ee4ee064af6de44e3104.zip
Upgrade maven enforcer and release plugins
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 328fa0bfd8f..54e58423ceb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>1.0.1</version>
+ <version>1.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -224,7 +224,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.2.2</version>
+ <version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>