From 5168c45fa217d64b577adf1d51ad202989a2f1c2 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Thu, 10 Sep 2020 19:18:29 +0000 Subject: [PATCH] Release ccsdk/distribution --- alpine/java11/pom.xml | 4 ++-- alpine/java8/pom.xml | 4 ++-- alpine/pom.xml | 4 ++-- ansible-server/pom.xml | 2 +- dependencies/pom.xml | 2 +- dgbuilder-docker/pom.xml | 4 ++-- dgbuilder/pom.xml | 4 ++-- odlsli/odlsli-alpine/pom.xml | 2 +- odlsli/pom.xml | 4 ++-- opendaylight/neon/neon-alpine/pom.xml | 4 ++-- opendaylight/neon/pom.xml | 4 ++-- opendaylight/pom.xml | 4 ++-- opendaylight/sodium/pom.xml | 4 ++-- opendaylight/sodium/sodium-alpine/pom.xml | 4 ++-- platform-logic/a1Adapter-api/pom.xml | 4 ++-- platform-logic/asdc-api/pom.xml | 4 ++-- platform-logic/cMNotify-api/pom.xml | 4 ++-- platform-logic/installer/pom.xml | 4 ++-- platform-logic/oofpcipoc-api/pom.xml | 4 ++-- platform-logic/pom.xml | 4 ++-- platform-logic/ran-slice-api/pom.xml | 4 ++-- platform-logic/restapi-templates/pom.xml | 4 ++-- platform-logic/sliapi/pom.xml | 4 ++-- pom.xml | 2 +- saltstack-server/pom.xml | 4 ++-- ubuntu/pom.xml | 4 ++-- 26 files changed, 48 insertions(+), 48 deletions(-) diff --git a/alpine/java11/pom.xml b/alpine/java11/pom.xml index 8370e92a..e5e49fc8 100644 --- a/alpine/java11/pom.xml +++ b/alpine/java11/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-alpine-root - 1.0.1-SNAPSHOT + 1.0.1 distribution-j11-alpine - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: alpine :: java11 diff --git a/alpine/java8/pom.xml b/alpine/java8/pom.xml index 6360c1a1..33ad5dc2 100644 --- a/alpine/java8/pom.xml +++ b/alpine/java8/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-alpine-root - 1.0.1-SNAPSHOT + 1.0.1 distribution-alpine - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: alpine diff --git a/alpine/pom.xml b/alpine/pom.xml index 7b29adeb..038d1512 100644 --- a/alpine/pom.xml +++ b/alpine/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-root - 1.0.1-SNAPSHOT + 1.0.1 distribution-alpine-root - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: opendaylight diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index 6b86333c..2d953df9 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -11,7 +11,7 @@ pom org.onap.ccsdk.distribution ansible-server - 1.0.1-SNAPSHOT + 1.0.1 ccsdk :: distribution :: ${project.artifactId} Creates ansible-server Docker container diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 8d6d148f..430e6cef 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.distribution dependencies - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution:: dependencies diff --git a/dgbuilder-docker/pom.xml b/dgbuilder-docker/pom.xml index d4e7f6d6..a5cd9ab5 100644 --- a/dgbuilder-docker/pom.xml +++ b/dgbuilder-docker/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.distribution distribution-root - 1.0.1-SNAPSHOT + 1.0.1 org.onap.ccsdk.distribution distribution-dgbuilder-docker - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: dgbuilder-docker diff --git a/dgbuilder/pom.xml b/dgbuilder/pom.xml index c13355ae..9ba5c7db 100644 --- a/dgbuilder/pom.xml +++ b/dgbuilder/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.distribution distribution-root - 1.0.1-SNAPSHOT + 1.0.1 org.onap.ccsdk.distribution distribution-dgbuilder - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: dgbuilder diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml index 4ee4ef35..e90e2864 100644 --- a/odlsli/odlsli-alpine/pom.xml +++ b/odlsli/odlsli-alpine/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.distribution distribution-odlsli-alpine - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: odlsli-alpine diff --git a/odlsli/pom.xml b/odlsli/pom.xml index 2f33a32f..aadd1afb 100644 --- a/odlsli/pom.xml +++ b/odlsli/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-root - 1.0.1-SNAPSHOT + 1.0.1 distribution-odlsli - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: odlsli diff --git a/opendaylight/neon/neon-alpine/pom.xml b/opendaylight/neon/neon-alpine/pom.xml index 8f96a092..f0db66ea 100644 --- a/opendaylight/neon/neon-alpine/pom.xml +++ b/opendaylight/neon/neon-alpine/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-odl-neon - 1.0.1-SNAPSHOT + 1.0.1 distribution-odl-neon-docker - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: opendaylight :: neon :: docker diff --git a/opendaylight/neon/pom.xml b/opendaylight/neon/pom.xml index 1079f8d0..3baa20f9 100644 --- a/opendaylight/neon/pom.xml +++ b/opendaylight/neon/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-opendaylight - 1.0.1-SNAPSHOT + 1.0.1 distribution-odl-neon - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: opendaylight diff --git a/opendaylight/pom.xml b/opendaylight/pom.xml index d918f1a1..6751bb91 100644 --- a/opendaylight/pom.xml +++ b/opendaylight/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-root - 1.0.1-SNAPSHOT + 1.0.1 distribution-opendaylight - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: opendaylight diff --git a/opendaylight/sodium/pom.xml b/opendaylight/sodium/pom.xml index f2b571f6..6d62c51b 100644 --- a/opendaylight/sodium/pom.xml +++ b/opendaylight/sodium/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-opendaylight - 1.0.1-SNAPSHOT + 1.0.1 distribution-odl-sodium - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: opendaylight diff --git a/opendaylight/sodium/sodium-alpine/pom.xml b/opendaylight/sodium/sodium-alpine/pom.xml index b0e3f9eb..676fda0d 100644 --- a/opendaylight/sodium/sodium-alpine/pom.xml +++ b/opendaylight/sodium/sodium-alpine/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-odl-sodium - 1.0.1-SNAPSHOT + 1.0.1 distribution-odl-sodium-docker - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: opendaylight :: sodium :: docker diff --git a/platform-logic/a1Adapter-api/pom.xml b/platform-logic/a1Adapter-api/pom.xml index c12abc09..d67f25fa 100644 --- a/platform-logic/a1Adapter-api/pom.xml +++ b/platform-logic/a1Adapter-api/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-platform-logic - 1.0.1-SNAPSHOT + 1.0.1 platform-logic-a1Adapterapi - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: platform-logic :: ${project.artifactId} diff --git a/platform-logic/asdc-api/pom.xml b/platform-logic/asdc-api/pom.xml index a8b799c9..ef75b70b 100644 --- a/platform-logic/asdc-api/pom.xml +++ b/platform-logic/asdc-api/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-platform-logic - 1.0.1-SNAPSHOT + 1.0.1 platform-logic-asdcapi - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: platform-logic :: ${project.artifactId} diff --git a/platform-logic/cMNotify-api/pom.xml b/platform-logic/cMNotify-api/pom.xml index 3eaa99fe..0fb45794 100644 --- a/platform-logic/cMNotify-api/pom.xml +++ b/platform-logic/cMNotify-api/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-platform-logic - 1.0.1-SNAPSHOT + 1.0.1 platform-logic-cMNotifyai - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: platform-logic :: ${project.artifactId} diff --git a/platform-logic/installer/pom.xml b/platform-logic/installer/pom.xml index 9b77b88f..3822127c 100644 --- a/platform-logic/installer/pom.xml +++ b/platform-logic/installer/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-platform-logic - 1.0.1-SNAPSHOT + 1.0.1 platform-logic-installer - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: platform-logic :: ${project.artifactId} diff --git a/platform-logic/oofpcipoc-api/pom.xml b/platform-logic/oofpcipoc-api/pom.xml index 1f8e981d..6523ecdb 100644 --- a/platform-logic/oofpcipoc-api/pom.xml +++ b/platform-logic/oofpcipoc-api/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-platform-logic - 1.0.1-SNAPSHOT + 1.0.1 platform-logic-oofpcipocapi - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: platform-logic :: ${project.artifactId} diff --git a/platform-logic/pom.xml b/platform-logic/pom.xml index 4d17bf20..15106257 100644 --- a/platform-logic/pom.xml +++ b/platform-logic/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-root - 1.0.1-SNAPSHOT + 1.0.1 distribution-platform-logic - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: platform-logic diff --git a/platform-logic/ran-slice-api/pom.xml b/platform-logic/ran-slice-api/pom.xml index fb55f0b3..0db9c9de 100644 --- a/platform-logic/ran-slice-api/pom.xml +++ b/platform-logic/ran-slice-api/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-platform-logic - 1.0.1-SNAPSHOT + 1.0.1 platform-logic-ranSlice - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: platform-logic :: ${project.artifactId} diff --git a/platform-logic/restapi-templates/pom.xml b/platform-logic/restapi-templates/pom.xml index a02807b0..16c76864 100644 --- a/platform-logic/restapi-templates/pom.xml +++ b/platform-logic/restapi-templates/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-platform-logic - 1.0.1-SNAPSHOT + 1.0.1 platform-logic-restapi-templates - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: platform-logic :: ${project.artifactId} diff --git a/platform-logic/sliapi/pom.xml b/platform-logic/sliapi/pom.xml index 9e7aa75b..2e04da04 100644 --- a/platform-logic/sliapi/pom.xml +++ b/platform-logic/sliapi/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-platform-logic - 1.0.1-SNAPSHOT + 1.0.1 platform-logic-sliapi - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: platform-logic :: ${project.artifactId} diff --git a/pom.xml b/pom.xml index 8de24287..0f60a38b 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.distribution distribution-root - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution diff --git a/saltstack-server/pom.xml b/saltstack-server/pom.xml index baeff2db..0dc92627 100644 --- a/saltstack-server/pom.xml +++ b/saltstack-server/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-root - 1.0.1-SNAPSHOT + 1.0.1 saltstack-server - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: saltstack-server diff --git a/ubuntu/pom.xml b/ubuntu/pom.xml index 8dcca8a5..f0c7b15e 100644 --- a/ubuntu/pom.xml +++ b/ubuntu/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-root - 1.0.1-SNAPSHOT + 1.0.1 distribution-ubuntu - 1.0.1-SNAPSHOT + 1.0.1 pom ccsdk-distribution :: ubuntu -- 2.16.6