[kune-commits] r972 - trunk

vjrj vjrj at ourproject.org
Sun Nov 30 02:12:34 CET 2008


Author: vjrj
Date: 2008-11-30 02:12:34 +0100 (Sun, 30 Nov 2008)
New Revision: 972

Modified:
   trunk/pom.xml
Log:
new maven-gwt and pluginRepo


Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2008-11-28 10:13:03 UTC (rev 971)
+++ trunk/pom.xml	2008-11-30 01:12:34 UTC (rev 972)
@@ -295,6 +295,12 @@
   <!--
     http://gwt-maven.googlecode.com/svn/docs/maven-googlewebtoolkit2-plugin/index.html
   -->
+  <pluginRepositories>
+    <pluginRepository>
+      <id>gwt-maven</id>
+      <url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo</url>
+    </pluginRepository>
+  </pluginRepositories>
   <repositories>
     <repository>
       <id>repository.jboss.org</id>
@@ -376,7 +382,7 @@
       <plugin>
         <groupId>com.totsp.gwt</groupId>
         <artifactId>maven-googlewebtoolkit2-plugin</artifactId>
-        <version>2.0-beta23</version>
+        <version>2.0-beta26</version>
         <configuration>
           <logLevel>INFO</logLevel>
           <style>OBF</style>




More information about the kune-commits mailing list