From: Jeff J. <jef...@us...> - 2006-08-15 12:23:29
|
jeffjensen 06/08/15 05:23:29 Modified: word2html project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.5 +2 -2 maven-plugins/word2html/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/word2html/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.xml 11 Oct 2005 06:29:12 -0000 1.4 +++ project.xml 15 Aug 2006 12:23:29 -0000 1.5 @@ -16,8 +16,8 @@ <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/word2html</connection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/word2html/</url> + <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/word2html</connection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/word2html/</url> </repository> <!-- no versions --> |