You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by an...@apache.org on 2007/08/13 19:47:23 UTC

svn commit: r565455 - /tapestry/tapestry4/trunk/src/site/xdoc/download.xml

Author: andyhot
Date: Mon Aug 13 10:47:23 2007
New Revision: 565455

URL: http://svn.apache.org/viewvc?view=rev&rev=565455
Log:
Update version numbers

Modified:
    tapestry/tapestry4/trunk/src/site/xdoc/download.xml

Modified: tapestry/tapestry4/trunk/src/site/xdoc/download.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/download.xml?view=diff&rev=565455&r1=565454&r2=565455
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/download.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/download.xml Mon Aug 13 10:47:23 2007
@@ -23,7 +23,7 @@
     <body>
 
 <section name="Download Tapestry 4.1">
-    If you are looking for the official binary/source distributions of Tapestry 4.1.1, they can be downloaded
+    If you are looking for the official binary/source distributions of Tapestry 4.1.2, they can be downloaded
     <a href="http://tapestry.apache.org/download.html">here.</a>
     
     <p>
@@ -34,7 +34,7 @@
 <section name="Snapshot builds">
   <p>
   The Tapestry snapshot builds are currently available via the ibiblio maven2 and apache.org snapshot 
-  repositories. To download the current 4.1.2-SNAPSHOT release you shouldn't need to change your pom settings at 
+  repositories. To download the current 4.1.3-SNAPSHOT release you shouldn't need to change your pom settings at 
   all, other than including the right artifacts to download Tapestry.
   </p>
   
@@ -75,17 +75,17 @@
 <dependency>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-framework</artifactId>
-    <version>4.1.2-SNAPSHOT</version>
+    <version>4.1.3-SNAPSHOT</version>
 </dependency>
 <dependency>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-annotations</artifactId>
-    <version>4.1.2-SNAPSHOT</version>
+    <version>4.1.3-SNAPSHOT</version>
 </dependency>
 <dependency>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-contrib</artifactId>
-    <version>4.1.2-SNAPSHOT</version>
+    <version>4.1.3-SNAPSHOT</version>
 </dependency>
 ]]></source>