From 057bc260e7752bc11960cf9cab4005efec1739c7 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Fri, 4 Jan 2019 09:22:20 -0500 Subject: Changes for Fluorine Updates to sli/plugins to run in OpenDaylight Fluorine Change-Id: I093a663ff5459df5eacdb632ad3217c322cc9cfa Issue-ID: CCSDK-870 Signed-off-by: Timoney, Dan (dt5972) --- template-node/features/ccsdk-template-node/pom.xml | 6 ++-- .../features/features-template-node/pom.xml | 12 +++---- template-node/features/pom.xml | 34 +++++++++----------- template-node/installer/pom.xml | 4 +-- template-node/pom.xml | 37 ++++++++++------------ template-node/provider/pom.xml | 16 ++++++++-- 6 files changed, 54 insertions(+), 55 deletions(-) (limited to 'template-node') diff --git a/template-node/features/ccsdk-template-node/pom.xml b/template-node/features/ccsdk-template-node/pom.xml index 30d8383a..442cc40a 100644 --- a/template-node/features/ccsdk-template-node/pom.xml +++ b/template-node/features/ccsdk-template-node/pom.xml @@ -7,13 +7,13 @@ org.onap.ccsdk.parent single-feature-parent - 1.2.0-SNAPSHOT - + 1.2.1-SNAPSHOT + org.onap.ccsdk.sli.plugins ccsdk-template-node - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT feature ccsdk-sli-plugins :: template-node :: ${project.artifactId} diff --git a/template-node/features/features-template-node/pom.xml b/template-node/features/features-template-node/pom.xml index 058db5ca..0e22b613 100644 --- a/template-node/features/features-template-node/pom.xml +++ b/template-node/features/features-template-node/pom.xml @@ -1,23 +1,19 @@ - + 4.0.0 org.onap.ccsdk.parent feature-repo-parent - 1.2.0-SNAPSHOT - + 1.2.1-SNAPSHOT + org.onap.ccsdk.sli.plugins features-template-node - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT feature - ccsdk-sli-plugins :: template-node :: ${project.artifactId} - ${project.groupId} diff --git a/template-node/features/pom.xml b/template-node/features/pom.xml index 4056ab4e..a7a2d67d 100644 --- a/template-node/features/pom.xml +++ b/template-node/features/pom.xml @@ -1,24 +1,20 @@ - - 4.0.0 + + 4.0.0 - - org.onap.ccsdk.parent - odlparent-lite - 1.2.0-SNAPSHOT - + + org.onap.ccsdk.parent + odlparent-lite + 1.2.1-SNAPSHOT + - org.onap.ccsdk.sli.plugins - template-node-features - 0.4.0-SNAPSHOT - pom + org.onap.ccsdk.sli.plugins + template-node-features + 0.4.1-SNAPSHOT + pom - ccsdk-sli-plugins :: template-node :: ${project.artifactId} - - - ccsdk-template-node - features-template-node - + + ccsdk-template-node + features-template-node + diff --git a/template-node/installer/pom.xml b/template-node/installer/pom.xml index a298828b..d8cdd69b 100644 --- a/template-node/installer/pom.xml +++ b/template-node/installer/pom.xml @@ -7,12 +7,12 @@ org.onap.ccsdk.parent odlparent-lite - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT org.onap.ccsdk.sli.plugins template-node-installer - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT pom ccsdk-sli-plugins :: template-node :: ${project.artifactId} diff --git a/template-node/pom.xml b/template-node/pom.xml index 0c918780..3bfe3627 100644 --- a/template-node/pom.xml +++ b/template-node/pom.xml @@ -1,26 +1,21 @@ - - 4.0.0 + + 4.0.0 - - org.onap.ccsdk.parent - odlparent-lite - 1.2.0-SNAPSHOT - + + org.onap.ccsdk.parent + odlparent-lite + 1.2.1-SNAPSHOT + - org.onap.ccsdk.sli.plugins - template-node - 0.4.0-SNAPSHOT - pom + org.onap.ccsdk.sli.plugins + template-node + 0.4.1-SNAPSHOT + pom - ccsdk-sli-plugins :: template-node - This is an implementation of DG Execute Node that resolves a Velocity Template - - - provider - features - installer - + + provider + features + installer + diff --git a/template-node/provider/pom.xml b/template-node/provider/pom.xml index bf90d352..23eee4d6 100644 --- a/template-node/provider/pom.xml +++ b/template-node/provider/pom.xml @@ -5,16 +5,28 @@ org.onap.ccsdk.parent binding-parent - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT org.onap.ccsdk.sli.plugins template-node-provider - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT bundle ccsdk-sli-plugins :: template-node :: ${project.artifactId} + + + + org.onap.ccsdk.sli.core + sli-core-artifacts + ${ccsdk.sli.core.version} + pom + import + + + + junit -- cgit 1.2.3-korg