aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-02-21 16:50:17 -0500
committerDan Timoney <dtimoney@att.com>2017-02-21 16:50:31 -0500
commit02fb1cd54cf1fdc215d7eafe64479fdca4e1e1ed (patch)
tree37982c3fdc9e848ae96893098bdbecc845d0d268
parent635cc33294125a0d3beb604bba544ef2308d2b73 (diff)
[STAGING] Staging plugin fix
Restore hard-coded values for staging plugin Change-Id: I441ecf53525dfc5a3a67399b5c92b4829a67439b Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-xpom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 33fdbab..752fc5d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -163,9 +163,9 @@
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
- <nexusUrl>https://${openecomp.nexus.host}</nexusUrl>
- <stagingProfileId>${openecomp.nexus.staging.profile-id}</stagingProfileId>
- <serverId>${openecomp.nexus.staging.server-id}</serverId>
+ <nexusUrl>https://nexus.openecomp.org</nexusUrl>
+ <stagingProfileId>176c31dfe190a</stagingProfileId>
+ <serverId>ecomp-staging</serverId>
</configuration>
</plugin>