You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2004/05/08 20:40:17 UTC

cvs commit: jakarta-cactus default-project.xml

vmassol     2004/05/08 11:40:17

  Modified:    integration/maven/xdocs changes.xml index.xml
               integration/maven project.xml
               .        default-project.xml
  Log:
  prepare for 1.6 release
  
  Revision  Changes    Path
  1.35      +1 -10     jakarta-cactus/integration/maven/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/xdocs/changes.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- changes.xml	22 Apr 2004 20:50:12 -0000	1.34
  +++ changes.xml	8 May 2004 18:40:17 -0000	1.35
  @@ -7,7 +7,7 @@
   
     <body>
   
  -    <release version="1.6dev" date="in CVS">
  +    <release version="1.6" date="2004-05-08">
         <action dev="vmassol" type="add" issue="CACTUS-102" due-to="Nicolas De Loof">
           When calling <code>cactus:test</code>, only run the tests if there are
           Cactus tests present in the filesystem (i.e. if the Cactus source
  @@ -44,9 +44,6 @@
           Updated the version of Commons HttpClient in the Cactus distribution 
           to 2.0 final.
         </action>
  -    </release>
  -    
  -    <release version="1.6dev" date="development build of 2004-02-26">
         <action dev="vmassol" type="fix">
           Aligned the EAR-ing behavior in the Cactus plugin (when using the
           <code>cactus:test-ear</code> goal) with the behavior from the EAR Maven
  @@ -78,9 +75,6 @@
           will only work with custom JBoss configs. The default config used by
           Cactus uses port 8080 (that's the default JBoss config).
         </action>
  -    </release>
  -
  -    <release version="1.6dev" date="development build of 2004-01-15">
         <action dev="vmassol" type="add">
           Added 2 new properties to support debugging Cactus tests:
           <code>cactus.logging.config.client</code> and
  @@ -145,9 +139,6 @@
           property instead of hard-coding the war name to 
           <code>${pom.artifactId}.war</code>.
         </action>
  -    </release>
  -
  -    <release version="1.6dev" date="development build of 2003-10-31">
         <action dev="vmassol" type="add">
           Moved the Cactus plugin from the Maven CVS to the Cactus CVS.
         </action>
  
  
  
  1.6       +5 -16     jakarta-cactus/integration/maven/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/xdocs/index.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.xml	26 Feb 2004 08:41:31 -0000	1.5
  +++ index.xml	8 May 2004 18:40:17 -0000	1.6
  @@ -21,23 +21,12 @@
             <th>Description</th>
           </tr>
           <tr>
  -          <td>26 Feb 2004</td>
  +          <td>05 May 2004</td>
             <td>
  -            New development build of the Cactus plugin. See the
  -            <a href="changes-report.html">changes report</a> for the detailed list of changes.
  -            To install it, run:<br/>
  -            <code>maven plugin:download -DartifactId=cactus-maven -DgroupId=cactus -Dversion=1.6dev-20040226</code>
  -            <br/>Read the <a href="using.html">using guide</a> for more details
  -            on installation and usage.
  -          </td>
  -        </tr>
  -        <tr>
  -          <td>15 Jan 2004</td>
  -          <td>
  -            New development build of the Cactus plugin. See the
  -            <a href="changes-report.html">changes report</a> for the detailed list of changes.
  -            To install it, run:<br/>
  -            <code>maven plugin:download -DartifactId=cactus-maven -DgroupId=cactus -Dversion=1.6dev-20040115</code>
  +            Maven plugin 1.6 for Cactus is available. See the
  +            <a href="changes-report.html">changes report</a> for the detailed 
  +            list of changes. To install it, run:<br/>
  +            <code>maven plugin:download -DartifactId=cactus-maven -DgroupId=cactus -Dversion=1.6</code>
               <br/>Read the <a href="using.html">using guide</a> for more details
               on installation and usage.
             </td>
  
  
  
  1.13      +1 -1      jakarta-cactus/integration/maven/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml	17 Apr 2004 14:12:48 -0000	1.12
  +++ project.xml	8 May 2004 18:40:17 -0000	1.13
  @@ -7,7 +7,7 @@
     <!-- Note: Although we inherit from default-project.xml, we still cannot 
     	   remove the <currentVersion> tag as this project.xml is parsed at 
     	   runtime whenever our plugin is called. -->
  -  <currentVersion>1.6dev</currentVersion>
  +  <currentVersion>1.6</currentVersion>
   
     <name>Maven Cactus plugin</name>
     <package>org.apache.cactus.integration.maven</package>
  
  
  
  1.12      +4 -4      jakarta-cactus/default-project.xml
  
  Index: default-project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/default-project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- default-project.xml	9 Apr 2004 11:23:00 -0000	1.11
  +++ default-project.xml	8 May 2004 18:40:17 -0000	1.12
  @@ -4,7 +4,7 @@
     <name>Jakarta Cactus</name>
     <groupId>cactus</groupId>
     <id>jakarta-cactus</id>
  -  <currentVersion>1.6dev</currentVersion>
  +  <currentVersion>1.6</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
  @@ -59,9 +59,9 @@
         <tag>CACTUS_15_RELEASE</tag>
       </version>
       <version>
  -      <id>1.6dev</id>
  -      <name>1.6dev</name>
  -      <tag>HEAD</tag>
  +      <id>1.6</id>
  +      <name>1.6</name>
  +      <tag>CACTUS_15_RELEASE</tag>
       </version>
     </versions>
   
  
  
  

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