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 fe...@apache.org on 2006/01/15 02:28:46 UTC

svn commit: r369154 - in /jakarta/cactus/branches/CACTUS_17_BRANCH: ANNOUNCEMENT.txt build-common.xml default-project.xml integration/maven/project.xml

Author: felipeal
Date: Sat Jan 14 17:28:39 2006
New Revision: 369154

URL: http://svn.apache.org/viewcvs?rev=369154&view=rev
Log:
preparing for 1.7.2 release

Modified:
    jakarta/cactus/branches/CACTUS_17_BRANCH/ANNOUNCEMENT.txt
    jakarta/cactus/branches/CACTUS_17_BRANCH/build-common.xml
    jakarta/cactus/branches/CACTUS_17_BRANCH/default-project.xml
    jakarta/cactus/branches/CACTUS_17_BRANCH/integration/maven/project.xml

Modified: jakarta/cactus/branches/CACTUS_17_BRANCH/ANNOUNCEMENT.txt
URL: http://svn.apache.org/viewcvs/jakarta/cactus/branches/CACTUS_17_BRANCH/ANNOUNCEMENT.txt?rev=369154&r1=369153&r2=369154&view=diff
==============================================================================
--- jakarta/cactus/branches/CACTUS_17_BRANCH/ANNOUNCEMENT.txt (original)
+++ jakarta/cactus/branches/CACTUS_17_BRANCH/ANNOUNCEMENT.txt Sat Jan 14 17:28:39 2006
@@ -1,10 +1,11 @@
-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.7.2.
 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).
+This release was created just because the previous 1.7.x releases bundled an LGPL jar (jboss-j2ee.jar, necessary to run the samples), which is not alloweb by ASF policies.
+Other than that, the only technical change is a new feature on the Maven plugin (https://issues.apache.org/jira/browse/CACTUS-231).
 
 
 Main new features
@@ -18,7 +19,7 @@
 
 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.7.2 
 
 Known limitations and bugs:
 ---------------------------

Modified: jakarta/cactus/branches/CACTUS_17_BRANCH/build-common.xml
URL: http://svn.apache.org/viewcvs/jakarta/cactus/branches/CACTUS_17_BRANCH/build-common.xml?rev=369154&r1=369153&r2=369154&view=diff
==============================================================================
--- jakarta/cactus/branches/CACTUS_17_BRANCH/build-common.xml (original)
+++ jakarta/cactus/branches/CACTUS_17_BRANCH/build-common.xml Sat Jan 14 17:28:39 2006
@@ -47,7 +47,7 @@
 
   <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.suffix" value=".2"/>
   <property name="project.version.suffix.timestamp" value=""/>
 
   <property name="project.version"

Modified: jakarta/cactus/branches/CACTUS_17_BRANCH/default-project.xml
URL: http://svn.apache.org/viewcvs/jakarta/cactus/branches/CACTUS_17_BRANCH/default-project.xml?rev=369154&r1=369153&r2=369154&view=diff
==============================================================================
--- jakarta/cactus/branches/CACTUS_17_BRANCH/default-project.xml (original)
+++ jakarta/cactus/branches/CACTUS_17_BRANCH/default-project.xml Sat Jan 14 17:28:39 2006
@@ -4,7 +4,7 @@
   <name>Jakarta Cactus</name>
   <groupId>cactus</groupId>
   <id>jakarta-cactus</id>
-  <currentVersion>1.7.1</currentVersion>
+  <currentVersion>1.7.2</currentVersion>
   <organization>
     <name>Apache Software Foundation</name>
     <url>http://jakarta.apache.org/</url>
@@ -78,6 +78,11 @@
       <id>1.7.1</id>
       <name>1.7.1</name>
       <tag>CACTUS_171_RELEASE</tag>
+    </version>
+    <version>
+      <id>1.7.2</id>
+      <name>1.7.2</name>
+      <tag>CACTUS_172_RELEASE</tag>
     </version>
     <version>
       <id>1.8</id>

Modified: jakarta/cactus/branches/CACTUS_17_BRANCH/integration/maven/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/cactus/branches/CACTUS_17_BRANCH/integration/maven/project.xml?rev=369154&r1=369153&r2=369154&view=diff
==============================================================================
--- jakarta/cactus/branches/CACTUS_17_BRANCH/integration/maven/project.xml (original)
+++ jakarta/cactus/branches/CACTUS_17_BRANCH/integration/maven/project.xml Sat Jan 14 17:28:39 2006
@@ -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.7.2</currentVersion>
 
   <name>Maven Cactus plugin</name>
   <package>org.apache.cactus.integration.maven</package>



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