]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4279 update dependency version of update-center
authorJulien Lancelot <julien.lancelot@gmail.com>
Tue, 28 May 2013 11:13:05 +0000 (13:13 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Tue, 28 May 2013 11:13:05 +0000 (13:13 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 8205ae043d5c9cd2c7c5761a165e92435638ab5e..40a69683a8b8656d6355d6187e6b2bbcbf72ecd1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
   </prerequisites>
 
   <properties>
-    <sonarUpdateCenter.version>1.5</sonarUpdateCenter.version>
+    <sonarUpdateCenter.version>1.7-SNAPSHOT</sonarUpdateCenter.version>
     <sonarJava.version>1.3-SNAPSHOT</sonarJava.version>
     <sonarGwt.version>3.3.1</sonarGwt.version>
     <h2.version>1.3.167</h2.version>
         <plugin>
           <groupId>org.codehaus.sonar</groupId>
           <artifactId>sonar-packaging-maven-plugin</artifactId>
-          <version>${sonarUpdateCenter.version}</version>
+          <!-- TODO version has to be replaced by ${sonarJava.version} when update center release will be done -->
+          <version>1.6</version>
         </plugin>
       </plugins>
     </pluginManagement>