From c820ae2c481a13d6d171b687584476383d015119 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Mon, 29 Mar 2010 20:55:54 +0000 Subject: [PATCH] Fix comment in roo script re: spring version. --- spring-integration-samples/loanshark/script.roo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-integration-samples/loanshark/script.roo b/spring-integration-samples/loanshark/script.roo index 848ca8aae0..31d8925735 100644 --- a/spring-integration-samples/loanshark/script.roo +++ b/spring-integration-samples/loanshark/script.roo @@ -8,5 +8,5 @@ finder add --finderName findLoanSharksByName controller scaffold --class ~.web.SharkController logging setup --level DEBUG dependency add --artifactId org.springframework.integration.ip --groupId org.springframework.integration --version 2.0.0.M3 -//change spring version in pom.xml to 3.0.0-RELEASE-A before perform eclipse +//change spring version in pom.xml to 3.0.0.RELEASE-A before perform eclipse //perform eclipse