Upgraded to cactus build of 2003-08-29. It fixes one issue with WL 7.x (performance pack is switched off).

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113905 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2003-08-30 08:30:40 +00:00
parent 271886b98f
commit 1d75a19e91
2 changed files with 3 additions and 3 deletions

View File

@ -74,12 +74,12 @@
<dependency>
<groupId>cactus</groupId>
<artifactId>cactus</artifactId>
<version>13-1.6dev-20030809</version>
<version>13-1.6dev-20030829</version>
</dependency>
<dependency>
<groupId>cactus</groupId>
<artifactId>cactus-ant</artifactId>
<version>13-1.6dev-20030809</version>
<version>13-1.6dev-20030829</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>

View File

@ -23,7 +23,7 @@
when we moved to the new Cactus/Ant integration in version 3.0).
</action>
<action dev="vmassol" type="update">
Updated to Cactus 1.6dev-20030809 which has fixes for WebLogic 7.x
Updated to Cactus 1.6dev-20030830 which has fixes for WebLogic 7.x
support.
</action>
</release>