diff options
Diffstat (limited to 'ecomp-sdk/epsdk-app-os')
4 files changed, 5 insertions, 4 deletions
diff --git a/ecomp-sdk/epsdk-app-os/README.md b/ecomp-sdk/epsdk-app-os/README.md index f74d043f..9d35d03a 100644 --- a/ecomp-sdk/epsdk-app-os/README.md +++ b/ecomp-sdk/epsdk-app-os/README.md @@ -29,6 +29,7 @@ Version 1.4.0 - PORTAL-104 Replaced the sql connector to maria db - PORTAL-127 Remove GreenSock license code from b2b library - PORTAL-118 Missing Error page in Portal-SDK app when there is an exception happen in the backend. +- PORTAL-19 Replaced openecomp keyword to onap * Put new entries here * diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml index 059c5ea0..062d013b 100644 --- a/ecomp-sdk/epsdk-app-os/pom.xml +++ b/ecomp-sdk/epsdk-app-os/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-project</artifactId> - <version>2.1.0</version> + <version>2.2.0-SNAPSHOT</version> </parent> <!-- GroupId is inherited from parent --> diff --git a/ecomp-sdk/epsdk-app-os/src/main/resources/portal.properties b/ecomp-sdk/epsdk-app-os/src/main/resources/portal.properties index 1a8cd1fe..713c6449 100644 --- a/ecomp-sdk/epsdk-app-os/src/main/resources/portal.properties +++ b/ecomp-sdk/epsdk-app-os/src/main/resources/portal.properties @@ -56,10 +56,10 @@ use_rest_for_functional_menu=true portal.api.impl.class = org.onap.portalapp.service.OnBoardingApiServiceImpl # URL of the Portal where this app is onboarded -ecomp_redirect_url = https://portal.openecomp.org/ecompportal/process_csp +ecomp_redirect_url = https://portal.onap.org/ecompportal/process_csp # URL of the ECOMP Portal REST API -ecomp_rest_url = http://portal.openecomp.org:50580/ecompportal/auxapi +ecomp_rest_url = http://portal.onap.org:50580/ecompportal/auxapi # Applications do not need to run a UEB listener after 1607. ueb_listeners_enable = false diff --git a/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/conf/system.properties b/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/conf/system.properties index 0dc81301..7e2b7d13 100644 --- a/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/conf/system.properties +++ b/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/conf/system.properties @@ -66,7 +66,7 @@ instance_uuid=8da691c9-987d-43ed-a358-00ac2f35685d # Application base URL has the host and app context only; a proper prefix of the on-boarded URL. # Only required for applications using FE/BE separation. For example: -# app_base_url = https://www.openecomp.org/app_context/ +# app_base_url = https://www.onap.org/app_context/ #authenticate user server authenticate_user_server=http://todo_enter_auth_server_hostname:8383/openid-connect-server-webapp/allUsers |