You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/03/19 08:12:33 UTC

cvs commit: maven/src/plugins-build/release project.xml

dion        2003/03/18 23:12:33

  Modified:    src/plugins-build/release project.xml
  Log:
  Fix bad siteDirectory
  
  Revision  Changes    Path
  1.13      +1 -1      maven/src/plugins-build/release/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/release/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml	19 Mar 2003 05:36:10 -0000	1.12
  +++ project.xml	19 Mar 2003 07:12:33 -0000	1.13
  @@ -10,7 +10,7 @@
     <shortDescription>Java Project Management Tools</shortDescription>
     <url>http://maven.apache.org/reference/plugins/deploy/</url>
   
  -  <siteDirectory>/www/maven.apache.org/reference/plugins/deploy/</siteDirectory>
  +  <siteDirectory>/www/maven.apache.org/reference/plugins/release/</siteDirectory>
   
     <repository>
       <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/release/</connection>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org