Author: hlship
Date: Tue Nov 11 11:46:10 2008
New Revision: 713134
URL: http://svn.apache.org/viewvc?rev=713134&view=rev
Log:
Merge changes from 5.1-dev branch to trunk:
TAP5-215: Configuration interface should support contributing a class (which is
autobuilt) in addition to an instance
TAP5-217: Warnings related to service configuration validations should be
escalated to exceptions
TAP5-216: Many methods of the Page interface could be moved to PageResources
(which should be renamed to ComponentPageElementResources)
Modified:
tapestry/tapestry5/trunk/quickstart/pom.xml
tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml
Modified: tapestry/tapestry5/trunk/quickstart/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/pom.xml?rev=713134&r1=713133&r2=713134&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/quickstart/pom.xml (original)
+++ tapestry/tapestry5/trunk/quickstart/pom.xml Tue Nov 11 11:46:10 2008
@@ -7,7 +7,7 @@
<parent>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-project</artifactId>
- <version>5.0.16</version>
+ <version>5.1.0.0-SNAPSHOT</version>
</parent>
<name>Tapestry 5 Quickstart Archetype</name>
<inceptionYear>2007</inceptionYear>
Modified:
tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml?rev=713134&r1=713133&r2=713134&view=diff
==============================================================================
---
tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml
(original)
+++
tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml
Tue Nov 11 11:46:10 2008
@@ -104,6 +104,6 @@
</pluginRepositories>
<properties>
- <tapestry-release-version>5.0.16</tapestry-release-version>
+ <tapestry-release-version>5.1.0.0-SNAPSHOT</tapestry-release-version>
</properties>
</project>