Good morning, I use the following codes in pom.xml. <dependency> <groupId>org.apache.tiles</groupId> <artifactId>tiles-api</artifactId> <version>3.0.1</version> </dependency>
When changed to 3.0.3, failed. Could someone help which command to use in pom.xml? Thanks Emi On 11/13/2013 04:23 AM, Mck wrote:
The Apache Tiles team is pleased to announce the release of Tiles 3.0.3 GA. Available in binary and source distribution. http://tiles.apache.org/download.html It is also available in the central Maven repository under Group ID "org.apache.tiles". The 3.0.x series of the Apache Tiles framework has a minimum requirement of the following specification versions: * Java Servlet 2.5 and JavaServer Pages (JSP) 2.1 * Java Standard Edition (Java SE) 1.6 Release notes: * Bug fixes to OptionsRenderer (TILES-557 + spring-3.2 compatibility) * Improved (and ability to disable) caching on OptionsRenderer * Support for Java5 dropped * Bug fix: Tiles.xml definitions not reloaded when using expressions (TILES-573) Please feel free to test the distribution and post your comments to the user list, or, if appropriate, file a ticket with JIRA. ~mck