diff options
author | 2022-05-09 10:44:33 -0400 | |
---|---|---|
committer | 2022-05-09 10:44:33 -0400 | |
commit | 328684510b683d8f010adf99d81955aa98734d9b (patch) | |
tree | 7cf991cdd3347b6bc9a03f366890cbdb051fb980 /installation | |
parent | 7a84ce82174f6be73d78baf045088e9ba9bef56d (diff) |
Release version 2.3.1 maven artifacts
Release version 2.3.1 SDNC maven artifacts (Jakarta RC)
Issue-ID: SDNC-1685
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I0cc0bdaf0c32fb391cf79435774c5ec2c95b58c9
Former-commit-id: 7232796c1d18169f5fe37cc8a33ebd23ff80048d
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 2047fef0..186df740 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.3.1-SNAPSHOT</version> + <version>2.3.2-SNAPSHOT</version> </parent> <artifactId>installation-ansible-server</artifactId> diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml index 32c5f5b3..cb6c86a6 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.3.1-SNAPSHOT</version> + <version>2.3.2-SNAPSHOT</version> </parent> <artifactId>installation-dmaap-listener</artifactId> diff --git a/installation/pom.xml b/installation/pom.xml index 3be0e76f..6fb7e092 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.3.1-SNAPSHOT</version> + <version>2.3.2-SNAPSHOT</version> </parent> <artifactId>installation</artifactId> diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index d198e0c5..46e64b74 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.3.1-SNAPSHOT</version> + <version>2.3.2-SNAPSHOT</version> </parent> <artifactId>installation-sdnc-web</artifactId> diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 1d322e16..9b768c9f 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.3.1-SNAPSHOT</version> + <version>2.3.2-SNAPSHOT</version> </parent> <artifactId>installation-sdnc</artifactId> diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml index 181ae05b..2b656fff 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.3.1-SNAPSHOT</version> + <version>2.3.2-SNAPSHOT</version> </parent> <artifactId>installation-ueb-listener</artifactId> |