diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-17 15:54:46 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-17 15:54:46 +0000 |
commit | 36e2e82fa56047d21215e210742dcfcd4b553ff0 (patch) | |
tree | 047d5a26f78cfc57a7a939fd478db42cfa8cba4f /sandbox/ant/sca/branches | |
parent | 1140733374bce42bf6c4d7a5328b437c7ba4fc5c (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 '')
-rw-r--r-- | sandbox/ant/sca/branches/foo/pom.xml | 2 |
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> |