diff options
author | 2020-11-05 12:11:08 +0100 | |
---|---|---|
committer | 2020-11-06 13:06:28 +0000 | |
commit | 0399df16f6b2e0c78860bc4079a304701417100a (patch) | |
tree | 0529f3abb88249ccc7997b11ebebdc504abb4a4c /openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest | |
parent | c3f6bfa35f80d17e93ba83f4cfb65aa6f0dd8f5d (diff) |
Update to version 1.7.3
Update to version 1.7.3 so that we can release RC2 guilin
Issue-ID: SDC-3364
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I521c60273074eae21a5ec02d8c63c8de06370e41
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 732b0e517a..a4933ad991 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.7.2-SNAPSHOT</version> + <version>1.7.3-SNAPSHOT</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 22afbed6a8..d7b5ab9391 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.7.2-SNAPSHOT</version> + <version>1.7.3-SNAPSHOT</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 5c66b8104f..fb63fe80a7 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.7.2-SNAPSHOT</version> + <version>1.7.3-SNAPSHOT</version> </parent> <artifactId>conflict-rest</artifactId> |