]> source.dussan.org Git - gwtquery.git/commitdiff
gwt-2.2.0 artifacts are now in central repos
authorManolo Carrasco <manolo@apache.org>
Wed, 2 Mar 2011 09:01:01 +0000 (09:01 +0000)
committerManolo Carrasco <manolo@apache.org>
Wed, 2 Mar 2011 09:01:01 +0000 (09:01 +0000)
pom.xml
samples/pom.xml

diff --git a/pom.xml b/pom.xml
index 3bf89e42401b649902afdaccec05b1a7def27b2e..5c7df160d9020844f92f1b56d38e0ddf6827cbd4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <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>
         <gwt.loglevel>INFO</gwt.loglevel>
         <gwt.outputstyle>OBF</gwt.outputstyle>
         <gwt.modulesuffix></gwt.modulesuffix>
+        <gwtmaven>2.1.0-1</gwtmaven>
     </properties>
 
     <profiles>
index fc6619471c1a02deeeb9ba722eef5b69f8176cc2..22500c0047d825a26abcdb41590b0521fca29a8b 100644 (file)
@@ -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>