diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-11-05 12:11:08 +0100 |
---|---|---|
committer | Xue Gao <xg353y@intl.att.com> | 2020-11-06 13:06:28 +0000 |
commit | 0399df16f6b2e0c78860bc4079a304701417100a (patch) | |
tree | 0529f3abb88249ccc7997b11ebebdc504abb4a4c /openecomp-be/api/openecomp-sdc-rest-webapp/action-library-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/action-library-rest')
3 files changed, 3 insertions, 3 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml index 64aeef6ecd..ff21e6e3b4 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.openecomp.sdc.onboarding</groupId> <artifactId>action-library-rest</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.7.3-SNAPSHOT</version> </parent> diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-types/pom.xml index ce34deb2e0..162aae3f4a 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-types/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.openecomp.sdc.onboarding</groupId> <artifactId>action-library-rest</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.7.3-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/pom.xml index 2b70e14cc5..1e08b6cc13 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/pom.xml @@ -11,7 +11,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> <relativePath>../</relativePath> </parent> <modules> |