From adb6e447b9358db3cb4a6ed5caf51a2c04875779 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Tue, 26 Jan 2010 21:11:07 +0000 Subject: [PATCH] CSPACE-532: Revised the versions of two client module dependencies in IntegrationTests POM, to use the variable pointing to the current snapshots or final versions of client code for the collectionobject and intake services. --- services/IntegrationTests/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/IntegrationTests/pom.xml b/services/IntegrationTests/pom.xml index 8b2c7fd42..f81cca0c2 100644 --- a/services/IntegrationTests/pom.xml +++ b/services/IntegrationTests/pom.xml @@ -73,7 +73,7 @@ org.collectionspace.services org.collectionspace.services.collectionobject.client - 1.0 + ${cspace.services.client.version} org.collectionspace.services @@ -83,7 +83,7 @@ org.collectionspace.services org.collectionspace.services.intake.client - 1.0 + ${cspace.services.client.version} org.collectionspace.services -- 2.47.3