diff options
author | vasraz <vasyl.razinkov@est.tech> | 2022-04-15 12:15:18 +0100 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2022-04-15 11:17:21 +0000 |
commit | f11e5722555c5bae025ae1afe028dfecba731ed7 (patch) | |
tree | d63476829f88863c50b5aaaf9773762327cda920 /openecomp-be/api | |
parent | e02ad3ed9ce507d8b78cc511ea1832a86f77c274 (diff) |
Fix incorrect version in 'metrics-rest'
Change-Id: I062b37e854e82fbf4095a8ed5c29a77418263176
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3971
Diffstat (limited to 'openecomp-be/api')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/metrics-rest/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 d5d022f6fe..a5a71615f5 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 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-rest-webapp</artifactId> - <version>1.11.0-SNAPSHOT</version> + <version>1.11.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> |