From b9c6259398063d53d648db7b50e5d2b9358a2ace Mon Sep 17 00:00:00 2001 From: MichaelMorris Date: Mon, 10 Jul 2023 15:12:09 +0100 Subject: Step version to 1.13.2-SNAPSHOT Signed-off-by: MichaelMorris Issue-ID: SDC-4552 Change-Id: I0e3e9a90d463bd5f18c683712eefbb7123a03c4a --- .../action-library-rest/action-library-rest-services/pom.xml | 2 +- .../action-library-rest/action-library-rest-types/pom.xml | 2 +- openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/pom.xml | 2 +- .../application-config-rest/application-config-rest-services/pom.xml | 2 +- .../application-config-rest/application-config-rest-types/pom.xml | 2 +- .../api/openecomp-sdc-rest-webapp/application-config-rest/pom.xml | 2 +- .../conflict-rest/conflict-rest-services/pom.xml | 2 +- .../openecomp-sdc-rest-webapp/conflict-rest/conflict-rest-types/pom.xml | 2 +- openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/pom.xml | 2 +- .../externaltesting-rest/externaltesting-rest-services/pom.xml | 2 +- openecomp-be/api/openecomp-sdc-rest-webapp/externaltesting-rest/pom.xml | 2 +- .../healthcheck-rest/healthcheck-rest-services/pom.xml | 2 +- .../healthcheck-rest/healthcheck-rest-types/pom.xml | 2 +- openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/pom.xml | 2 +- .../item-permissions-rest/item-permissions-rest-services/pom.xml | 2 +- .../item-permissions-rest/item-permissions-rest-types/pom.xml | 2 +- .../api/openecomp-sdc-rest-webapp/item-permissions-rest/pom.xml | 2 +- .../api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml | 2 +- .../api/openecomp-sdc-rest-webapp/item-rest/item-rest-types/pom.xml | 2 +- openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/pom.xml | 2 +- openecomp-be/api/openecomp-sdc-rest-webapp/metrics-rest/pom.xml | 2 +- openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml | 2 +- .../notifications-rest/notifications-rest-services/pom.xml | 2 +- .../notifications-rest/notifications-rest-types/pom.xml | 2 +- openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/pom.xml | 2 +- openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml | 2 +- .../api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml | 2 +- openecomp-be/api/openecomp-sdc-rest-webapp/pom.xml | 2 +- openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/pom.xml | 2 +- .../openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/pom.xml | 2 +- .../api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-types/pom.xml | 2 +- openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/pom.xml | 2 +- .../unique-type-rest/unique-type-rest-services/pom.xml | 2 +- .../unique-type-rest/unique-type-rest-types/pom.xml | 2 +- openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/pom.xml | 2 +- .../validation-rest/validation-rest-services/pom.xml | 2 +- .../validation-rest/validation-rest-types/pom.xml | 2 +- openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/pom.xml | 2 +- .../vendor-license-rest/vendor-license-rest-services/pom.xml | 2 +- .../vendor-license-rest/vendor-license-rest-types/pom.xml | 2 +- .../api/openecomp-sdc-rest-webapp/vendor-software-products-rest/pom.xml | 2 +- .../vendor-software-products-rest-services/pom.xml | 2 +- .../vendor-software-products-rest-types/pom.xml | 2 +- .../vendor-software-products-rest/vnf-repository-rest-services/pom.xml | 2 +- openecomp-be/api/pom.xml | 2 +- 45 files changed, 45 insertions(+), 45 deletions(-) (limited to 'openecomp-be/api') 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 bb9b5911b6..fb9ed12d6f 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 @@ org.openecomp.sdc.onboarding action-library-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT 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 02e2db2c07..9d26aadb1e 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 @@ org.openecomp.sdc.onboarding action-library-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT 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 89c172b8f7..774214a066 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 @@ org.openecomp.sdc openecomp-sdc-rest-webapp - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT /action-library-rest-services diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml index ded32b5646..97ba4d2f44 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml @@ -9,7 +9,7 @@ org.openecomp.sdc application-config-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-types/pom.xml index ad3cefd878..a6a819722f 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-types/pom.xml @@ -10,7 +10,7 @@ org.openecomp.sdc application-config-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/pom.xml index e52ed47278..2343573514 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/pom.xml @@ -11,7 +11,7 @@ org.openecomp.sdc openecomp-sdc-rest-webapp - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT 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 e8d18b50f5..a62653c9ea 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 @@ org.openecomp.sdc conflict-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT conflict-rest-services 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 28c82873cf..73649e2c3c 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 @@ org.openecomp.sdc conflict-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT conflict-rest-types 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 1ab82a97b5..ef7c6aec70 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 @@ org.openecomp.sdc openecomp-sdc-rest-webapp - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT conflict-rest diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/externaltesting-rest/externaltesting-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/externaltesting-rest/externaltesting-rest-services/pom.xml index 49fabc2b68..1ac65d7fc0 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/externaltesting-rest/externaltesting-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/externaltesting-rest/externaltesting-rest-services/pom.xml @@ -24,7 +24,7 @@ org.openecomp.sdc.onboarding externaltesting-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/externaltesting-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/externaltesting-rest/pom.xml index 6352a5cece..ef90735d61 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/externaltesting-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/externaltesting-rest/pom.xml @@ -11,7 +11,7 @@ org.openecomp.sdc openecomp-sdc-rest-webapp - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml index 9116527e65..6820b3dd75 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml @@ -7,7 +7,7 @@ org.openecomp.sdc healthcheck-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT healthcheck-rest-services diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-types/pom.xml index 2f88f19e02..1a46ba71b7 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-types/pom.xml @@ -9,7 +9,7 @@ org.openecomp.sdc healthcheck-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT healthcheck-rest-types diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/pom.xml index 77a8dabda6..9ebc9ce7c6 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/pom.xml @@ -7,7 +7,7 @@ org.openecomp.sdc openecomp-sdc-rest-webapp - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT healthcheck-rest diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-services/pom.xml index 9e6f998f74..431912abe7 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-services/pom.xml @@ -7,7 +7,7 @@ org.openecomp.sdc item-permissions-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT item-permissions-rest-services diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-types/pom.xml index f8cbc2d177..e1e658186e 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-types/pom.xml @@ -14,7 +14,7 @@ org.openecomp.sdc item-permissions-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT item-permissions-rest-types diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/pom.xml index 7e3bbf38f8..b8e47c0d25 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/pom.xml @@ -7,7 +7,7 @@ org.openecomp.sdc openecomp-sdc-rest-webapp - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT item-permissions-rest diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml index 85f0117dd1..f540074824 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml @@ -7,7 +7,7 @@ org.openecomp.sdc item-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT item-rest-services diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-types/pom.xml index d55b18203f..e5262cc4db 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-types/pom.xml @@ -7,7 +7,7 @@ org.openecomp.sdc item-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT item-rest-types diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/pom.xml index 2eef76d374..472d3a4407 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/pom.xml @@ -7,7 +7,7 @@ org.openecomp.sdc openecomp-sdc-rest-webapp - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT item-rest diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/metrics-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/metrics-rest/pom.xml index 3a22487eb8..fb49b21e79 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/metrics-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/metrics-rest/pom.xml @@ -26,7 +26,7 @@ org.openecomp.sdc openecomp-sdc-rest-webapp - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT 4.0.0 diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml index 4b3f8c3348..b2f53c6f40 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml @@ -11,7 +11,7 @@ org.openecomp.sdc openecomp-sdc-rest-webapp - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/pom.xml index 7a3b7897a7..c0e72daeff 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/pom.xml @@ -7,7 +7,7 @@ org.openecomp.sdc notifications-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT notifications-rest-services diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-types/pom.xml index 3f38d61137..a141c1cfae 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-types/pom.xml @@ -14,7 +14,7 @@ org.openecomp.sdc notifications-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT notifications-rest-types diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/pom.xml index 4f51b18407..78b865f73d 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/pom.xml @@ -7,7 +7,7 @@ org.openecomp.sdc openecomp-sdc-rest-webapp - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT org.openecomp.sdc diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml index d8f471abfb..e008fc8d1f 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml @@ -11,7 +11,7 @@ org.openecomp.sdc openecomp-sdc-rest-webapp - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml index 175f8264a2..40312bf8bc 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml @@ -24,7 +24,7 @@ org.openecomp.sdc openecomp-sdc-rest-webapp - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/pom.xml index e16c6dc29a..98d518359c 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/pom.xml @@ -9,7 +9,7 @@ org.openecomp.sdc openecomp-sdc-api - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/pom.xml index 55d135c828..260c38eb1d 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/pom.xml @@ -7,7 +7,7 @@ org.openecomp.sdc openecomp-sdc-rest-webapp - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT togglz-rest diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/pom.xml index 4c05d6cba3..0518e26c8c 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/pom.xml @@ -7,7 +7,7 @@ org.openecomp.sdc togglz-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT togglz-rest-services diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-types/pom.xml index fc397c9989..62bc764ae8 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-types/pom.xml @@ -7,7 +7,7 @@ org.openecomp.sdc togglz-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT togglz-rest-types diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/pom.xml index ed371e5da3..23b20e8848 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/pom.xml @@ -7,7 +7,7 @@ org.openecomp.sdc openecomp-sdc-rest-webapp - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT unique-type-rest diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/unique-type-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/unique-type-rest-services/pom.xml index 5a2825597b..7003cb9ff4 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/unique-type-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/unique-type-rest-services/pom.xml @@ -7,7 +7,7 @@ org.openecomp.sdc unique-type-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT unique-type-rest-services diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/unique-type-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/unique-type-rest-types/pom.xml index 2b476e5299..d9550b9cab 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/unique-type-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/unique-type-rest-types/pom.xml @@ -7,7 +7,7 @@ org.openecomp.sdc unique-type-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT unique-type-rest-types diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/pom.xml index 4f82cb6ef7..cafcdd91b8 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/pom.xml @@ -11,7 +11,7 @@ org.openecomp.sdc openecomp-sdc-rest-webapp - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml index 1f29b0a1b5..2975085c6c 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml @@ -24,7 +24,7 @@ org.openecomp.sdc.onboarding validation-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-types/pom.xml index 8bf9e99b4b..ba07dca5f0 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-types/pom.xml @@ -10,7 +10,7 @@ org.openecomp.sdc.onboarding validation-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/pom.xml index 07283830cb..b11481a14d 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/pom.xml @@ -10,7 +10,7 @@ org.openecomp.sdc openecomp-sdc-rest-webapp - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml index f1cc8149f1..a3bee86a32 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml @@ -25,7 +25,7 @@ org.openecomp.sdc.onboarding vendor-license-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-types/pom.xml index 9f1eba0fe8..07d2b41edc 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-types/pom.xml @@ -9,7 +9,7 @@ org.openecomp.sdc.onboarding vendor-license-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/pom.xml index 7b991ece3d..8a6f8480e4 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/pom.xml @@ -11,7 +11,7 @@ org.openecomp.sdc openecomp-sdc-rest-webapp - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml index b913819064..6affe16906 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml @@ -9,7 +9,7 @@ org.openecomp.sdc.onboarding vendor-software-products-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-types/pom.xml index 8ab7a267eb..fc5ce9c721 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-types/pom.xml @@ -26,7 +26,7 @@ org.openecomp.sdc.onboarding vendor-software-products-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vnf-repository-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vnf-repository-rest-services/pom.xml index 8efecd0626..51da774187 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vnf-repository-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vnf-repository-rest-services/pom.xml @@ -26,7 +26,7 @@ org.openecomp.sdc.onboarding vendor-software-products-rest - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT diff --git a/openecomp-be/api/pom.xml b/openecomp-be/api/pom.xml index 76f3f2c548..6865fa66e1 100644 --- a/openecomp-be/api/pom.xml +++ b/openecomp-be/api/pom.xml @@ -11,7 +11,7 @@ org.openecomp.sdc openecomp-sdc - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT -- cgit 1.2.3-korg