From d71cb3295dc815f0d4e84d00bef47f7b968a2460 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Mon, 18 Jul 2011 21:10:22 +0000 Subject: [PATCH] CSPACE-4058: Rationalize names of tarballs created by 'ant dist-jboss-domains' per requests by Kasper & Joe. --- build.properties | 3 ++- build.xml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.properties b/build.properties index 0ac6b03d0..87791d2cb 100644 --- a/build.properties +++ b/build.properties @@ -1,6 +1,7 @@ host=127.0.0.1 #cspace -cspace.release=1.9-SNAPSHOT +release.version=1.9 +cspace.release=${release.version}-SNAPSHOT cspace.services.release=cspace-services-${cspace.release} cspace.services.war=cspace-services.war domain.cspace=cspace diff --git a/build.xml b/build.xml index 7cba456f3..27b8caa39 100644 --- a/build.xml +++ b/build.xml @@ -71,7 +71,7 @@ - + @@ -100,7 +100,7 @@ - + -- 2.47.3