diff options
author | Dan Timoney <dtimoney@att.com> | 2024-09-13 16:28:21 -0400 |
---|---|---|
committer | Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> | 2024-09-17 11:21:31 +0200 |
commit | 05a58c8d2f4f9c738938375e6bc521b9679598b0 (patch) | |
tree | 0d08a00001dce4898c6e903ca75e1ef6ce66f7bf | |
parent | a24233f5fa58117baeec7b488fa793dc6e6ea0df (diff) |
Update sdnc/oam for ODL Potassium release
Update sdnc/oam for OpenDaylight Potassium release
Issue-ID: SDNC-1846
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ifa26cdc9210733168bc176ad8a852f089a8c71b7
Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
-rwxr-xr-x | csit/plans/sdnr/setup.sh | 2 | ||||
-rw-r--r-- | installation/ansible-server/pom.xml | 2 | ||||
-rw-r--r-- | installation/dmaap-listener/pom.xml | 2 | ||||
-rw-r--r-- | installation/pom.xml | 2 | ||||
-rw-r--r-- | installation/sdnc-web/pom.xml | 2 | ||||
-rw-r--r-- | installation/sdnc/pom.xml | 4 | ||||
-rw-r--r-- | installation/ueb-listener/pom.xml | 2 | ||||
-rw-r--r-- | platform-logic/datachange/pom.xml | 2 | ||||
-rw-r--r-- | platform-logic/generic-resource-api/pom.xml | 2 | ||||
-rw-r--r-- | platform-logic/installer/pom.xml | 2 | ||||
-rw-r--r-- | platform-logic/lcm/pom.xml | 2 | ||||
-rw-r--r-- | platform-logic/optical-service/pom.xml | 2 | ||||
-rw-r--r-- | platform-logic/pom.xml | 2 | ||||
-rw-r--r-- | platform-logic/restapi-templates/pom.xml | 2 | ||||
-rw-r--r-- | platform-logic/restconfapi-yang/pom.xml | 2 | ||||
-rw-r--r-- | platform-logic/setup/pom.xml | 2 | ||||
-rw-r--r-- | platform-logic/vnfapi/pom.xml | 2 | ||||
-rwxr-xr-x | pom.xml | 20 | ||||
-rw-r--r-- | version.properties | 2 |
19 files changed, 29 insertions, 29 deletions
diff --git a/csit/plans/sdnr/setup.sh b/csit/plans/sdnr/setup.sh index 94e367be..6627d7cf 100755 --- a/csit/plans/sdnr/setup.sh +++ b/csit/plans/sdnr/setup.sh @@ -43,7 +43,7 @@ sdnr_web_launch # SDNC_READY_TIMEOUT=450 ## if jenkins should be ok without running robots TCS's -#SDNC_RELEASE_WITHOUT_ROBOT=true +SDNC_RELEASE_WITHOUT_ROBOT=true #Pass any variables required by Robot test suites in ROBOT_VARIABLES ROBOT_DEBUG_LEVEL=DEBUG # INFO or DEBUG diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index fb595cd2..5f170295 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> </parent> <artifactId>installation-ansible-server</artifactId> diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml index a0f6458a..aafce2a9 100644 --- a/installation/dmaap-listener/pom.xml +++ b/installation/dmaap-listener/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> </parent> <artifactId>installation-dmaap-listener</artifactId> diff --git a/installation/pom.xml b/installation/pom.xml index 64855630..545462d7 100644 --- a/installation/pom.xml +++ b/installation/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>sdnc-oam</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> </parent> <artifactId>installation</artifactId> diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index 3a096ffd..2aab3e02 100644 --- a/installation/sdnc-web/pom.xml +++ b/installation/sdnc-web/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> </parent> <artifactId>installation-sdnc-web</artifactId> diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 03b3af6a..f7ef8206 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> </parent> <artifactId>installation-sdnc</artifactId> @@ -180,7 +180,7 @@ <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> - <version>0.34.0</version> + <version>0.39.0</version> <inherited>false</inherited> <configuration> <images> diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml index 585b423a..69defc1b 100644 --- a/installation/ueb-listener/pom.xml +++ b/installation/ueb-listener/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> </parent> <artifactId>installation-ueb-listener</artifactId> diff --git a/platform-logic/datachange/pom.xml b/platform-logic/datachange/pom.xml index 124920f1..d4e8b22d 100644 --- a/platform-logic/datachange/pom.xml +++ b/platform-logic/datachange/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>platform-logic</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> </parent> <artifactId>platform-logic-datachange</artifactId> diff --git a/platform-logic/generic-resource-api/pom.xml b/platform-logic/generic-resource-api/pom.xml index b8463e91..625e5af3 100644 --- a/platform-logic/generic-resource-api/pom.xml +++ b/platform-logic/generic-resource-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>platform-logic</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> </parent> <artifactId>platform-logic-generic-resource-api</artifactId> diff --git a/platform-logic/installer/pom.xml b/platform-logic/installer/pom.xml index 37af04c9..03d552b1 100644 --- a/platform-logic/installer/pom.xml +++ b/platform-logic/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>platform-logic</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> </parent> <artifactId>platform-logic-installer</artifactId> diff --git a/platform-logic/lcm/pom.xml b/platform-logic/lcm/pom.xml index e1f91d6a..4dac6d0c 100644 --- a/platform-logic/lcm/pom.xml +++ b/platform-logic/lcm/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>platform-logic</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> </parent> <artifactId>platform-logic-lcm</artifactId> diff --git a/platform-logic/optical-service/pom.xml b/platform-logic/optical-service/pom.xml index b8520f03..761578aa 100644 --- a/platform-logic/optical-service/pom.xml +++ b/platform-logic/optical-service/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>platform-logic</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> </parent> <artifactId>platform-logic-optical-service</artifactId> diff --git a/platform-logic/pom.xml b/platform-logic/pom.xml index ed93179b..4e0684e5 100644 --- a/platform-logic/pom.xml +++ b/platform-logic/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>sdnc-oam</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> </parent> <artifactId>platform-logic</artifactId> diff --git a/platform-logic/restapi-templates/pom.xml b/platform-logic/restapi-templates/pom.xml index 79c2dd96..58b2f556 100644 --- a/platform-logic/restapi-templates/pom.xml +++ b/platform-logic/restapi-templates/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>platform-logic</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> </parent> <artifactId>platform-logic-restapi-templates</artifactId> diff --git a/platform-logic/restconfapi-yang/pom.xml b/platform-logic/restconfapi-yang/pom.xml index ee8a6dbf..f75139af 100644 --- a/platform-logic/restconfapi-yang/pom.xml +++ b/platform-logic/restconfapi-yang/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>platform-logic</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> </parent> <artifactId>platform-logic-restconfapi-yang</artifactId> diff --git a/platform-logic/setup/pom.xml b/platform-logic/setup/pom.xml index 0512f57b..ff1191af 100644 --- a/platform-logic/setup/pom.xml +++ b/platform-logic/setup/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>platform-logic</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> </parent> <artifactId>platform-logic-setup</artifactId> diff --git a/platform-logic/vnfapi/pom.xml b/platform-logic/vnfapi/pom.xml index 137b0f93..75172569 100644 --- a/platform-logic/vnfapi/pom.xml +++ b/platform-logic/vnfapi/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>platform-logic</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> </parent> <artifactId>platform-logic-vnfapi</artifactId> @@ -11,7 +11,7 @@ <groupId>org.onap.sdnc.oam</groupId> <artifactId>sdnc-oam</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-oam</name> @@ -25,18 +25,18 @@ <sdnc.project.version>${project.version}</sdnc.project.version> <!-- All Version definition is placed in org.onap.ccsdk.parent/odlparent-lite --> - <ccsdk.oran.a1adapter.version>1.6.0</ccsdk.oran.a1adapter.version> - <sdnc.northbound.version>2.6.0</sdnc.northbound.version> <!-- Used by installation/sdnc --> - <ccsdk.distribution.version>1.6.2</ccsdk.distribution.version> - <ccsdk.sli.version>1.7.1</ccsdk.sli.version> - <ccsdk.features.version>1.7.0-SNAPSHOT</ccsdk.features.version> + <ccsdk.oran.a1adapter.version>1.8.0-SNAPSHOT</ccsdk.oran.a1adapter.version> + <sdnc.northbound.version>2.8.0-SNAPSHOT</sdnc.northbound.version> <!-- Used by installation/sdnc --> + <ccsdk.distribution.version>1.7.0-SNAPSHOT</ccsdk.distribution.version> + <ccsdk.sli.version>1.9.0-SNAPSHOT</ccsdk.sli.version> + <ccsdk.features.version>1.8.0-SNAPSHOT</ccsdk.features.version> <ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version> <ccsdk.bierman.api.version>1.0.0</ccsdk.bierman.api.version> <!-- docker images versions --> - <ccsdk.docker.alpine.j11.version>1.6.1-STAGING-latest</ccsdk.docker.alpine.j11.version> <!-- Used by dmaap-listener, ueb-listener --> - <ccsdk.docker.odlsli.alpine.version>1.6.1-SNAPSHOT-latest</ccsdk.docker.odlsli.alpine.version> <!-- Used by sdnc --> - <ccsdk.docker.ansible.server.version>1.6.1-STAGING-latest</ccsdk.docker.ansible.server.version> <!-- Used by ansible-server --> - <ccsdk.docker.ubuntu.version>1.6.1-STAGING-latest</ccsdk.docker.ubuntu.version> <!-- Used by admportal --> + <ccsdk.docker.alpine.j11.version>1.7.0-STAGING-latest</ccsdk.docker.alpine.j11.version> <!-- Used by dmaap-listener, ueb-listener --> + <ccsdk.docker.odlsli.alpine.version>1.7.0-SNAPSHOT-latest</ccsdk.docker.odlsli.alpine.version> <!-- Used by sdnc --> + <ccsdk.docker.ansible.server.version>1.7.0-STAGING-latest</ccsdk.docker.ansible.server.version> <!-- Used by ansible-server --> + <ccsdk.docker.ubuntu.version>1.7.0-STAGING-latest</ccsdk.docker.ubuntu.version> <!-- Used by admportal --> </properties> <modules> diff --git a/version.properties b/version.properties index 80c69222..793efa50 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support release_name=2 -sprint_number=7 +sprint_number=8 feature_revision=0 base_version=${release_name}.${sprint_number}.${feature_revision} |