Author: hlship
Date: Sun Aug 26 15:59:22 2007
New Revision: 569912
URL: http://svn.apache.org/viewvc?rev=569912&view=rev
Log:
TAPESTRY-1704: Convert logging strategy from commons-logging to Simple Logging
Facade for Java (SLF4J)
Modified:
tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml
Modified: tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml?rev=569912&r1=569911&r2=569912&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml Sun Aug 26 15:59:22 2007
@@ -1,4 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
+ <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -92,7 +92,7 @@
<plugin>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-component-report</artifactId>
- <version>${tapestry-release-version}</version>
+ <version>${project.version}</version>
<configuration>
<rootPackage>org.apache.tapestry.tutorial</rootPackage>
</configuration>