From: Jeff J. <jef...@us...> - 2006-08-15 12:23:45
|
jeffjensen 06/08/15 05:23:44 Modified: axis project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.6 +3 -3 maven-plugins/axis/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/axis/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 11 Oct 2005 06:29:03 -0000 1.5 +++ project.xml 15 Aug 2006 12:23:44 -0000 1.6 @@ -35,13 +35,13 @@ <repository> <connection> - scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/axis + scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/axis </connection> <developerConnection> - scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/axis + scm:cvs:ext:${maven.username}@maven-plugins.cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/axis </developerConnection> <url> - http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/axis/ + http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/axis/ </url> </repository> |