From a571a1e648af1fc23a81fa6903dfbbcc61bb2e58 Mon Sep 17 00:00:00 2001 From: vmassol Date: Sun, 26 Oct 2003 16:09:22 +0000 Subject: [PATCH] Preparing for 3.2 release git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114232 13f79535-47bb-0310-9956-ffa450edef68 --- cactus/announcements/3.2.ann | 22 ++++++++++++++++++++++ cactus/project.xml | 14 +++++++------- cactus/xdocs/changes.xml | 3 +++ cactus/xdocs/index.xml | 7 +++++++ cactus/xdocs/navigation.xml | 1 + 5 files changed, 40 insertions(+), 7 deletions(-) create mode 100644 cactus/announcements/3.2.ann 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 @@ 3 maven-cactus-plugin Maven Cactus Plug-in - 3.2-SNAPSHOT + 3.2 Plugin for Cactus (http://jakarta.apache.org/cactus) that allows to automatically start containers, run Cactus tests and stop the containers. Cactus plugin http://maven.apache.org/reference/plugins/cactus/ @@ -48,7 +48,7 @@ 3.2 3.2 - HEAD + MAVEN_CACTUS_3_2 @@ -78,17 +78,17 @@ cactus cactus - 13-1.6dev-20030829 + 13-1.5-rc1 cactus cactus-ant - 13-1.6dev-20030829 + 13-1.5-rc1 commons-httpclient commons-httpclient - 2.0-rc1 + 2.0-rc2 commons-logging @@ -98,16 +98,16 @@ aspectj aspectjrt - 1.0.6 + 1.1.1 junit junit 3.8.1 + - httpunit httpunit 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. + + 15 Sep 2003 diff --git a/cactus/xdocs/navigation.xml b/cactus/xdocs/navigation.xml index 888a24df..c7f1e575 100644 --- a/cactus/xdocs/navigation.xml +++ b/cactus/xdocs/navigation.xml @@ -15,6 +15,7 @@ +