vmassol     2005/01/28 05:00:00

  Modified:    .        build-common.xml default-project.xml
               documentation/docs/xdocs changes.xml
               integration/maven project.xml
               integration/maven/xdocs changes.xml
  Log:
  work for cactus 1.8 can begin... ;-)
  
  Revision  Changes    Path
  1.46      +4 -4      jakarta-cactus/build-common.xml
  
  Index: build-common.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build-common.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- build-common.xml  28 Jan 2005 08:54:14 -0000      1.45
  +++ build-common.xml  28 Jan 2005 12:59:59 -0000      1.46
  @@ -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=""/>
  +  <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"
  @@ -59,7 +59,7 @@
           be displayed on the web site. -->
     <property name="project.doc.version" 
       
value="${project.version.major}.${project.version.minor}${project.version.suffix}"/>
  -  <property name="project.doc.version.previous" value="1.6.1"/>
  +  <property name="project.doc.version.previous" value="1.7"/>
   
     <!-- Prefix to add to all distributable files -->
     <property name="project.prefix" value="jakarta"/>
  
  
  
  1.22      +6 -1      jakarta-cactus/default-project.xml
  
  Index: default-project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/default-project.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- default-project.xml       28 Jan 2005 12:47:38 -0000      1.21
  +++ default-project.xml       28 Jan 2005 12:59:59 -0000      1.22
  @@ -4,7 +4,7 @@
     <name>Jakarta Cactus</name>
     <groupId>cactus</groupId>
     <id>jakarta-cactus</id>
  -  <currentVersion>1.7</currentVersion>
  +  <currentVersion>1.8dev</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
  @@ -74,6 +74,11 @@
         <name>1.7</name>
         <tag>CACTUS_17_RELEASE</tag>
       </version>
  +    <version>
  +      <id>1.8</id>
  +      <name>1.8</name>
  +      <tag>HEAD</tag>
  +    </version>
     </versions>
   
     <mailingLists>
  
  
  
  1.211     +3 -0      jakarta-cactus/documentation/docs/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
  retrieving revision 1.210
  retrieving revision 1.211
  diff -u -r1.210 -r1.211
  --- changes.xml       28 Jan 2005 08:54:14 -0000      1.210
  +++ changes.xml       28 Jan 2005 12:59:59 -0000      1.211
  @@ -90,6 +90,9 @@
           <person name="Felipe Leme" email="[EMAIL PROTECTED]" id="FAL"/>
         </devs>
   
  +      <release version="1.8dev" date="in CVS">
  +      </release>
  +      
         <release version="1.7" date="28 Jan 2005">
           <action dev="VMA" type="update">
             Tested with Orion 1.6.0b, Orion 2.0.4, Tomcat 4.1.31, Tomcat 
5.0.29,
  
  
  
  1.24      +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.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- project.xml       28 Jan 2005 12:47:38 -0000      1.23
  +++ project.xml       28 Jan 2005 13:00:00 -0000      1.24
  @@ -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</currentVersion>
  +  <currentVersion>1.8dev</currentVersion>
   
     <name>Maven Cactus plugin</name>
     <package>org.apache.cactus.integration.maven</package>
  
  
  
  1.60      +3 -0      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.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- changes.xml       28 Jan 2005 08:54:14 -0000      1.59
  +++ changes.xml       28 Jan 2005 13:00:00 -0000      1.60
  @@ -7,6 +7,9 @@
   
     <body>
   
  +    <release version="1.8dev" date="in CVS">
  +    </release>
  +
       <release version="1.7" date="2005-01-28">
         <action dev="felipeal" type="fix" due-to="Brett Porter" 
issue="CACTUS-161">
           Proper use of <code>maven.compile.target</code> and
  
  
  

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

Reply via email to