diff options
-rw-r--r-- | archetypes/sonar-gwt-plugin/project/pom.xml | 2 | ||||
-rw-r--r-- | archetypes/sonar-gwt-plugin/src/main/resources/archetype-resources/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | tests/integration/reference-plugin/pom.xml | 2 |
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>
@@ -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> |