vmassol 2005/01/28 00:54:14 Modified: . build-common.xml documentation/docs/xdocs changes.xml news.rdf integration/maven project.xml integration/maven/xdocs changes.xml Log: Preparing for 1.7 release. Please refrain from committing Revision Changes Path 1.45 +2 -2 jakarta-cactus/build-common.xml Index: build-common.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/build-common.xml,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- build-common.xml 23 May 2004 14:10:07 -0000 1.44 +++ build-common.xml 28 Jan 2005 08:54:14 -0000 1.45 @@ -47,7 +47,7 @@ <property name="project.version.major" value="1"/> <property name="project.version.minor" value="7"/> - <property name="project.version.suffix" value="dev"/> + <property name="project.version.suffix" value=""/> <property name="project.version.suffix.timestamp" value=""/> <property name="project.version" 1.210 +1 -1 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.209 retrieving revision 1.210 diff -u -r1.209 -r1.210 --- changes.xml 28 Jan 2005 08:46:46 -0000 1.209 +++ changes.xml 28 Jan 2005 08:54:14 -0000 1.210 @@ -90,7 +90,7 @@ <person name="Felipe Leme" email="[EMAIL PROTECTED]" id="FAL"/> </devs> - <release version="1.7dev" date="in CVS"> + <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, Resin 2.1.14, Resin 3.0.9, JBoss 3.2.6. 1.28 +15 -0 jakarta-cactus/documentation/docs/xdocs/news.rdf Index: news.rdf =================================================================== RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/news.rdf,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- news.rdf 23 Jan 2005 09:25:34 -0000 1.27 +++ news.rdf 28 Jan 2005 08:54:14 -0000 1.28 @@ -42,6 +42,7 @@ <items> <rdf:Seq> + <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news28"/> <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news27"/> <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news26"/> <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news25"/> @@ -74,6 +75,20 @@ </channel> + <item rdf:about="http://jakarta.apache.org/cactus/news.html#news28"> + <title>Cactus 1.7 released</title> + <link>http://jakarta.apache.org/cactus/news.html#news28</link> + <description> +<![CDATA[Cactus 1.7 has been released. Full details can be found +in the <a href="http://jakarta.apache.org/cactus/1.7/ANNOUNCEMENT.txt"> +release announcement</a>. +]]> + </description> + <dc:subject></dc:subject> + <dc:creator>vmassol</dc:creator> + <dc:date>2005-01-28T00:00:00+00:00</dc:date> + </item> + <item rdf:about="http://jakarta.apache.org/cactus/news.html#news27"> <title>AppServerUnit testing framework</title> <link>http://jakarta.apache.org/cactus/news.html#news27</link> 1.22 +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.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- project.xml 7 Nov 2004 21:38:50 -0000 1.21 +++ project.xml 28 Jan 2005 08:54:14 -0000 1.22 @@ -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.7dev</currentVersion> + <currentVersion>1.7</currentVersion> <name>Maven Cactus plugin</name> <package>org.apache.cactus.integration.maven</package> 1.59 +1 -1 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.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- changes.xml 28 Jan 2005 08:46:46 -0000 1.58 +++ changes.xml 28 Jan 2005 08:54:14 -0000 1.59 @@ -7,7 +7,7 @@ <body> - <release version="1.7dev" date="in CVS"> + <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 <code>maven.compile.source</code> properties.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]