Author: andyhot
Date: Wed Sep 19 05:52:35 2007
New Revision: 577293
URL: http://svn.apache.org/viewvc?rev=577293&view=rev
Log:
fix 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?rev=577293&r1=577292&r2=577293&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/download.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/download.xml Wed Sep 19 05:52:35 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.2, they can be downloaded
+ If you are looking for the official binary/source distributions of
Tapestry 4.1.3, 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.3-SNAPSHOT release you shouldn't
need to change your pom settings at
+ repositories. To download the current 4.1.4-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.3-SNAPSHOT</version>
+ <version>4.1.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-annotations</artifactId>
- <version>4.1.3-SNAPSHOT</version>
+ <version>4.1.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-contrib</artifactId>
- <version>4.1.3-SNAPSHOT</version>
+ <version>4.1.4-SNAPSHOT</version>
</dependency>
]]></source>