diff options
author | Dan Timoney <dtimoney@att.com> | 2023-06-15 09:03:33 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-06-15 09:03:33 -0400 |
commit | 6148bb7d53b1dea484bbd2715e91548a9137bf2a (patch) | |
tree | b92b19a64cae33bcb0b229a6192c97a78037a01a /installation | |
parent | f3488d64618cdc1ecd2554250644da6541f44dc4 (diff) |
Roll snapshot for Montreal
Roll snapshot version for Montreal release
Issue-ID: SDNC-1805
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I652f31c7de27a735b8d20c86f45829df7bd7bd34
Former-commit-id: dbb00177ab26d9ba284ca3db7c54c7b327292a85
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 72d32c52..8bb5201c 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.5-SNAPSHOT</version> + <version>2.6.0-SNAPSHOT</version> </parent> <artifactId>installation-ansible-server</artifactId> diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml index 021a122d..c7e06c15 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.5-SNAPSHOT</version> + <version>2.6.0-SNAPSHOT</version> </parent> <artifactId>installation-dmaap-listener</artifactId> diff --git a/installation/pom.xml b/installation/pom.xml index f9229349..8e33c417 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.5-SNAPSHOT</version> + <version>2.6.0-SNAPSHOT</version> </parent> <artifactId>installation</artifactId> diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index 6b6fc0bd..aa06272a 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.5-SNAPSHOT</version> + <version>2.6.0-SNAPSHOT</version> </parent> <artifactId>installation-sdnc-web</artifactId> diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 9fdcf0f0..be89a321 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.5-SNAPSHOT</version> + <version>2.6.0-SNAPSHOT</version> </parent> <artifactId>installation-sdnc</artifactId> diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml index 6e9d9889..82613b7f 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.5-SNAPSHOT</version> + <version>2.6.0-SNAPSHOT</version> </parent> <artifactId>installation-ueb-listener</artifactId> |