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 2012/09/07 07:53:34 UTC

svn commit: r1381889 - /struts/struts2/trunk/plugins/portlet-tiles/pom.xml

Author: lukaszlenart
Date: Fri Sep  7 05:53:33 2012
New Revision: 1381889

URL: http://svn.apache.org/viewvc?rev=1381889&view=rev
Log:
WW-2749 adds missing <version/> tag

Modified:
    struts/struts2/trunk/plugins/portlet-tiles/pom.xml

Modified: struts/struts2/trunk/plugins/portlet-tiles/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet-tiles/pom.xml?rev=1381889&r1=1381888&r2=1381889&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/portlet-tiles/pom.xml (original)
+++ struts/struts2/trunk/plugins/portlet-tiles/pom.xml Fri Sep  7 05:53:33 2012
@@ -43,10 +43,12 @@
         <dependency>
              <groupId>org.apache.struts</groupId>
              <artifactId>struts2-tiles-plugin</artifactId>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
              <groupId>org.apache.struts</groupId>
              <artifactId>struts2-portlet-plugin</artifactId>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>