From a784b937bb5a55002d30330d8bc73ceeb1d11150 Mon Sep 17 00:00:00 2001 From: Toby Crawley Date: Thu, 12 Nov 2015 11:25:48 -0500 Subject: [PATCH] Update to released lein-immutant. --- integration-tests/project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/project.clj b/integration-tests/project.clj index 4f5c9e5e..58871348 100644 --- a/integration-tests/project.clj +++ b/integration-tests/project.clj @@ -19,7 +19,7 @@ [org.immutant/wildfly _]] :aliases {"all" ^:replace ["do" "clean," "test"]} :modules {:parent nil} - :profiles {:integ-base {:plugins [[lein-immutant "2.1.0-SNAPSHOT"]] + :profiles {:integ-base {:plugins [[lein-immutant "2.1.0"]] :aliases {"test" ^:displace ["immutant" "test"]} :modules {:parent ".."}} :integ-messaging {:test-paths ["../messaging/test"]}