You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by do...@apache.org on 2017/07/15 09:36:19 UTC

svn commit: r1802007 - in /james/hupa/trunk: ./ client/pom.xml hupa/pom.xml pom.xml

Author: dongxu
Date: Sat Jul 15 09:36:19 2017
New Revision: 1802007

URL: http://svn.apache.org/viewvc?rev=1802007&view=rev
Log:
Downgrade dnd and cobogw version since which cannot be found in the central maven repository.

Modified:
    james/hupa/trunk/   (props changed)
    james/hupa/trunk/client/pom.xml
    james/hupa/trunk/hupa/pom.xml
    james/hupa/trunk/pom.xml

Propchange: james/hupa/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Jul 15 09:36:19 2017
@@ -1,6 +1,4 @@
 target
-tomcat
-www-test
-.*
-war
-coverage.ec
+.settings
+.project
+MANIFEST.MF

Modified: james/hupa/trunk/client/pom.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/client/pom.xml?rev=1802007&r1=1802006&r2=1802007&view=diff
==============================================================================
--- james/hupa/trunk/client/pom.xml (original)
+++ james/hupa/trunk/client/pom.xml Sat Jul 15 09:36:19 2017
@@ -72,7 +72,7 @@
             <artifactId>cobogw</artifactId>
         </dependency>
         <dependency>
-            <groupId>com.google.code.gwt-dnd</groupId>
+            <groupId>com.allen-sauer.gwt.dnd</groupId>
             <artifactId>gwt-dnd</artifactId>
         </dependency>
         <dependency>

Modified: james/hupa/trunk/hupa/pom.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/hupa/pom.xml?rev=1802007&r1=1802006&r2=1802007&view=diff
==============================================================================
--- james/hupa/trunk/hupa/pom.xml (original)
+++ james/hupa/trunk/hupa/pom.xml Sat Jul 15 09:36:19 2017
@@ -84,7 +84,7 @@
             <artifactId>cobogw</artifactId>
         </dependency>
         <dependency>
-            <groupId>com.google.code.gwt-dnd</groupId>
+            <groupId>com.allen-sauer.gwt.dnd</groupId>
             <artifactId>gwt-dnd</artifactId>
         </dependency>
         <dependency>

Modified: james/hupa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/pom.xml?rev=1802007&r1=1802006&r2=1802007&view=diff
==============================================================================
--- james/hupa/trunk/pom.xml (original)
+++ james/hupa/trunk/pom.xml Sat Jul 15 09:36:19 2017
@@ -162,7 +162,7 @@
             <dependency>
                 <groupId>org.cobogw.gwt</groupId>
                 <artifactId>cobogw</artifactId>
-                <version>1.3.2</version>
+                <version>1.2.5</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
@@ -202,14 +202,14 @@
             <dependency>
                 <groupId>com.google.gwt</groupId>
                 <artifactId>gwt-incubator</artifactId>
-                <version>20101117-r1766</version>
+                <version>2.0.1</version>
                 <!-- For some reason incubator is needed in the default scope although we dont need it in the server side -->
                 <!-- <scope>provided</scope> -->
             </dependency>
             <dependency>
-                <groupId>com.google.code.gwt-dnd</groupId>
+                <groupId>com.allen-sauer.gwt.dnd</groupId>
                 <artifactId>gwt-dnd</artifactId>
-                <version>3.1.1</version>
+                <version>3.1.2</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org