diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-09-10 09:26:13 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-09-10 09:26:13 +0300 |
commit | 9fdafa9d955ca131c1402c95ded4e29209e5c8ec (patch) | |
tree | 2a8b422a07b1af959bee0690d2c8a9988edeb6ac | |
parent | 2225b30cd1f3f41348712278510ec6c0f2adb638 (diff) |
Fixed pom.xml file in sdc-tosca
for the release job to run properly
Change-Id: I5d7bf9f07f344af84d79432c1d3d64a910127deb
Issue-Id: SDC-301
Signed-off-by: Idan Amit <ia096e@intl.att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ <sitePath>/content/sites/site/org/openecomp/sdc/sdc-tosca/${project.version}</sitePath>
<snapshots.path>snapshots</snapshots.path>
<releases.path>releases</releases.path>
- <!--<staging.profile.id>176c31dfe190a</staging.profile.id> -->
+ <staging.profile.id>176c31dfe190a</staging.profile.id>
</properties>
|