diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-03-02 09:01:01 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-03-02 09:01:01 +0000 |
commit | 21e3f2dc709deb13f656371d20b38a8d5b958963 (patch) | |
tree | 5371363c85e67147820d971bfa389690a017ae00 | |
parent | 49240747a8994a2d1a47626b3cdb49b7cac5edb3 (diff) | |
download | gwtquery-21e3f2dc709deb13f656371d20b38a8d5b958963.tar.gz gwtquery-21e3f2dc709deb13f656371d20b38a8d5b958963.zip |
gwt-2.2.0 artifacts are now in central repos
-rw-r--r-- | pom.xml | 5 | ||||
-rw-r--r-- | samples/pom.xml | 1 |
2 files changed, 2 insertions, 4 deletions
@@ -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> |