diff options
author | Dan Timoney <dtimoney@att.com> | 2024-09-27 14:43:09 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-09-27 14:43:09 -0400 |
commit | b222ce597db2af1929e5b1d42210c156d7c794ca (patch) | |
tree | 41242739c990054fa0bb15da4fb277023d9070a6 /installation | |
parent | 17acb924fe12bbcbaba68e5e7b2a457d0d830cbe (diff) |
Release initial Oslo maven artifacts
Release initial version of Oslo release SDNC maven artifacts and roll version
Issue-ID: SDNC-1846
Change-Id: I9bf8b35b37fcf05c5909baf80ddbdd5efd8708e6
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'installation')
-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 | 2 | ||||
-rw-r--r-- | installation/ueb-listener/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index 5f170295..b8b8de6c 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.8.0-SNAPSHOT</version> + <version>2.8.1-SNAPSHOT</version> </parent> <artifactId>installation-ansible-server</artifactId> diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml index aafce2a9..163de998 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.8.0-SNAPSHOT</version> + <version>2.8.1-SNAPSHOT</version> </parent> <artifactId>installation-dmaap-listener</artifactId> diff --git a/installation/pom.xml b/installation/pom.xml index 545462d7..3027b7af 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.8.0-SNAPSHOT</version> + <version>2.8.1-SNAPSHOT</version> </parent> <artifactId>installation</artifactId> diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index 2aab3e02..aa635b16 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.8.0-SNAPSHOT</version> + <version>2.8.1-SNAPSHOT</version> </parent> <artifactId>installation-sdnc-web</artifactId> diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 906c21bd..76bb21db 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.8.0-SNAPSHOT</version> + <version>2.8.1-SNAPSHOT</version> </parent> <artifactId>installation-sdnc</artifactId> diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml index 69defc1b..dc9c9457 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.8.0-SNAPSHOT</version> + <version>2.8.1-SNAPSHOT</version> </parent> <artifactId>installation-ueb-listener</artifactId> |