aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-03-02 09:01:01 +0000
committerManolo Carrasco <manolo@apache.org>2011-03-02 09:01:01 +0000
commit21e3f2dc709deb13f656371d20b38a8d5b958963 (patch)
tree5371363c85e67147820d971bfa389690a017ae00
parent49240747a8994a2d1a47626b3cdb49b7cac5edb3 (diff)
downloadgwtquery-21e3f2dc709deb13f656371d20b38a8d5b958963.tar.gz
gwtquery-21e3f2dc709deb13f656371d20b38a8d5b958963.zip
gwt-2.2.0 artifacts are now in central repos
-rw-r--r--pom.xml5
-rw-r--r--samples/pom.xml1
2 files changed, 2 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 3bf89e42..5c7df160 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,10 +158,6 @@
<name>Java.net Repository for Maven</name>
<url>http://download.java.net/maven/2/</url>
</repository>
- <repository>
- <id>gwt-2.2.0-temporal</id>
- <url>http://oss.sonatype.org/content/repositories/comgoogle-108</url>
- </repository>
</repositories>
<properties>
@@ -169,6 +165,7 @@
<gwt.loglevel>INFO</gwt.loglevel>
<gwt.outputstyle>OBF</gwt.outputstyle>
<gwt.modulesuffix></gwt.modulesuffix>
+ <gwtmaven>2.1.0-1</gwtmaven>
</properties>
<profiles>
diff --git a/samples/pom.xml b/samples/pom.xml
index fc661947..22500c00 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -37,6 +37,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
+ <version>${gwtmaven}</version>
<configuration>
<logLevel>${gwt.loglevel}</logLevel>
<style>${gwt.outputstyle}</style>