Author: apetrelli
Date: Fri Apr 20 03:41:23 2007
New Revision: 530733

URL: http://svn.apache.org/viewvc?view=rev&rev=530733
Log:
Fixed the dependencies on tiles-master.
Fixed a typo.

Modified:
    tiles/site/pom.xml

Modified: tiles/site/pom.xml
URL: 
http://svn.apache.org/viewvc/tiles/site/pom.xml?view=diff&rev=530733&r1=530732&r2=530733
==============================================================================
--- tiles/site/pom.xml (original)
+++ tiles/site/pom.xml Fri Apr 20 03:41:23 2007
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.tiles</groupId>
         <artifactId>tiles-master</artifactId>
-        <version>1-SNAPSHOT</version>
+        <version>1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -40,7 +40,7 @@
     <packaging>pom</packaging>
     <name>Apache Tiles</name>
     <description>
-        Tiles allows authors to define page fragements which can be assembled
+        Tiles allows authors to define page fragments which can be assembled
         into a complete page at runtime. These fragments, or tiles, can be used
         as simple includes in order to reduce the duplication of common page
         elements or embeded within other tiles to develop a series of reusable


Reply via email to