From 9c74c5729c9a52268342e583d6493bb19df80aa6 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Tue, 8 Oct 2019 22:11:26 -0400 Subject: Neon SR1 upgrade change pom files for ODL Neon SR1 upgrade Issue-ID: APPC-1749 Change-Id: Ib10ff74852a2b38933c0df034c71e21665430f62 Signed-off-by: Taka Cho --- appc-sdc-listener/appc-sdc-listener-bundle/pom.xml | 15 +++++++-------- .../features-appc-sdc-listener/pom.xml | 4 ++-- .../onap-appc-sdc-listener/pom.xml | 7 +++---- appc-sdc-listener/appc-sdc-listener-features/pom.xml | 4 ++-- appc-sdc-listener/appc-sdc-listener-installer/pom.xml | 2 +- .../src/main/resources/scripts/install-feature.sh | 3 ++- appc-sdc-listener/appc-yang-generator/pom.xml | 6 ++---- appc-sdc-listener/pom.xml | 2 +- 8 files changed, 20 insertions(+), 23 deletions(-) (limited to 'appc-sdc-listener') diff --git a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml index 1705d46a6..81e9a6ead 100644 --- a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml @@ -1,3 +1,4 @@ + - + 4.0.0 org.onap.appc.parent single-feature-parent 2.7.0-SNAPSHOT - + org.onap.appc @@ -34,7 +33,7 @@ limitations under the License. 1.7.0-SNAPSHOT feature - + diff --git a/appc-sdc-listener/appc-sdc-listener-features/pom.xml b/appc-sdc-listener/appc-sdc-listener-features/pom.xml index 35e933ad1..5804b0e92 100644 --- a/appc-sdc-listener/appc-sdc-listener-features/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-features/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.appc.parent odlparent-lite 2.7.0-SNAPSHOT - + org.onap.appc @@ -33,7 +33,7 @@ limitations under the License. 1.7.0-SNAPSHOT pom - + onap-appc-sdc-listener diff --git a/appc-sdc-listener/appc-sdc-listener-installer/pom.xml b/appc-sdc-listener/appc-sdc-listener-installer/pom.xml index 0395fee82..a89156208 100644 --- a/appc-sdc-listener/appc-sdc-listener-installer/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-installer/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.appc.parent odlparent-lite 2.7.0-SNAPSHOT - + org.onap.appc appc-sdc-listener-installer diff --git a/appc-sdc-listener/appc-sdc-listener-installer/src/main/resources/scripts/install-feature.sh b/appc-sdc-listener/appc-sdc-listener-installer/src/main/resources/scripts/install-feature.sh index 836910190..64b4d08b6 100755 --- a/appc-sdc-listener/appc-sdc-listener-installer/src/main/resources/scripts/install-feature.sh +++ b/appc-sdc-listener/appc-sdc-listener-installer/src/main/resources/scripts/install-feature.sh @@ -38,7 +38,8 @@ fi COUNT=0 while [ $COUNT -lt 10 ]; do - ${ODL_KARAF_CLIENT} ${ODL_KARAF_CLIENT_OPTS} feature:repo-add ${features.repositories} 2> /tmp/installErr +# ${ODL_KARAF_CLIENT} ${ODL_KARAF_CLIENT_OPTS} feature:repo-add ${features.repositories} 2> /tmp/installErr + sshpass -pkaraf ssh -o StrictHostKeyChecking=no karaf@localhost -p 8101 "feature:repo-add ${features.repositories}" cat /tmp/installErr if grep -q 'Failed to get the session' /tmp/installErr; then sleep 10 diff --git a/appc-sdc-listener/appc-yang-generator/pom.xml b/appc-sdc-listener/appc-yang-generator/pom.xml index 9cfbad41c..c40093c22 100644 --- a/appc-sdc-listener/appc-yang-generator/pom.xml +++ b/appc-sdc-listener/appc-yang-generator/pom.xml @@ -21,15 +21,13 @@ limitations under the License. ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.appc.parent binding-parent 2.7.0-SNAPSHOT - + org.onap.appc diff --git a/appc-sdc-listener/pom.xml b/appc-sdc-listener/pom.xml index 26294839e..66f2ea412 100644 --- a/appc-sdc-listener/pom.xml +++ b/appc-sdc-listener/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.appc.parent odlparent-lite 2.7.0-SNAPSHOT - + org.onap.appc -- cgit 1.2.3-korg