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/09/04 11:23:15 UTC

svn commit: r811317 - /labs/hupa/trunk/pom.xml

Author: norman
Date: Fri Sep  4 09:23:13 2009
New Revision: 811317

URL: http://svn.apache.org/viewvc?rev=811317&view=rev
Log:
Fix local maven lib problem when using linux . Thx to Manuel Carrasco for providing a patch ( LABS-432 )

Modified:
    labs/hupa/trunk/pom.xml

Modified: labs/hupa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/labs/hupa/trunk/pom.xml?rev=811317&r1=811316&r2=811317&view=diff
==============================================================================
--- labs/hupa/trunk/pom.xml (original)
+++ labs/hupa/trunk/pom.xml Fri Sep  4 09:23:13 2009
@@ -47,12 +47,12 @@
 	</issueManagement>
 
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/labs/hupa
+		<connection>scm:svn:http://svn.apache.org/repos/asf/labs/hupa/trunk
 		</connection>
 		<developerConnection>
-			scm:svn:https://svn.apache.org/repos/asf/labs/hupa
+			scm:svn:https://svn.apache.org/repos/asf/labs/hupa/trunk
 		</developerConnection>
-		<url>http://svn.apache.org/viewvc/labs/hupa
+		<url>http://svn.apache.org/viewvc/labs/hupa/trunk
 		</url>
 	</scm>
 
@@ -101,7 +101,7 @@
 		<repository>
 			<id>lib-repo</id>
 			<name>lib-m2-repository</name>
-			<url>file://${basedir}/lib</url>
+			<url>http://svn.apache.org/repos/asf/labs/hupa/lib</url>
 			<layout>legacy</layout>
 			<snapshots>
 				<enabled>false</enabled>



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