brett       2004/03/10 04:31:35

  Modified:    site     project.xml
               site/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.5
  
  Revision  Changes    Path
  1.30      +13 -8     maven-plugins/site/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/site/project.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- project.xml       7 Mar 2004 23:01:26 -0000       1.29
  +++ project.xml       10 Mar 2004 12:31:35 -0000      1.30
  @@ -1,4 +1,5 @@
  -<?xml version="1.0" encoding="ISO-8859-1"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,15 +18,13 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-site-plugin</id>
     <name>Maven Site Plugin</name>
  -  <currentVersion>1.5-SNAPSHOT</currentVersion>
  -  <description>Generate web site.
  -    Requires Maven 1.0 RC2.</description>
  +  <currentVersion>1.5</currentVersion>
  +  <description>Generate web site. Requires Maven 1.0 RC2.</description>
     <shortDescription>Generate web site</shortDescription>
     <url>http://maven.apache.org/reference/plugins/site/</url>
     
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10331</issueTrackingUrl>
  @@ -46,10 +45,10 @@
         </roles>
       </developer>
       <developer>
  -      <name>Stéphane Mor</name>
  +      <name>Stéphane Mor</name>
         <id>smor</id>
         <email>[EMAIL PROTECTED]</email>
  -      <organization>Hasgard Systèmes et Réseaux</organization>
  +      <organization>Hasgard Systèmes et Réseaux</organization>
         <roles>
           <role>Java Developer</role>
         </roles>
  @@ -74,7 +73,6 @@
           <classloader>root.maven</classloader>
         </properties>
       </dependency>
  -
       <dependency>
         <groupId>commons-net</groupId>
         <artifactId>commons-net</artifactId>
  @@ -84,4 +82,11 @@
         </properties>
       </dependency>
     </dependencies>
  +  <versions>
  +    <version>
  +      <id>1.5</id>
  +      <name>1.5</name>
  +      <tag>MAVEN_SITE_1_5</tag>
  +    </version>
  +  </versions>
   </project>
  
  
  
  1.17      +13 -35    maven-plugins/site/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/site/xdocs/changes.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- changes.xml       8 Mar 2004 11:09:14 -0000       1.16
  +++ changes.xml       10 Mar 2004 12:31:35 -0000      1.17
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -22,54 +23,31 @@
       <title>Changes</title>
       <author email="[EMAIL PROTECTED]">dIon Gillard</author>
     </properties>
  -
     <body>
  -
  -    <release version="1.5" date="in CVS">
  -      <action dev="evenisse" type="add" issue=""MPDEPLOY-5">
  -        Support for Putty in site:sshdeploy and add optional maven.ssh.args and 
maven.scp.args.
  -      </action>
  +    <release version="1.5" date="2004-03-10">
  +      <action dev="evenisse" type="add" issue="MPDEPLOY-5">Support for Putty in 
site:sshdeploy and add optional maven.ssh.args and maven.scp.args.</action>
         <action dev="dion" type="fix">Remove telnet server for ftp deployment</action>
         <action dev="dion" type="update">Remove unneeded ant dependency</action>
       </release>
  -
       <release version="1.4" date="2003-11-22">
  -      <action dev="dion" type="update" issue="MPSITE-2">
  -        Allows site deployment via ftp.
  -      </action>
  -      <action dev="dion" type="fix" issue="MPSITE-1">
  -        Top level site directory needs g+u.
  -      </action>
  +      <action dev="dion" type="update" issue="MPSITE-2">Allows site deployment via 
ftp.</action>
  +      <action dev="dion" type="fix" issue="MPSITE-1">Top level site directory needs 
g+u.</action>
       </release>
  -    
       <release version="1.3" date="2003-09-29">
  -      <action dev="dion" type="update">
  -        Update to use maven.docs.*/maven.gen.docs
  -      </action>
  -      <action dev="dion" type="update">
  -        update to commons-lang 1.0.1
  -      </action>
  +      <action dev="dion" type="update">Update to use 
maven.docs.*/maven.gen.docs</action>
  +      <action dev="dion" type="update">update to commons-lang 1.0.1</action>
       </release>
  -    
       <release version="1.2" date="Unknown">
  -      <action dev="dion" type="add" due-to="John Casey">
  -        Added properties <code>maven.site.gunzip.executable</code>
  -        and <code>maven.site.tar.executable</code>
  +      <action dev="dion" type="add" due-to="John Casey">Added properties
  +        <code>maven.site.gunzip.executable</code>and
  +        <code>maven.site.tar.executable</code>
         </action>
       </release>
  -  
       <release version="1.1" date="2002-02-12">
  -      <action dev="dion" type="add" due-to="Alef Arendsen">
  -        Added ability to deploy via filesystem
  -      </action>
  +      <action dev="dion" type="add" due-to="Alef Arendsen">Added ability to deploy 
via filesystem</action>
       </release>
  -    
       <release version="1.0" date="2002-08-04">
  -      <action dev="jvanzyl" type="add">
  -        Original release for Maven 1.0-beta6
  -      </action>
  +      <action dev="jvanzyl" type="add">Original release for Maven 1.0-beta6</action>
       </release>
  -
     </body>
   </document>
  -
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to