summaryrefslogtreecommitdiffstats
path: root/sandbox/ant
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-17 15:54:46 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-17 15:54:46 +0000
commit36e2e82fa56047d21215e210742dcfcd4b553ff0 (patch)
tree047d5a26f78cfc57a7a939fd478db42cfa8cba4f /sandbox/ant
parent1140733374bce42bf6c4d7a5328b437c7ba4fc5c (diff)
use the release profile
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755292 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/ant')
-rw-r--r--sandbox/ant/sca/branches/foo/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/ant/sca/branches/foo/pom.xml b/sandbox/ant/sca/branches/foo/pom.xml
index 9bc43e6fee..d80bad8149 100644
--- a/sandbox/ant/sca/branches/foo/pom.xml
+++ b/sandbox/ant/sca/branches/foo/pom.xml
@@ -565,7 +565,7 @@
<version>2.0-beta-8</version>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/tuscany/sandbox/ant/sca/tags</tagBase>
- <useReleaseProfile>false</useReleaseProfile>
+ <useReleaseProfile>true</useReleaseProfile>
<preparationGoals>clean install</preparationGoals>
<goals>deploy</goals>
<arguments>-Prelease,deploy</arguments>