diff options
author | MichaelMorris <michael.morris@est.tech> | 2023-06-01 18:20:56 +0100 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2023-06-02 08:38:29 +0000 |
commit | 07cc0db3afca2f5d60e916c95656774a977b2d0d (patch) | |
tree | 3365ce9e2e5fdc7b98aacaccbb0b03123edc52fd /openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest | |
parent | bfd727385b9c55d079a5c213b425e88b88a67b7f (diff) |
Step version to 1.13.0 for Montreal
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4524
Change-Id: I6840e63ff116ca0ee3296d5bac5377e3374ea6ea
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest')
3 files changed, 3 insertions, 3 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/conflict-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/conflict-rest-services/pom.xml index 9f69613693..7599ae55df 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/conflict-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/conflict-rest-services/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>conflict-rest</artifactId> - <version>1.12.4-SNAPSHOT</version> + <version>1.13.0</version> </parent> <artifactId>conflict-rest-services</artifactId> diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/conflict-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/conflict-rest-types/pom.xml index 7b67a83f44..bbfde93903 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/conflict-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/conflict-rest-types/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>conflict-rest</artifactId> - <version>1.12.4-SNAPSHOT</version> + <version>1.13.0</version> </parent> <artifactId>conflict-rest-types</artifactId> diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/pom.xml index f3dc626886..13d568dcda 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-rest-webapp</artifactId> - <version>1.12.4-SNAPSHOT</version> + <version>1.13.0</version> </parent> <artifactId>conflict-rest</artifactId> |