Upgraded dependency to Jasper Compiler and Runtime 4.1.30.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115982 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2004-08-20 13:01:38 +00:00
parent 3bb19c6d17
commit 79e4fcbdca
2 changed files with 5 additions and 2 deletions

View File

@ -71,12 +71,12 @@
<dependency> <dependency>
<groupId>tomcat</groupId> <groupId>tomcat</groupId>
<artifactId>jasper-compiler</artifactId> <artifactId>jasper-compiler</artifactId>
<version>4.0.4</version> <version>4.1.30</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>tomcat</groupId> <groupId>tomcat</groupId>
<artifactId>jasper-runtime</artifactId> <artifactId>jasper-runtime</artifactId>
<version>4.0.4</version> <version>4.1.30</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-jelly</groupId> <groupId>commons-jelly</groupId>

View File

@ -25,6 +25,9 @@
</properties> </properties>
<body> <body>
<release version="1.2-SNAPSHOT" date="in CVS"> <release version="1.2-SNAPSHOT" date="in CVS">
<action dev="vmassol" type="update" due-to="Adam Fisk" issue="MPJETTY-4">
Upgraded dependency to Jasper Compiler and Runtime 4.1.30.
</action>
<action dev="vmassol" type="update" due-to="Adam Fisk" issue="MPJETTY-3"> <action dev="vmassol" type="update" due-to="Adam Fisk" issue="MPJETTY-3">
Upgraded dependency to Jetty 4.2.20. Upgraded dependency to Jetty 4.2.20.
</action> </action>