Author: lukaszlenart
Date: Fri Apr 27 10:22:26 2012
New Revision: 1331339
URL: http://svn.apache.org/viewvc?rev=1331339&view=rev
Log:
Updated tag version and name
Modified:
struts/struts2/trunk/core/pom.xml
Modified: struts/struts2/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=1331339&r1=1331338&r2=1331339&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Fri Apr 27 10:22:26 2012
@@ -40,7 +40,7 @@
</scm>
<properties>
- <tlib.version>2.2</tlib.version>
+ <tlib.version>2.3</tlib.version>
</properties>
<build>
@@ -50,7 +50,7 @@
<artifactId>maven-apt-plugin</artifactId>
<version>1.0.15</version>
<configuration>
-
<A>uri=/struts-tags,tlibVersion=${tlib.version},jspVersion=2.0,shortName=s,displayName="Struts
Tags",
+
<A>uri=/struts-tags,tlibVersion=${tlib.version},jspVersion=2.0,shortName=s,displayName=Struts
Tags,
outFile=${basedir}/target/classes/META-INF/struts-tags.tld,
description="To make it easier to access dynamic data;
the Apache Struts framework includes a library of
custom tags.