GWTify name and URLs in POM files

Change-Id: I66ce016d1b136bd1fbc25695585eecab15639ca2
diff --git a/maven/poms/gwt/pom-template.xml b/maven/poms/gwt/pom-template.xml
index 53c3112..84669cc 100644
--- a/maven/poms/gwt/pom-template.xml
+++ b/maven/poms/gwt/pom-template.xml
@@ -11,13 +11,13 @@
     <groupId>com.google.gwt</groupId>
     <artifactId>gwt</artifactId>
     <packaging>pom</packaging>
-    <name>Google Web Toolkit</name>
-    <url>http://code.google.com/webtoolkit/</url>
+    <name>GWT</name>
+    <url>http://www.gwtproject.org/</url>
     <version>${gwtVersion}</version>
     <licenses>
         <license>
-            <name>Google Web Toolkit Terms</name>
-            <url>http://code.google.com/webtoolkit/terms.html</url>
+            <name>GWT Terms</name>
+            <url>http://www.gwtproject.org/terms.html</url>
         </license>
     </licenses>
 </project>
diff --git a/maven/poms/requestfactory/pom-template.xml b/maven/poms/requestfactory/pom-template.xml
index 7c23d3c..6da0a2a 100644
--- a/maven/poms/requestfactory/pom-template.xml
+++ b/maven/poms/requestfactory/pom-template.xml
@@ -12,12 +12,12 @@
     <artifactId>requestfactory</artifactId>
     <packaging>pom</packaging>
     <name>RequestFactory</name>
-    <url>http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html</url>
+    <url>http://www.gwtproject.org/doc/latest/DevGuideRequestFactory.html</url>
     <version>${gwtVersion}</version>
     <licenses>
         <license>
-            <name>Google Web Toolkit Terms</name>
-            <url>http://code.google.com/webtoolkit/terms.html</url>
+            <name>GWT Terms</name>
+            <url>http://www.gwtproject.org/terms.html</url>
         </license>
     </licenses>
     <dependencyManagement>