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 --- .../features/features-appc-config-adaptor/pom.xml | 4 ++-- .../appc-config-adaptor/features/onap-appc-config-adaptor/pom.xml | 7 +++---- appc-config/appc-config-adaptor/features/pom.xml | 4 ++-- appc-config/appc-config-adaptor/installer/pom.xml | 2 +- .../installer/src/main/resources/scripts/install-feature.sh | 4 ++-- appc-config/appc-config-adaptor/pom.xml | 5 ++--- appc-config/appc-config-adaptor/provider/pom.xml | 6 ++---- 7 files changed, 14 insertions(+), 18 deletions(-) (limited to 'appc-config/appc-config-adaptor') diff --git a/appc-config/appc-config-adaptor/features/features-appc-config-adaptor/pom.xml b/appc-config/appc-config-adaptor/features/features-appc-config-adaptor/pom.xml index efd0ab5e9..f1e0e39f2 100644 --- a/appc-config/appc-config-adaptor/features/features-appc-config-adaptor/pom.xml +++ b/appc-config/appc-config-adaptor/features/features-appc-config-adaptor/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.appc.parent feature-repo-parent 2.7.0-SNAPSHOT - + org.onap.appc @@ -33,7 +33,7 @@ limitations under the License. 1.7.0-SNAPSHOT feature - + diff --git a/appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/pom.xml b/appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/pom.xml index 682bcdb61..ccfed2e70 100644 --- a/appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/pom.xml +++ b/appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/pom.xml @@ -18,15 +18,14 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END========================================================= --> - + 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-config/appc-config-adaptor/features/pom.xml b/appc-config/appc-config-adaptor/features/pom.xml index 225c76222..8ea22dee8 100644 --- a/appc-config/appc-config-adaptor/features/pom.xml +++ b/appc-config/appc-config-adaptor/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-config-adaptor diff --git a/appc-config/appc-config-adaptor/installer/pom.xml b/appc-config/appc-config-adaptor/installer/pom.xml index cc2313a34..cac65cc77 100644 --- a/appc-config/appc-config-adaptor/installer/pom.xml +++ b/appc-config/appc-config-adaptor/installer/pom.xml @@ -25,7 +25,7 @@ org.onap.appc.parent odlparent-lite 2.7.0-SNAPSHOT - + org.onap.appc diff --git a/appc-config/appc-config-adaptor/installer/src/main/resources/scripts/install-feature.sh b/appc-config/appc-config-adaptor/installer/src/main/resources/scripts/install-feature.sh index 6402f6c32..2d6113c04 100755 --- a/appc-config/appc-config-adaptor/installer/src/main/resources/scripts/install-feature.sh +++ b/appc-config/appc-config-adaptor/installer/src/main/resources/scripts/install-feature.sh @@ -36,5 +36,5 @@ then fi -${ODL_KARAF_CLIENT} ${ODL_KARAF_CLIENT_OPTS} feature:repo-add ${features.repositories} - +#${ODL_KARAF_CLIENT} ${ODL_KARAF_CLIENT_OPTS} feature:repo-add ${features.repositories} +sshpass -pkaraf ssh -o StrictHostKeyChecking=no karaf@localhost -p 8101 "feature:repo-add ${features.repositories}" diff --git a/appc-config/appc-config-adaptor/pom.xml b/appc-config/appc-config-adaptor/pom.xml index b1506cd84..eaf2f2b1b 100644 --- a/appc-config/appc-config-adaptor/pom.xml +++ b/appc-config/appc-config-adaptor/pom.xml @@ -19,14 +19,13 @@ limitations under the License. ============LICENSE_END========================================================= --> - + org.onap.appc.parent odlparent-lite 2.7.0-SNAPSHOT - + org.onap.appc diff --git a/appc-config/appc-config-adaptor/provider/pom.xml b/appc-config/appc-config-adaptor/provider/pom.xml index e359cff8b..32e2c0981 100644 --- a/appc-config/appc-config-adaptor/provider/pom.xml +++ b/appc-config/appc-config-adaptor/provider/pom.xml @@ -21,16 +21,14 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.appc.parent binding-parent 2.7.0-SNAPSHOT - + org.onap.appc -- cgit