From 647e30a770b0ff82d0a089134c499df5ab9c2866 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Fri, 6 Jun 2008 08:36:46 +0000 Subject: [PATCH] nightly snapshots --- spring-webflow-reference/src/overview.xml | 54 ++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/spring-webflow-reference/src/overview.xml b/spring-webflow-reference/src/overview.xml index d6bb4724..bff8e656 100644 --- a/spring-webflow-reference/src/overview.xml +++ b/spring-webflow-reference/src/overview.xml @@ -199,5 +199,57 @@ ]]> - + + + How to Obtain Nightly Builds + + Nightly snapshots of the Web Flow trunk are available at the SpringSource Bundle Repository. + To access snapshots, add the following repository to your pom: + + + com.springsource.repository.bundles.snapshot + SpringSource Enterprise Bundle Repository - Nightly Snapshots + http://repository.springsource.com/maven/bundles/snapshot +]]> + + + Then declare the following dependencies: + + + org.springframework.webflow + org.springframework.binding + 2.0.3.CI-### + + + + org.springframework.webflow + org.springframework.js + 2.0.3.CI-### + + + + org.springframework.webflow + org.springframework.webflow + 2.0.3.CI-### + +]]> + + + And if using JavaServerFaces: + + + org.springframework.webflow + org.springframework.faces + 2.0.3.CI-### + +]]> + + + Where '###' above represents the build number like 2.0.3.CI-500. + Get the latest build number by browsing the nightly build area. + + \ No newline at end of file