From 85f914068748d4446b64893b06f7a3abe6cddd6d Mon Sep 17 00:00:00 2001 From: Sandeep Shah Date: Sun, 23 Jun 2019 14:41:12 -0500 Subject: Bugs associated with SDNR OOFPCIPOC DG's Consistent versioning across DG's and graph.versions file, update to graph.versions file with correct RPC names, change the location of SDNR DG properties file to /opt/onap/ccsdk/data/properties in DG's Issue-ID: CCSDK-1430 Signed-off-by: SandeepLinux Change-Id: I9b6b61473baa2855e9140c37a52204c1bac7b028 --- .../oofpcipoc-api/src/main/json/oofpcipoc-api_greeting.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platform-logic/oofpcipoc-api/src/main/json/oofpcipoc-api_greeting.json') diff --git a/platform-logic/oofpcipoc-api/src/main/json/oofpcipoc-api_greeting.json b/platform-logic/oofpcipoc-api/src/main/json/oofpcipoc-api_greeting.json index f8347b75..e395c317 100644 --- a/platform-logic/oofpcipoc-api/src/main/json/oofpcipoc-api_greeting.json +++ b/platform-logic/oofpcipoc-api/src/main/json/oofpcipoc-api_greeting.json @@ -32,11 +32,11 @@ { "id": "72aee190.08cf4", "type": "service-logic", - "name": "oofpcipoc-api 0.4.2-SNAPSHOT", + "name": "oofpcipoc-api ${project.version}", "module": "oofpcipoc-api", "version": "${project.version}", "comments": "", - "xml": "", + "xml": "", "outputs": 1, "x": 199.01040649414062, "y": 175, -- cgit 1.2.3-korg