From b160d082e5bf6a56c03cfed175f8d44c54528753 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Mon, 24 Aug 2020 11:57:27 -0400 Subject: [PATCH] Moving to next snapshot Issue-ID: CCSDK-2691 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I2ca4948c618bb7a496099ae00b7b93ac9f075c03 --- alpine/java11/pom.xml | 4 ++-- alpine/java8/pom.xml | 4 ++-- alpine/pom.xml | 4 ++-- ansible-server/pom.xml | 4 ++-- dependencies/pom.xml | 4 ++-- dgbuilder-docker/pom.xml | 4 ++-- dgbuilder/pom.xml | 4 ++-- odlsli/odlsli-alpine/pom.xml | 4 ++-- 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/restapi-templates/pom.xml | 4 ++-- platform-logic/sliapi/pom.xml | 4 ++-- pom.xml | 4 ++-- saltstack-server/pom.xml | 4 ++-- ubuntu/pom.xml | 4 ++-- 25 files changed, 50 insertions(+), 50 deletions(-) diff --git a/alpine/java11/pom.xml b/alpine/java11/pom.xml index acf8c386..e160665c 100644 --- a/alpine/java11/pom.xml +++ b/alpine/java11/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-alpine-root - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT distribution-j11-alpine - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: alpine :: java11 diff --git a/alpine/java8/pom.xml b/alpine/java8/pom.xml index 58f85a0c..6360c1a1 100644 --- a/alpine/java8/pom.xml +++ b/alpine/java8/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-alpine-root - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT distribution-alpine - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: alpine diff --git a/alpine/pom.xml b/alpine/pom.xml index dcdae7e5..7b29adeb 100644 --- a/alpine/pom.xml +++ b/alpine/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-root - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT distribution-alpine-root - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: opendaylight diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index 1c38c489..9e704ef4 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -4,14 +4,14 @@ org.onap.ccsdk.parent odlparent-lite - 2.0.0 + 2.0.1-SNAPSHOT 4.0.0 pom org.onap.ccsdk.distribution ansible-server - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT ccsdk :: distribution :: ${project.artifactId} Creates ansible-server Docker container diff --git a/dependencies/pom.xml b/dependencies/pom.xml index e809af75..fb57c40a 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent odlparent-lite - 2.0.0 + 2.0.1-SNAPSHOT org.onap.ccsdk.distribution dependencies - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution:: dependencies diff --git a/dgbuilder-docker/pom.xml b/dgbuilder-docker/pom.xml index f969e5bf..d4e7f6d6 100644 --- a/dgbuilder-docker/pom.xml +++ b/dgbuilder-docker/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.distribution distribution-root - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT org.onap.ccsdk.distribution distribution-dgbuilder-docker - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: dgbuilder-docker diff --git a/dgbuilder/pom.xml b/dgbuilder/pom.xml index 241e1233..c13355ae 100644 --- a/dgbuilder/pom.xml +++ b/dgbuilder/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.distribution distribution-root - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT org.onap.ccsdk.distribution distribution-dgbuilder - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: dgbuilder diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml index a4160dfe..821e28eb 100644 --- a/odlsli/odlsli-alpine/pom.xml +++ b/odlsli/odlsli-alpine/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent odlparent-lite - 2.0.0 + 2.0.1-SNAPSHOT org.onap.ccsdk.distribution distribution-odlsli-alpine - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: odlsli-alpine diff --git a/odlsli/pom.xml b/odlsli/pom.xml index 75343cc4..2f33a32f 100644 --- a/odlsli/pom.xml +++ b/odlsli/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-root - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT distribution-odlsli - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: odlsli diff --git a/opendaylight/neon/neon-alpine/pom.xml b/opendaylight/neon/neon-alpine/pom.xml index 2fb3604a..8f96a092 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.0-SNAPSHOT + 1.0.1-SNAPSHOT distribution-odl-neon-docker - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: opendaylight :: neon :: docker diff --git a/opendaylight/neon/pom.xml b/opendaylight/neon/pom.xml index caa22821..1079f8d0 100644 --- a/opendaylight/neon/pom.xml +++ b/opendaylight/neon/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-opendaylight - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT distribution-odl-neon - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: opendaylight diff --git a/opendaylight/pom.xml b/opendaylight/pom.xml index 4c121a72..d918f1a1 100644 --- a/opendaylight/pom.xml +++ b/opendaylight/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-root - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT distribution-opendaylight - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: opendaylight diff --git a/opendaylight/sodium/pom.xml b/opendaylight/sodium/pom.xml index 75381a73..5a82bbb9 100644 --- a/opendaylight/sodium/pom.xml +++ b/opendaylight/sodium/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-opendaylight - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT distribution-odl-sodium - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: opendaylight diff --git a/opendaylight/sodium/sodium-alpine/pom.xml b/opendaylight/sodium/sodium-alpine/pom.xml index 6b8129d6..b0e3f9eb 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.0-SNAPSHOT + 1.0.1-SNAPSHOT distribution-odl-sodium-docker - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: opendaylight :: sodium :: docker diff --git a/platform-logic/a1Adapter-api/pom.xml b/platform-logic/a1Adapter-api/pom.xml index e302aa73..c12abc09 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.0-SNAPSHOT + 1.0.1-SNAPSHOT platform-logic-a1Adapterapi - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: platform-logic :: ${project.artifactId} diff --git a/platform-logic/asdc-api/pom.xml b/platform-logic/asdc-api/pom.xml index eb7a58fd..a8b799c9 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.0-SNAPSHOT + 1.0.1-SNAPSHOT platform-logic-asdcapi - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: platform-logic :: ${project.artifactId} diff --git a/platform-logic/cMNotify-api/pom.xml b/platform-logic/cMNotify-api/pom.xml index 46c5b998..3eaa99fe 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.0-SNAPSHOT + 1.0.1-SNAPSHOT platform-logic-cMNotifyai - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: platform-logic :: ${project.artifactId} diff --git a/platform-logic/installer/pom.xml b/platform-logic/installer/pom.xml index 25c3192e..31abfc87 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.0-SNAPSHOT + 1.0.1-SNAPSHOT platform-logic-installer - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: platform-logic :: ${project.artifactId} diff --git a/platform-logic/oofpcipoc-api/pom.xml b/platform-logic/oofpcipoc-api/pom.xml index e35bf52c..1f8e981d 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.0-SNAPSHOT + 1.0.1-SNAPSHOT platform-logic-oofpcipocapi - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: platform-logic :: ${project.artifactId} diff --git a/platform-logic/pom.xml b/platform-logic/pom.xml index 26362321..34c33f8d 100644 --- a/platform-logic/pom.xml +++ b/platform-logic/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-root - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT distribution-platform-logic - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: platform-logic diff --git a/platform-logic/restapi-templates/pom.xml b/platform-logic/restapi-templates/pom.xml index 182cca66..a02807b0 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.0-SNAPSHOT + 1.0.1-SNAPSHOT platform-logic-restapi-templates - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: platform-logic :: ${project.artifactId} diff --git a/platform-logic/sliapi/pom.xml b/platform-logic/sliapi/pom.xml index 1d286cb1..9e7aa75b 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.0-SNAPSHOT + 1.0.1-SNAPSHOT platform-logic-sliapi - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: platform-logic :: ${project.artifactId} diff --git a/pom.xml b/pom.xml index 2e47cfc0..70e6ecaf 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent odlparent-lite - 2.0.0 + 2.0.1-SNAPSHOT org.onap.ccsdk.distribution distribution-root - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution diff --git a/saltstack-server/pom.xml b/saltstack-server/pom.xml index cd4acee5..baeff2db 100644 --- a/saltstack-server/pom.xml +++ b/saltstack-server/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-root - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT saltstack-server - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: saltstack-server diff --git a/ubuntu/pom.xml b/ubuntu/pom.xml index c81722b2..8dcca8a5 100644 --- a/ubuntu/pom.xml +++ b/ubuntu/pom.xml @@ -5,11 +5,11 @@ org.onap.ccsdk.distribution distribution-root - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT distribution-ubuntu - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ccsdk-distribution :: ubuntu -- 2.16.6