You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by no...@apache.org on 2009/07/16 10:02:22 UTC

svn commit: r794578 - /labs/hupa/pom.xml

Author: norman
Date: Thu Jul 16 08:02:22 2009
New Revision: 794578

URL: http://svn.apache.org/viewvc?rev=794578&view=rev
Log:
remove local cobogw libs, cobogw provide an maven2 repos now

Modified:
    labs/hupa/pom.xml

Modified: labs/hupa/pom.xml
URL: http://svn.apache.org/viewvc/labs/hupa/pom.xml?rev=794578&r1=794577&r2=794578&view=diff
==============================================================================
--- labs/hupa/pom.xml (original)
+++ labs/hupa/pom.xml Thu Jul 16 08:02:22 2009
@@ -53,6 +53,11 @@
 			<url>http://gwt-dispatch.googlecode.com/svn/maven2</url>
 		</repository>
 		<repository>
+			<id>cobogw</id>
+			<name>Cobogw repository at googlecode</name>
+			<url>http://cobogw.googlecode.com/svn/maven2</url>
+		</repository>
+		<repository>
 			<id>guice</id>
 			<name>Guice repository at googlecode</name>
 			<url>http://guice-maven.googlecode.com/svn/trunk</url>
@@ -251,7 +256,7 @@
 		</dependency>
 		<dependency>
 			<groupId>org.cobogw.gwt</groupId>
-			<artifactId>org.cobogw.gwt</artifactId>
+			<artifactId>cobogw</artifactId>
 			<version>1.3</version>
 		</dependency>
 		<dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org