[STAGING] Staging plugin fix 49/1149/1
authorDan Timoney <dtimoney@att.com>
Tue, 21 Feb 2017 21:50:17 +0000 (16:50 -0500)
committerDan Timoney <dtimoney@att.com>
Tue, 21 Feb 2017 21:50:31 +0000 (16:50 -0500)
Restore hard-coded values for staging plugin

Change-Id: I441ecf53525dfc5a3a67399b5c92b4829a67439b
Signed-off-by: Dan Timoney <dtimoney@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 33fdbab..752fc5d 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
                                <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>