vmassol 2003/10/26 08:09:22
Modified: cactus/xdocs changes.xml index.xml navigation.xml
cactus project.xml
Added: cactus/announcements 3.2.ann
Log:
Preparing for 3.2 release
Revision Changes Path
1.31 +3 -0 maven-plugins/cactus/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/cactus/xdocs/changes.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- changes.xml 7 Oct 2003 19:38:00 -0000 1.30
+++ changes.xml 26 Oct 2003 16:09:22 -0000 1.31
@@ -13,6 +13,9 @@
can be used in POM dependency list. This fixes bug
<a
href="http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-901">MAVEN-901</a>
</action>
+ <action dev="vmassol" type="update">
+ Updated to use Cactus 1.5-rc1, HttpClient 2.0 rc2 and AspectJ 1.1.1.
+ </action>
</release>
<release version="3.1" date="2003-09-15">
1.10 +7 -0 maven-plugins/cactus/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/maven-plugins/cactus/xdocs/index.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- index.xml 15 Sep 2003 20:08:10 -0000 1.9
+++ index.xml 26 Oct 2003 16:09:22 -0000 1.10
@@ -25,6 +25,13 @@
<th>Description</th>
</tr>
<tr>
+ <td>26 Oct 2003</td>
+ <td>
+ Release of version 3.2. Read the
+ <a
href="http://cvs.apache.org/viewcvs.cgi/maven/src/plugins-build/cactus/announcements/3.2.ann?rev=1.1&content-type=text/vnd.viewcvs-markup">announcement</a>.
+ </td>
+ </tr>
+ <tr>
<td>15 Sep 2003</td>
<td>
Release of version 3.1. Read the
1.8 +1 -0 maven-plugins/cactus/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/maven-plugins/cactus/xdocs/navigation.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- navigation.xml 15 Sep 2003 20:04:07 -0000 1.7
+++ navigation.xml 26 Oct 2003 16:09:22 -0000 1.8
@@ -15,6 +15,7 @@
<item name="Properties" href="/properties.html"/>
</menu>
<menu name="Downloads">
+ <item name="Cactus Plugin 3.2"
href="http://www.ibiblio.org/maven/maven/plugins/maven-cactus-plugin-3.2.jar"/>
<item name="Cactus Plugin 3.1"
href="http://www.ibiblio.org/maven/maven/plugins/maven-cactus-plugin-3.1.jar"/>
<item name="Cactus Plugin 3.0"
href="http://www.ibiblio.org/maven/maven/plugins/maven-cactus-plugin-3.0.jar"/>
<item name="Cactus Plugin 2.0"
href="http://www.ibiblio.org/maven/maven/plugins/maven-cactus-plugin-2.0.jar"/>
1.1 maven-plugins/cactus/announcements/3.2.ann
Index: 3.2.ann
===================================================================
The Maven team is pleased to announce the Cactus plugin 3.2 release!
http://maven.apache.org/reference/plugins/cactus
The Maven Cactus plugin is a plugin for Cactus
(http://jakarta.apache.org/cactus) that allows to automatically start
containers, run Cactus tests and stop the containers.
User-visible changes in this version:
o Added documentation for cactus.bundle property that can be used in POM
dependency list. This fixes bug MAVEN-901.
o Updated to use Cactus 1.5-rc1, HttpClient 2.0 rc2 and AspectJ 1.1.1.
Note that this plugin has been tested with Maven 1.0 rc1.
Using it with another version of Maven is at your own risks! :-)
You can download the Cactus Maven plugin here:
http://www.ibiblio.org/maven/maven/jars/maven-cactus-plugin-3.2.jar
Have fun!
-Vincent
1.46 +7 -7 maven-plugins/cactus/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/cactus/project.xml,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- project.xml 10 Oct 2003 19:20:59 -0000 1.45
+++ project.xml 26 Oct 2003 16:09:22 -0000 1.46
@@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-cactus-plugin</id>
<name>Maven Cactus Plug-in</name>
- <currentVersion>3.2-SNAPSHOT</currentVersion>
+ <currentVersion>3.2</currentVersion>
<description>Plugin for Cactus (http://jakarta.apache.org/cactus) that allows to
automatically start containers, run Cactus tests and stop the containers.</description>
<shortDescription>Cactus plugin</shortDescription>
<url>http://maven.apache.org/reference/plugins/cactus/</url>
@@ -48,7 +48,7 @@
<version>
<id>3.2</id>
<name>3.2</name>
- <tag>HEAD</tag>
+ <tag>MAVEN_CACTUS_3_2</tag>
</version>
</versions>
<developers>
@@ -78,17 +78,17 @@
<dependency>
<groupId>cactus</groupId>
<artifactId>cactus</artifactId>
- <version>13-1.6dev-20030829</version>
+ <version>13-1.5-rc1</version>
</dependency>
<dependency>
<groupId>cactus</groupId>
<artifactId>cactus-ant</artifactId>
- <version>13-1.6dev-20030829</version>
+ <version>13-1.5-rc1</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
- <version>2.0-rc1</version>
+ <version>2.0-rc2</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
@@ -98,16 +98,16 @@
<dependency>
<groupId>aspectj</groupId>
<artifactId>aspectjrt</artifactId>
- <version>1.0.6</version>
+ <version>1.1.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</dependency>
+
<!-- Note: Dependencies below are needed by HttpUnit. Xerces is also
needed by the XML report used by the junitreport Ant task -->
-
<dependency>
<groupId>httpunit</groupId>
<artifactId>httpunit</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]