aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archetypes/sonar-gwt-plugin/project/pom.xml2
-rw-r--r--archetypes/sonar-gwt-plugin/src/main/resources/archetype-resources/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--tests/integration/reference-plugin/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/archetypes/sonar-gwt-plugin/project/pom.xml b/archetypes/sonar-gwt-plugin/project/pom.xml
index b8a293f87bf..bf89489d615 100644
--- a/archetypes/sonar-gwt-plugin/project/pom.xml
+++ b/archetypes/sonar-gwt-plugin/project/pom.xml
@@ -52,7 +52,7 @@
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-incubator</artifactId>
- <version>20100204-r1747</version>
+ <version>2.0.1</version>
<scope>provided</scope>
</dependency>
diff --git a/archetypes/sonar-gwt-plugin/src/main/resources/archetype-resources/pom.xml b/archetypes/sonar-gwt-plugin/src/main/resources/archetype-resources/pom.xml
index 058efb9b07f..19d88382d8f 100644
--- a/archetypes/sonar-gwt-plugin/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/sonar-gwt-plugin/src/main/resources/archetype-resources/pom.xml
@@ -50,7 +50,7 @@
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-incubator</artifactId>
- <version>20100204-r1747</version>
+ <version>2.0.1</version>
<scope>provided</scope>
</dependency>
diff --git a/pom.xml b/pom.xml
index 93c7d02ba24..881f04fbf41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -475,7 +475,7 @@ mmmm
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-incubator</artifactId>
- <version>20100204-r1747</version>
+ <version>2.0.1</version>
</dependency>
<dependency>
<groupId>jfree</groupId>
diff --git a/tests/integration/reference-plugin/pom.xml b/tests/integration/reference-plugin/pom.xml
index 1a291dcdac1..b88ab5e0f6b 100644
--- a/tests/integration/reference-plugin/pom.xml
+++ b/tests/integration/reference-plugin/pom.xml
@@ -74,7 +74,7 @@
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-incubator</artifactId>
- <version>20100204-r1747</version>
+ <version>2.0.1</version>
<scope>provided</scope>
</dependency>