diff options
author | Dan Timoney <dtimoney@att.com> | 2020-06-24 07:55:58 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-06-24 07:55:58 -0400 |
commit | 6cf8218871308bb86b480d41b8d415df387911a3 (patch) | |
tree | 0f451d70861a49e4631032a868b70a42201e311e | |
parent | f8c4a4a86185c160401a4e5eeccf14f1fd8923f2 (diff) |
Update to latest ccsdk/parent Frankfurt snapshot version
Updated parent versions to latest CCSDK Frankfurt snapshot
Change-Id: I25c58ad76c2c93cf164ad56b8f406c49e1a8d8b9
Issue-ID: CCSDK-2478
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r-- | alpine/pom.xml | 4 | ||||
-rw-r--r-- | ansible-server/pom.xml | 4 | ||||
-rwxr-xr-x | dependencies/pom.xml | 4 | ||||
-rw-r--r-- | dgbuilder-docker/pom.xml | 4 | ||||
-rw-r--r-- | dgbuilder/pom.xml | 4 | ||||
-rw-r--r-- | odlsli/odlsli-alpine/pom.xml | 4 | ||||
-rw-r--r-- | odlsli/pom.xml | 4 | ||||
-rw-r--r-- | opendaylight/neon/neon-alpine/pom.xml | 4 | ||||
-rw-r--r-- | opendaylight/neon/pom.xml | 4 | ||||
-rw-r--r-- | opendaylight/pom.xml | 4 | ||||
-rw-r--r-- | platform-logic/a1Adapter-api/pom.xml | 4 | ||||
-rw-r--r-- | platform-logic/asdc-api/pom.xml | 4 | ||||
-rw-r--r-- | platform-logic/cMNotify-api/pom.xml | 4 | ||||
-rw-r--r-- | platform-logic/installer/pom.xml | 4 | ||||
-rw-r--r-- | platform-logic/oofpcipoc-api/pom.xml | 4 | ||||
-rw-r--r-- | platform-logic/pom.xml | 4 | ||||
-rw-r--r-- | platform-logic/restapi-templates/pom.xml | 4 | ||||
-rw-r--r-- | platform-logic/sliapi/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | saltstack-server/pom.xml | 4 | ||||
-rw-r--r-- | ubuntu/pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
22 files changed, 43 insertions, 43 deletions
diff --git a/alpine/pom.xml b/alpine/pom.xml index 1dc06736..bac0189f 100644 --- a/alpine/pom.xml +++ b/alpine/pom.xml @@ -5,11 +5,11 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> </parent> <artifactId>distribution-alpine</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: alpine</name> diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index 11202cee..0f4892c6 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -4,14 +4,14 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.9</version> + <version>1.5.10-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>ansible-server</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> <name>ccsdk :: distribution :: ${project.artifactId}</name> <description>Creates ansible-server Docker container</description> diff --git a/dependencies/pom.xml b/dependencies/pom.xml index c23546d3..62912a2f 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.9</version> + <version>1.5.10-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>dependencies</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution:: dependencies</name> diff --git a/dgbuilder-docker/pom.xml b/dgbuilder-docker/pom.xml index 42f138f3..b46e9f78 100644 --- a/dgbuilder-docker/pom.xml +++ b/dgbuilder-docker/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-dgbuilder-docker</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: dgbuilder-docker</name> diff --git a/dgbuilder/pom.xml b/dgbuilder/pom.xml index 10b83bda..e557d04a 100644 --- a/dgbuilder/pom.xml +++ b/dgbuilder/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-dgbuilder</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: dgbuilder</name> diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml index 0925d1f9..ed05f219 100644 --- a/odlsli/odlsli-alpine/pom.xml +++ b/odlsli/odlsli-alpine/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.9</version> + <version>1.5.10-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-odlsli-alpine</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: odlsli-alpine</name> diff --git a/odlsli/pom.xml b/odlsli/pom.xml index aabcce6d..8b9f41e2 100644 --- a/odlsli/pom.xml +++ b/odlsli/pom.xml @@ -5,11 +5,11 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> </parent> <artifactId>distribution-odlsli</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: odlsli</name> diff --git a/opendaylight/neon/neon-alpine/pom.xml b/opendaylight/neon/neon-alpine/pom.xml index cf138cf9..bea42248 100644 --- a/opendaylight/neon/neon-alpine/pom.xml +++ b/opendaylight/neon/neon-alpine/pom.xml @@ -5,11 +5,11 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-odl-neon</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> </parent> <artifactId>distribution-odl-neon-docker</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: opendaylight :: neon :: docker</name> diff --git a/opendaylight/neon/pom.xml b/opendaylight/neon/pom.xml index 5b930a46..2a89f0a2 100644 --- a/opendaylight/neon/pom.xml +++ b/opendaylight/neon/pom.xml @@ -5,11 +5,11 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-opendaylight</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> </parent> <artifactId>distribution-odl-neon</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: opendaylight</name> diff --git a/opendaylight/pom.xml b/opendaylight/pom.xml index 15261abd..bbe32c06 100644 --- a/opendaylight/pom.xml +++ b/opendaylight/pom.xml @@ -5,11 +5,11 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> </parent> <artifactId>distribution-opendaylight</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: opendaylight</name> diff --git a/platform-logic/a1Adapter-api/pom.xml b/platform-logic/a1Adapter-api/pom.xml index 4b8a4516..a74579d8 100644 --- a/platform-logic/a1Adapter-api/pom.xml +++ b/platform-logic/a1Adapter-api/pom.xml @@ -5,11 +5,11 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-platform-logic</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> </parent> <artifactId>platform-logic-a1Adapterapi</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: platform-logic :: ${project.artifactId}</name> diff --git a/platform-logic/asdc-api/pom.xml b/platform-logic/asdc-api/pom.xml index 5280d862..6e2665a4 100644 --- a/platform-logic/asdc-api/pom.xml +++ b/platform-logic/asdc-api/pom.xml @@ -5,11 +5,11 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-platform-logic</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> </parent> <artifactId>platform-logic-asdcapi</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: platform-logic :: ${project.artifactId}</name> diff --git a/platform-logic/cMNotify-api/pom.xml b/platform-logic/cMNotify-api/pom.xml index 5a3fb6be..152016aa 100644 --- a/platform-logic/cMNotify-api/pom.xml +++ b/platform-logic/cMNotify-api/pom.xml @@ -5,11 +5,11 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-platform-logic</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> </parent> <artifactId>platform-logic-cMNotifyai</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: platform-logic :: ${project.artifactId}</name> diff --git a/platform-logic/installer/pom.xml b/platform-logic/installer/pom.xml index 33765775..f37aa01a 100644 --- a/platform-logic/installer/pom.xml +++ b/platform-logic/installer/pom.xml @@ -5,11 +5,11 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-platform-logic</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> </parent> <artifactId>platform-logic-installer</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: platform-logic :: ${project.artifactId}</name> diff --git a/platform-logic/oofpcipoc-api/pom.xml b/platform-logic/oofpcipoc-api/pom.xml index 8de8a49d..a9126e1a 100644 --- a/platform-logic/oofpcipoc-api/pom.xml +++ b/platform-logic/oofpcipoc-api/pom.xml @@ -5,11 +5,11 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-platform-logic</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> </parent> <artifactId>platform-logic-oofpcipocapi</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: platform-logic :: ${project.artifactId}</name> diff --git a/platform-logic/pom.xml b/platform-logic/pom.xml index 503bb522..48404f6d 100644 --- a/platform-logic/pom.xml +++ b/platform-logic/pom.xml @@ -5,11 +5,11 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> </parent> <artifactId>distribution-platform-logic</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: platform-logic</name> diff --git a/platform-logic/restapi-templates/pom.xml b/platform-logic/restapi-templates/pom.xml index ef787ed0..12329adb 100644 --- a/platform-logic/restapi-templates/pom.xml +++ b/platform-logic/restapi-templates/pom.xml @@ -5,11 +5,11 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-platform-logic</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> </parent> <artifactId>platform-logic-restapi-templates</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: platform-logic :: ${project.artifactId}</name> diff --git a/platform-logic/sliapi/pom.xml b/platform-logic/sliapi/pom.xml index 67868629..376cfa0a 100644 --- a/platform-logic/sliapi/pom.xml +++ b/platform-logic/sliapi/pom.xml @@ -5,11 +5,11 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-platform-logic</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> </parent> <artifactId>platform-logic-sliapi</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: platform-logic :: ${project.artifactId}</name> @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.9</version> + <version>1.5.10-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution</name> diff --git a/saltstack-server/pom.xml b/saltstack-server/pom.xml index 3f11588c..9ecaa1be 100644 --- a/saltstack-server/pom.xml +++ b/saltstack-server/pom.xml @@ -5,11 +5,11 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> </parent> <artifactId>saltstack-server</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: saltstack-server</name> diff --git a/ubuntu/pom.xml b/ubuntu/pom.xml index 064ffd72..c22d0c06 100644 --- a/ubuntu/pom.xml +++ b/ubuntu/pom.xml @@ -5,11 +5,11 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> </parent> <artifactId>distribution-ubuntu</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: ubuntu</name> diff --git a/version.properties b/version.properties index 948053a9..3067f957 100644 --- a/version.properties +++ b/version.properties @@ -6,7 +6,7 @@ release_name=0 sprint_number=7 -feature_revision=5 +feature_revision=6 base_version=${release_name}.${sprint_number}.${feature_revision} |