jvanzyl     2002/09/30 20:29:43

  Modified:    .        project.xml
               xdocs    status.xml tasks.xml
  Log:
  o updating status page
  
  Revision  Changes    Path
  1.209     +6 -1      jakarta-turbine-maven/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/project.xml,v
  retrieving revision 1.208
  retrieving revision 1.209
  diff -u -r1.208 -r1.209
  --- project.xml       24 Sep 2002 07:35:49 -0000      1.208
  +++ project.xml       1 Oct 2002 03:29:43 -0000       1.209
  @@ -4,7 +4,7 @@
     <pomVersion>3</pomVersion>
     <id>maven</id>
     <name>Maven</name>
  -  <currentVersion>1.0-beta-7</currentVersion>
  +  <currentVersion>1.0-beta-8</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
  @@ -73,6 +73,11 @@
       <version>
         <id>b7</id>
         <name>1.0-beta-7</name>
  +      <tag>MAVEN_1_0_B7</tag>
  +    </version>
  +    <version>
  +      <id>b8</id>
  +      <name>1.0-beta-8</name>
         <tag>HEAD</tag>
       </version>
     </versions>
  
  
  
  1.6       +37 -1     jakarta-turbine-maven/xdocs/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/status.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- status.xml        21 Aug 2002 20:46:36 -0000      1.5
  +++ status.xml        1 Oct 2002 03:29:43 -0000       1.6
  @@ -18,8 +18,44 @@
   
         <subsection name="Current Status">
           <p>
  -           We are currently working on Maven 1.0 Beta 7.
  +           We are currently working on Maven 1.0 Beta 8.
           </p>
  +      </subsection>
  +
  +      <subsection name="1 October 2002 - Maven 1.0 Beta 7 is released!">
  +        <p>
  +          This version is primarily a bugfix release. Changes in this version
  +          include:
  +        </p>
  +        <ul>
  +          <li>
  +            Codeswitcher plug-in has been added. This is a Java preprocessor
  +            plug-in.
  +          </li>
  +          <li>
  +            Examples plug-in has been added. This provides basic working
  +            Maven example projects.
  +          </li>
  +          <li>
  +            IDEA plug-in has been added.
  +          </li>
  +          <li>
  +            Jalopy plug-in has been added.
  +          </li>
  +          <li>
  +            JBuilder plug-in has been added.
  +          </li>
  +          <li>
  +            Perforce plug-in has been added.
  +          </li>
  +          <li>
  +            StatCVS plug-in has been added. This provides some visuals of the
  +            state of your CVS repository.
  +          </li>
  +          <li>
  +            Word2Html plug-in has been added.
  +          </li>
  +        </ul>
         </subsection>
   
         <subsection name="20 August 2002 - Maven 1.0 Beta 6 is released!">
  
  
  
  1.30      +6 -6      jakarta-turbine-maven/xdocs/tasks.xml
  
  Index: tasks.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/tasks.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- tasks.xml 11 Aug 2002 13:48:36 -0000      1.29
  +++ tasks.xml 1 Oct 2002 03:29:43 -0000       1.30
  @@ -11,7 +11,7 @@
         <p>
         </p>
   
  -      <subsection name="Beta 5">
  +      <subsection name="Beta 8">
           <p>
             <ul>
               <li>
  @@ -25,11 +25,6 @@
           <p>
             <ul>
               <li>
  -              Generate xdoc from LICENSE.txt to show the project license and
  -              then link to it from the project info menu. Suggestion by Markus
  -              May that sounds good.
  -            </li>
  -            <li>
                 Roadmap document. (jvz)
               </li>
               <li>
  @@ -122,6 +117,11 @@
       <section name="Complete">
         <p>
           <ul>
  +          <li>
  +            Generate xdoc from LICENSE.txt to show the project license and
  +            then link to it from the project info menu. Suggestion by Markus
  +            May that sounds good.
  +          </li>
             <li>
               Add support for the various coding specifications so that those 
properties
               can be applied to things like checkstyle and to create a document
  
  
  

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

Reply via email to