[ajax4jsf-svn-commits] JBoss Ajax4JSF SVN: r202 - trunk.

ajax4jsf-svn-commits at lists.jboss.org ajax4jsf-svn-commits at lists.jboss.org
Wed May 16 19:41:09 EDT 2007


Author: alexsmirnov
Date: 2007-05-16 19:41:09 -0400 (Wed, 16 May 2007)
New Revision: 202

Modified:
   trunk/pom.xml
Log:
Correct SVN connection urls

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2007-05-16 23:25:53 UTC (rev 201)
+++ trunk/pom.xml	2007-05-16 23:41:09 UTC (rev 202)
@@ -129,12 +129,12 @@
 	</repositories>
 	<scm>
 		<connection>
-			scm:svn:http://anonsvn.jboss.org/repos/ajax4jsf/trunk/
+			scm:svn:http://anonsvn.jboss.org/repos/ajax4jsf
 		</connection>
 		<developerConnection>
-			scm:svn:https://svn.jboss.org/repos/ajax4jsf/trunk/
+			scm:svn:https://svn.jboss.org/repos/ajax4jsf
 		</developerConnection>
-		<url>http://anonsvn.jboss.org/repos/ajax4jsf/trunk/</url>
+		<url>http://anonsvn.jboss.org/repos/ajax4jsf</url>
 	</scm>
 	<!--
 	-->




More information about the ajax4jsf-svn-commits mailing list