]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3939 add the property sonarGwt.version
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 12 Nov 2012 09:27:24 +0000 (10:27 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 12 Nov 2012 09:27:24 +0000 (10:27 +0100)
plugins/sonar-core-gwt/pom.xml
plugins/sonar-core-plugin/pom.xml
plugins/sonar-design-plugin/pom.xml
pom.xml

index 6be5d4b518602ab7873401adb9904936db60985e..83634548a2a1867d62c26b3d7551b37a2fa6046e 100644 (file)
@@ -20,7 +20,7 @@
     <dependency>
       <groupId>org.codehaus.sonar</groupId>
       <artifactId>sonar-gwt-api</artifactId>
-      <version>3.3.1</version>
+      <version>${sonarGwt.version}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
index 1354caef1978bcf1ced2b53e156dd88425cc8ee2..0a4e412be0ab3ff4ed617f11bfdecceb30575163 100644 (file)
     <dependency>
       <groupId>org.codehaus.sonar</groupId>
       <artifactId>sonar-gwt-api</artifactId>
-      <version>3.3.1</version>
+      <version>${sonarGwt.version}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.sonar</groupId>
       <artifactId>sonar-ws-client</artifactId>
-      <version>3.3.1</version>
+      <version>${sonarGwt.version}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
index eb98293e7a8deda2aab4b80120f761f3d4fa2374..318144589c7c90d080307abae931e7b0118da65f 100644 (file)
@@ -31,7 +31,7 @@
     <dependency>
       <groupId>org.codehaus.sonar</groupId>
       <artifactId>sonar-gwt-api</artifactId>
-      <version>3.3.1</version>
+      <version>${sonarGwt.version}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index 510cbe9f06f73a1b1db0b92af405b5ec5327088e..be2d5e3375bd77fd24695743f10a60742b849987 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,7 @@
 
   <properties>
     <sonarJava.version>1.1-SNAPSHOT</sonarJava.version>
+    <sonarGwt.version>3.3.1</sonarGwt.version>
     <h2.version>1.3.167</h2.version>
     <jetty.version>6.1.25</jetty.version>
     <sonar.skippedModules>sonar-core-gwt</sonar.skippedModules>