diff options
author | Godin <mandrikov@gmail.com> | 2010-10-20 23:56:54 +0000 |
---|---|---|
committer | Godin <mandrikov@gmail.com> | 2010-10-20 23:56:54 +0000 |
commit | 417217bca95368825bc4ffa6244e90b18ed41286 (patch) | |
tree | ee784daf05765ee513745306345f525e31333843 /subprojects | |
parent | d3cdde6dd77049ac27d45864e243fca79b9a6436 (diff) | |
download | sonarqube-417217bca95368825bc4ffa6244e90b18ed41286.tar.gz sonarqube-417217bca95368825bc4ffa6244e90b18ed41286.zip |
SONAR-1883: Fix compatibility with Maven 2.x
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/sonar-update-center/sonar-packaging-maven-plugin/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/sonar-update-center/sonar-packaging-maven-plugin/pom.xml b/subprojects/sonar-update-center/sonar-packaging-maven-plugin/pom.xml index 69d9062d69d..46ef99d0644 100644 --- a/subprojects/sonar-update-center/sonar-packaging-maven-plugin/pom.xml +++ b/subprojects/sonar-update-center/sonar-packaging-maven-plugin/pom.xml @@ -53,7 +53,7 @@ <version>1.2</version> </dependency> - <!-- Required for compatibility with Maven 2.0 --> + <!-- Required for compatibility with Maven 2.x --> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> |