You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2010/04/09 10:10:04 UTC

svn commit: r932295 - /struts/struts2/trunk/core/pom.xml

Author: lukaszlenart
Date: Fri Apr  9 08:10:04 2010
New Revision: 932295

URL: http://svn.apache.org/viewvc?rev=932295&view=rev
Log:
Resolved WW-3299 - tlib-version bases on Struts version

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=932295&r1=932294&r2=932295&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Fri Apr  9 08:10:04 2010
@@ -39,6 +39,10 @@
        <url>http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/core/</url>
     </scm>
 
+    <properties>
+        <tlib.version>2.2</tlib.version>
+    </properties>
+
     <build>
         <plugins>
             <plugin>
@@ -46,7 +50,7 @@
                 <artifactId>maven-apt-plugin</artifactId>
                 <version>1.0.15</version>
                 <configuration>
-                    <A>uri=/struts-tags,tlibVersion=2.2.3,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.