diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2022-10-28 10:56:45 -0400 |
---|---|---|
committer | Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> | 2022-11-02 12:12:02 +0000 |
commit | 2889b7c726947c26a03ed83bc49169c4b41e36d4 (patch) | |
tree | 18fb45c135e1513c84271bc68ec74b86c5e646dc /installation | |
parent | 5047e6a9bd4be3e9c0b8e82ef2d5a24caaec3d9c (diff) |
Update versions for London release
Update versions in master branch for London release
Change-Id: If99f5aa3725580cace55a214fc1ba5685293656f
Issue-ID: SDNC-1746
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Former-commit-id: b9bd21dbaea4d277be568b1461e08e4f041f23e0
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 0648e41d..f171636f 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.1-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>installation-ansible-server</artifactId> diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml index ae385725..8189cb1d 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.1-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>installation-dmaap-listener</artifactId> diff --git a/installation/pom.xml b/installation/pom.xml index 90abd31b..3e5b5566 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.1-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>installation</artifactId> diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index 19a4d60c..30a1477c 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.1-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>installation-sdnc-web</artifactId> diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 4cdab88d..0caa0931 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.1-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>installation-sdnc</artifactId> diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml index 77cfd8cc..55366308 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.1-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>installation-ueb-listener</artifactId> |