diff --git a/cactus/announcements/3.2.ann b/cactus/announcements/3.2.ann
new file mode 100644
index 00000000..d1a86d17
--- /dev/null
+++ b/cactus/announcements/3.2.ann
@@ -0,0 +1,22 @@
+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
\ No newline at end of file
diff --git a/cactus/project.xml b/cactus/project.xml
index e2fe9c7f..d77b59a0 100644
--- a/cactus/project.xml
+++ b/cactus/project.xml
@@ -5,7 +5,7 @@
3maven-cactus-pluginMaven Cactus Plug-in
- 3.2-SNAPSHOT
+ 3.2Plugin for Cactus (http://jakarta.apache.org/cactus) that allows to automatically start containers, run Cactus tests and stop the containers.Cactus pluginhttp://maven.apache.org/reference/plugins/cactus/
@@ -48,7 +48,7 @@
3.23.2
- HEAD
+ MAVEN_CACTUS_3_2
@@ -78,17 +78,17 @@
cactuscactus
- 13-1.6dev-20030829
+ 13-1.5-rc1cactuscactus-ant
- 13-1.6dev-20030829
+ 13-1.5-rc1commons-httpclientcommons-httpclient
- 2.0-rc1
+ 2.0-rc2commons-logging
@@ -98,16 +98,16 @@
aspectjaspectjrt
- 1.0.6
+ 1.1.1junitjunit3.8.1
+
-
httpunithttpunit
diff --git a/cactus/xdocs/changes.xml b/cactus/xdocs/changes.xml
index f183679b..1ed5aae2 100644
--- a/cactus/xdocs/changes.xml
+++ b/cactus/xdocs/changes.xml
@@ -13,6 +13,9 @@
can be used in POM dependency list. This fixes bug
MAVEN-901
+
+ Updated to use Cactus 1.5-rc1, HttpClient 2.0 rc2 and AspectJ 1.1.1.
+
diff --git a/cactus/xdocs/index.xml b/cactus/xdocs/index.xml
index 5c5cb26d..98e5d12b 100644
--- a/cactus/xdocs/index.xml
+++ b/cactus/xdocs/index.xml
@@ -24,6 +24,13 @@
Date
Description
+
+
26 Oct 2003
+
+ Release of version 3.2. Read the
+ announcement.
+