diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2022-09-29 10:02:33 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2022-09-29 10:02:33 -0400 |
commit | 5047e6a9bd4be3e9c0b8e82ef2d5a24caaec3d9c (patch) | |
tree | 0a832d80df16122e7395b9fc48826d68a620b039 /installation | |
parent | 475c10b2e9d22469e61ec5bf27cff375f991648a (diff) |
Release version 2.4.0 sdnc/oam artifacts
Release version 2.4.0 sdnc/oam artifacts and roll to next snapshot
Change-Id: I0b5a4148da4cc6b12407637ab7e48cb1874abf4a
Issue-ID: SDNC-1734
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Former-commit-id: 44dda8dfb2ef0ac15b82895351cf89bcae6ad23c
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 f0397224..0648e41d 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.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> </parent> <artifactId>installation-ansible-server</artifactId> diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml index 6f4c45e5..ae385725 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.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> </parent> <artifactId>installation-dmaap-listener</artifactId> diff --git a/installation/pom.xml b/installation/pom.xml index c13cd96a..90abd31b 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.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> </parent> <artifactId>installation</artifactId> diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index f6f8463e..19a4d60c 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.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> </parent> <artifactId>installation-sdnc-web</artifactId> diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 10342e19..4cdab88d 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.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> </parent> <artifactId>installation-sdnc</artifactId> diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml index 76ddc27f..77cfd8cc 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.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> </parent> <artifactId>installation-ueb-listener</artifactId> |