paulsp      2002/07/19 03:21:47

  Modified:    .        project.properties project.xml
               build    build.xml
               webapp/WEB-INF/templates/jsp/navigations/html bottom.jsp
               webapp/WEB-INF/templates/vm/navigations/html bottom.vm
               xdocs    changes.xml
  Log:
  Set version number to 1.4b2-dev
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-jetspeed/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/project.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.properties        16 Jul 2002 19:10:39 -0000      1.4
  +++ project.properties        19 Jul 2002 10:21:46 -0000      1.5
  @@ -16,4 +16,4 @@
   src.dir = src
   
   
  -announcement = 1.4b1
  +announcement = 1.4b2-dev
  
  
  
  1.9       +1 -1      jakarta-jetspeed/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml       16 Jul 2002 19:10:39 -0000      1.8
  +++ project.xml       19 Jul 2002 10:21:46 -0000      1.9
  @@ -4,7 +4,7 @@
     <pomVersion>3</pomVersion>
     <name>jakarta-jetspeed</name>
     <id>jetspeed</id>
  -  <currentVersion>1.4b1</currentVersion>
  +  <currentVersion>1.4b2-dev</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://www.apache.org/</url>
  
  
  
  1.151     +1 -1      jakarta-jetspeed/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
  retrieving revision 1.150
  retrieving revision 1.151
  diff -u -r1.150 -r1.151
  --- build.xml 16 Jul 2002 19:10:39 -0000      1.150
  +++ build.xml 19 Jul 2002 10:21:46 -0000      1.151
  @@ -54,7 +54,7 @@
   
       <property name="project.fullname" value="Jetspeed Portal Implementation"/>
       <property name="project.name" value="jetspeed"/>
  -    <property name="project.version" value="1.4b1"/>      
  +    <property name="project.version" value="1.4b2-dev"/>
   
       <!-- =================================================================== -->
       <!-- Set the properties related to the source tree                       -->
  
  
  
  1.6       +1 -1      
jakarta-jetspeed/webapp/WEB-INF/templates/jsp/navigations/html/bottom.jsp
  
  Index: bottom.jsp
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/jsp/navigations/html/bottom.jsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- bottom.jsp        16 Jul 2002 19:10:40 -0000      1.5
  +++ bottom.jsp        19 Jul 2002 10:21:47 -0000      1.6
  @@ -3,7 +3,7 @@
   <p>
     <IMG align="right" src="<jetspeed:contentUri href="images/feather.gif" />">
     <font size="-2">
  -    Apache Jetspeed Portal - Version 1.4b1<br />
  +    Apache Jetspeed Portal - Version 1.4b2-dev<br />
       &copy; Apache Software Foundation 2001
     </font>
   </p>
  
  
  
  1.10      +1 -1      
jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html/bottom.vm
  
  Index: bottom.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html/bottom.vm,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- bottom.vm 16 Jul 2002 19:10:40 -0000      1.9
  +++ bottom.vm 19 Jul 2002 10:21:47 -0000      1.10
  @@ -3,7 +3,7 @@
     <tr>
       <td align="left">
        <small>
  -       Apache Jetspeed Portal - Version 1.4b1<br/>
  +       Apache Jetspeed Portal - Version 1.4b2-dev<br/>
          &copy; Apache Software Foundation 2001
        </small>
       </td>
  
  
  
  1.46      +11 -5     jakarta-jetspeed/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/xdocs/changes.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- changes.xml       17 Jul 2002 06:29:31 -0000      1.45
  +++ changes.xml       19 Jul 2002 10:21:47 -0000      1.46
  @@ -4,14 +4,14 @@
   -->
   <document>
     <properties>
  -    <title>Jetspeed Todo</title>
  -    <subtitle>Jetspeed Todo</subtitle>
  +    <title>Jetspeed Changes Log</title>
  +    <subtitle>Jetspeed Change Log</subtitle>
       <authors>
         <person name="Paul Spencer" email="[EMAIL PROTECTED]"/>
       </authors>
     </properties>
     <body>
  -    <section name="Changes since version 1.3a2">
  +    <section name="Changes since version 1.4b1">
         <ul>
   <!--
   ***
  @@ -22,7 +22,10 @@
     action (add/remove/update/fix) - [Bug # xxx -] date - description (committer's 
initials) [Thanks to developer_name]
   </li>
   -->
  -
  +      </ul>
  +    </section>
  +    <section name="Changes since version 1.3a2">
  +      <ul>
   <li>
     Add - Added Change Log (PS)
   </li>
  @@ -284,6 +287,9 @@
     Add - 2002/07/16 - Jetspeed 1.4b1 Release (DST)
   </li>
   </ul>
  +<!-- This is the bottom of "changes since 1.3a2 which is NOT current.  Add
  +     changes to the current version!
  +-->
   </section>
   </body>
   </document>
  
  
  

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

Reply via email to