You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2007/02/24 02:30:52 UTC

svn commit: r511181 - /tapestry/tapestry5/tapestry-simple/trunk/src/main/resources/archetype-resources/pom.xml

Author: hlship
Date: Fri Feb 23 17:30:52 2007
New Revision: 511181

URL: http://svn.apache.org/viewvc?view=rev&rev=511181
Log:
Fix incorrect release number in generated POM.

Modified:
    tapestry/tapestry5/tapestry-simple/trunk/src/main/resources/archetype-resources/pom.xml

Modified: tapestry/tapestry5/tapestry-simple/trunk/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-simple/trunk/src/main/resources/archetype-resources/pom.xml?view=diff&rev=511181&r1=511180&r2=511181
==============================================================================
--- tapestry/tapestry5/tapestry-simple/trunk/src/main/resources/archetype-resources/pom.xml (original)
+++ tapestry/tapestry5/tapestry-simple/trunk/src/main/resources/archetype-resources/pom.xml Fri Feb 23 17:30:52 2007
@@ -97,6 +97,6 @@
 
 
     <properties>
-        <tapestry-release-version>5.0.2-SNAPSHOT</tapestry-release-version>
+        <tapestry-release-version>5.0.2</tapestry-release-version>
     </properties>
 </project>