knielsen    2003/03/19 07:10:13

  Modified:    src/plugins-build/release releaseplan.xml
  Log:
  incorporating some of Jason's ideas from NOTES.txt
  
  Revision  Changes    Path
  1.3       +48 -5     maven/src/plugins-build/release/releaseplan.xml
  
  Index: releaseplan.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/release/releaseplan.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- releaseplan.xml   11 Mar 2003 12:27:10 -0000      1.2
  +++ releaseplan.xml   19 Mar 2003 15:10:13 -0000      1.3
  @@ -20,10 +20,21 @@
      | o should also provide info about branching from earlier versions.
    -->
   <release-plan>
  -     <release-manager-id>betty</release-manager-id>
  +     <current-release-manager-id>betty</current-release-manager-id>
        <version>1.0</version>
  +     <status>open|closed</status>
  +     <notification> 
  +       <notify type="blog" when"rc,final">someblogurl... </notify>
  +       <notify type="mail"> [EMAIL PROTECTED],[EMAIL PROTECTED]<notify>
  +      <notify type="mail" when="release-lockdown (no cvs commits while 
tagging)">[EMAIL PROTECTED]<notify>
  +      <notify type="freshmeat" when="final"> </notify>
  +     <actions>
  +     <srcDistributionDirectory>1.0/src</srcDistributionDirectory> <!--prefixed to 
POMS distributionsdir -->
  +     <binDistributionDirectory>1.0/bin</binDistributionDirectory> <!--prefixed to 
POMS distributionsdir -->
  +       
  +     
        <releases>
  -             <release release-type="beta" release-version="1">
  +             <release release-type="beta" release-version="1" 
released="1999-03-14T18:27:46">
                        <planned start="1999-03-14T18:27:46" 
finish="1999-03-14T18:27:46">
                                <overall-goal>Bug fixes</overall-goal>
                                <subgoals>
  @@ -34,10 +45,10 @@
                                <fix-approval>No changes are to be released without 
prior approval and associated bug report.</fix-approval>
                                <notification>None</notification>
                        </planned>
  -                     <actual start="1999-03-14T18:27:46" 
finish="1999-03-14T18:27:46">
  -                             <release-date>2002-03-15</release-date>
  -                             <release-tag>RELEASE_MAVEN_1.0_BETA_1</release-tag>
  +                     <actual start="1999-03-14T18:27:46" finish="">
  +                             <release-tag>RELEASE_MAVEN_1.0_BETA_1</release-tag> 
<!--cvs tag-->
                                <release-note> This was a quiet release as there was a 
quite an overhaul in the core of Maven. The core was slimmed down and a lot of code 
was moved into the plugins. In lieu of a set of detailed changes we are trying to get 
the documentation up to scratch as fast as possible. But here are some of the more 
notable changes: </release-note>
  +                             <released-by-id>betty</released-by-id>
                                <changes>
                                        <change>Goal caching for much faster start-up 
times</change>
                                        <change>Start of general artifact 
support</change>
  @@ -46,8 +57,40 @@
                                        <change>Offline support for snapshots</change>
                                        <change>i18n support</change>
                                </changes>
  +                             <dependencies>
  +                                 <dependency>
  +                                             <id>commons-collections</id>
  +                                           <version>2.1</version>
  +                                 </dependency>   
  +                                                                     
  +                                 <dependency>
  +                                   <id>excalibur-event</id>
  +                                   <version>SNAPSHOT</version>
  +                                 </dependency>   
  +                             
  +                                 <dependency>
  +                                   <id>junit</id>
  +                                   <version>3.8</version>
  +                                 </dependency>
  +                                 
  +                                 
  +                                 <dependency>
  +                                   <id>logkit</id>
  +                                   <version>1.0.1</version>
  +                                 </dependency>
  +                             
  +                                 <dependency>
  +                                   <id>concurrent</id>
  +                                   <version>1.3.1</version>
  +                                 </dependency>   
  +                                                             
  +                             <dependencies>
                        </actual>
                </release>
  +             
  +
  +        <!-- old model -->
  +             
                <release release-type="beta" release-version="2">
                        <planned start="1999-03-14T18:27:46" 
finish="1999-03-14T18:27:46">
                                <overall-goal>Bug fixes</overall-goal>
  
  
  

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

Reply via email to