felipeal    2005/07/11 20:23:48

  Modified:    .        ANNOUNCEMENT.txt build-common.xml
                        default-project.xml
               integration/maven project.xml
  Log:
  changed 1.7.1 stuff to 1.8devf
  
  Revision  Changes    Path
  1.16      +4 -5      jakarta-cactus/ANNOUNCEMENT.txt
  
  Index: ANNOUNCEMENT.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/ANNOUNCEMENT.txt,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- ANNOUNCEMENT.txt  12 Jul 2005 03:12:27 -0000      1.15
  +++ ANNOUNCEMENT.txt  12 Jul 2005 03:23:48 -0000      1.16
  @@ -1,24 +1,23 @@
  -The Cactus project is pleased to announce the release of version 1.7.1.
  +The Cactus project is pleased to announce the release of version 1.8.
   Cactus is a unit testing framework for testing server side java code.
   
   Goals
   -----
   
  -This a checkpoint release, as Cactus 1.8 will be refactored to use Cargo for 
container management. As such, a new branch will be created for 1.7 releases 
(but hopefully no other release will be necessary before 1.8).
  +[todo]
   
   
   Main new features
   -----------------
   
  -- Cactus now uses Cargo for the CactifyEar task
  -- JDK 1.2 and 1.3 are no longer supported
  +[todo]
   
   Changes
   -------
   
   Please check the Changes page at
   http://jakarta.apache.org/cactus/changes.html for a full list of the 
  -changes in version 1.7.1. 
  +changes in version 1.8. 
   
   Known limitations and bugs:
   ---------------------------
  
  
  
  1.48      +3 -3      jakarta-cactus/build-common.xml
  
  Index: build-common.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build-common.xml,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- build-common.xml  12 Jul 2005 03:12:27 -0000      1.47
  +++ build-common.xml  12 Jul 2005 03:23:48 -0000      1.48
  @@ -46,8 +46,8 @@
           major.minor.patch -->
   
     <property name="project.version.major" value="1"/>
  -  <property name="project.version.minor" value="7"/>
  -  <property name="project.version.suffix" value=".1"/>
  +  <property name="project.version.minor" value="8"/>
  +  <property name="project.version.suffix" value="dev"/>
     <property name="project.version.suffix.timestamp" value=""/>
   
     <property name="project.version"
  
  
  
  1.24      +1 -1      jakarta-cactus/default-project.xml
  
  Index: default-project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/default-project.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- default-project.xml       12 Jul 2005 03:12:27 -0000      1.23
  +++ default-project.xml       12 Jul 2005 03:23:48 -0000      1.24
  @@ -4,7 +4,7 @@
     <name>Jakarta Cactus</name>
     <groupId>cactus</groupId>
     <id>jakarta-cactus</id>
  -  <currentVersion>1.7.1</currentVersion>
  +  <currentVersion>1.8dev</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
  
  
  
  1.28      +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.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- project.xml       12 Jul 2005 03:12:27 -0000      1.27
  +++ project.xml       12 Jul 2005 03:23:48 -0000      1.28
  @@ -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.7.1</currentVersion>
  +  <currentVersion>1.8dev</currentVersion>
   
     <name>Maven Cactus plugin</name>
     <package>org.apache.cactus.integration.maven</package>
  
  
  

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

Reply via email to