diff options
author | Godin <mandrikov@gmail.com> | 2010-09-25 01:18:41 +0000 |
---|---|---|
committer | Godin <mandrikov@gmail.com> | 2010-09-25 01:18:41 +0000 |
commit | e2df740178ae8340c0f45c7fb8bdb1b544068386 (patch) | |
tree | 45100ccfe9e8df1b9bacf73e29ac9069dffe1590 /archetypes | |
parent | 2dc85f396a6e04650ffa909f55aa6d34173b5eb1 (diff) | |
download | sonarqube-e2df740178ae8340c0f45c7fb8bdb1b544068386.tar.gz sonarqube-e2df740178ae8340c0f45c7fb8bdb1b544068386.zip |
Use gwt-incubator from Maven central repo
Diffstat (limited to 'archetypes')
-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 |
2 files changed, 2 insertions, 2 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>
|