Author: wsmoak
Date: Mon Nov 7 22:07:32 2005
New Revision: 331701
URL: http://svn.apache.org/viewcvs?rev=331701&view=rev
Log:
Additional fix for Bug # 37336. Move to v1.4.1 of the Maven Taglib Plugin to
correct escaped characters on the taglib reference pages. Reported by Michael
Jouravlev (jmikus at gmail.com).
Modified:
struts/el/trunk/project.xml
Modified: struts/el/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/struts/el/trunk/project.xml?rev=331701&r1=331700&r2=331701&view=diff
==============================================================================
--- struts/el/trunk/project.xml (original)
+++ struts/el/trunk/project.xml Mon Nov 7 22:07:32 2005
@@ -2,7 +2,7 @@
<project>
<!--
/*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -176,7 +176,7 @@
<dependency>
<groupId>maven-taglib</groupId>
<artifactId>maven-taglib-plugin</artifactId>
- <version>1.4</version>
+ <version>1.4.1</version>
<type>plugin</type>
<url>http://maven-taglib.sourceforge.net</url>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]