Author: hlship
Date: Tue Mar  6 07:52:19 2007
New Revision: 515163

URL: http://svn.apache.org/viewvc?view=rev&rev=515163
Log:
Update for 5.0.3-SNAPSHOT

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

Modified: tapestry/tapestry5/tapestry-simple/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-simple/trunk/pom.xml?view=diff&rev=515163&r1=515162&r2=515163
==============================================================================
--- tapestry/tapestry5/tapestry-simple/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-simple/trunk/pom.xml Tue Mar  6 07:52:19 2007
@@ -3,12 +3,12 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-simple</artifactId>
-    <version>5.0.2</version>
+    <version>5.0.3-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../tapestry-project/pom.xml</relativePath>
     </parent>
     <name>Tapestry 5 Simple Archetype</name>

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=515163&r1=515162&r2=515163
==============================================================================
--- 
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
 Tue Mar  6 07:52:19 2007
@@ -66,7 +66,7 @@
 
             <!-- This changes the WAR file packaging so that what would 
normally go into WEB-INF/classes
              is instead packaged as WEB-INF/lib/${artifactId}.jar.  This is 
necessary for Tapestry
-             to be able to search for page and component classes as startup. 
Only
+             to be able to search for page and component classes at startup. 
Only
              certain application servers require this configuration, please 
see the documentation
              at the Tapestry 5 project page 
(http://tapestry.apache.org/tapestry5/). -->
 
@@ -97,6 +97,6 @@
 
 
     <properties>
-        <tapestry-release-version>5.0.2</tapestry-release-version>
+        <tapestry-release-version>5.0.3-SNAPSHOT</tapestry-release-version>
     </properties>
 </project>


Reply via email to