diff options
author | Dan Timoney <dtimoney@att.com> | 2023-05-16 12:15:26 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-05-16 12:15:33 -0400 |
commit | 46223e40aef86bd7366816d102d8f5c02210843a (patch) | |
tree | 4f964c578b0c98555520761fe31112257de2f98f /installation | |
parent | 6a500110ba87b98ec22dc7cfffdeb1dcc875b30f (diff) |
Release version 2.5.2 SDNC maven artifacts
Release version 2.5.2 of SDNC maven artifacts to correct issues found in
OOM gating tests and roll to next snapshot
Issue-ID: CCSDK-1789
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I4b755e8b068e259cecb3f05977a9505c38cb1f77
Former-commit-id: 9164851e07cf67e90493b7a3a59d934be930fe00
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 c92f50c1..abe46440 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.5.2-SNAPSHOT</version> + <version>2.5.3-SNAPSHOT</version> </parent> <artifactId>installation-ansible-server</artifactId> diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml index 04b51b20..06f75dcb 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.5.2-SNAPSHOT</version> + <version>2.5.3-SNAPSHOT</version> </parent> <artifactId>installation-dmaap-listener</artifactId> diff --git a/installation/pom.xml b/installation/pom.xml index d5c91a49..5e4c8c86 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.5.2-SNAPSHOT</version> + <version>2.5.3-SNAPSHOT</version> </parent> <artifactId>installation</artifactId> diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index 35caf622..40281a70 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.5.2-SNAPSHOT</version> + <version>2.5.3-SNAPSHOT</version> </parent> <artifactId>installation-sdnc-web</artifactId> diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 896565c5..584a074e 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.5.2-SNAPSHOT</version> + <version>2.5.3-SNAPSHOT</version> </parent> <artifactId>installation-sdnc</artifactId> diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml index d0a872d5..058c4e44 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.5.2-SNAPSHOT</version> + <version>2.5.3-SNAPSHOT</version> </parent> <artifactId>installation-ueb-listener</artifactId> |