- Revision
- 910
- Author
- mauro
- Date
- 2008-09-01 08:33:48 -0500 (Mon, 01 Sep 2008)
Log Message
Updated download page.
Modified Paths
Diff
Modified: trunk/distribution/src/site/content/download.html (909 => 910)
--- trunk/distribution/src/site/content/download.html 2008-08-31 21:49:34 UTC (rev 909) +++ trunk/distribution/src/site/content/download.html 2008-09-01 13:33:48 UTC (rev 910) @@ -8,14 +8,18 @@ <h2>Stable releases</h2> -<p>The stable releases of jBehave 2.x can be found on the <a href="" +<p>The stable releases of jBehave can be found on the <a href="" Repository</a>: + <ul> + <li><a href="" bin distribution</a> (xx Aug 2008)</li> + <li><a href="" src distribution</a> (xx Aug 2008)</li> + </ul> </p> <h2 id="snapshot">Latest Snapshot</h2> <p>The snapshot builds of jBehave can be found on the <a - href="" snapshots -repository</a>. Be sure to choose the snapshot with the latest 2.x version and the filename with the latest timestamp.</p> + href="" Snapshots Repository</a>. + Be sure to choose the snapshot with the latest 2.x version and the filename with the latest timestamp.</p> <h2 id="maven">Using Maven Artifacts</h2> @@ -24,7 +28,7 @@ <dependency> <groupId>org.jbehave</groupId> <artifactId>jbehave-core</artifactId> - <version>2.x.y</version> + <version>[version]</version> </dependency> </textarea> specifying the correct version.</p> @@ -33,7 +37,7 @@ <plugin> <groupId>org.jbehave</groupId> <artifactId>jbehave-maven-plugin</artifactId> - <version>${pom.version}</version> + <version>[version]</version> <executions> <execution> <id>run-scenarios-listed</id> @@ -65,7 +69,7 @@ </execution> </executions> </plugin> -</textarea> specifying the correct version.</p> +</textarea> specifying the correct [version].</p> <div class="clear"> <hr />
To unsubscribe from this list please visit:
