You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2008/04/17 15:17:44 UTC

svn commit: r649084 - /struts/struts2/tags/STRUTS_2_1_1/assembly/pom.xml

Author: mrdon
Date: Thu Apr 17 06:17:33 2008
New Revision: 649084

URL: http://svn.apache.org/viewvc?rev=649084&view=rev
Log:
Fixing version

Modified:
    struts/struts2/tags/STRUTS_2_1_1/assembly/pom.xml

Modified: struts/struts2/tags/STRUTS_2_1_1/assembly/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/tags/STRUTS_2_1_1/assembly/pom.xml?rev=649084&r1=649083&r2=649084&view=diff
==============================================================================
--- struts/struts2/tags/STRUTS_2_1_1/assembly/pom.xml (original)
+++ struts/struts2/tags/STRUTS_2_1_1/assembly/pom.xml Thu Apr 17 06:17:33 2008
@@ -33,7 +33,7 @@
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts2-parent</artifactId>
-        <version>2.1.1-SNAPSHOT</version>
+        <version>2.1.1</version>
     </parent>
 
     <scm>