Author: hlship
Date: Thu Feb 15 10:56:32 2007
New Revision: 508072
URL: http://svn.apache.org/viewvc?view=rev&rev=508072
Log:
Change the tapestry version in the generated pom.xml to be 5.0.2-SNAPSHOT
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=508072&r1=508071&r2=508072
==============================================================================
---
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
Thu Feb 15 10:56:32 2007
@@ -10,7 +10,7 @@
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-core</artifactId>
- <version>5.0.1</version>
+ <version>5.0.2-SNAPSHOT</version>
</dependency>
<!-- This can be removed if not desired. Tapestry uses
commons-logging, not Log4J explicitly. -->
<dependency>