diff options
author | vasraz <vasyl.razinkov@est.tech> | 2020-10-26 12:53:23 +0000 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2020-10-26 12:58:13 +0000 |
commit | 0dea71245049f2e318ed7035b8d19559f3435fd7 (patch) | |
tree | 0410dcddfd2b66ddbdbb2552863c530f732cbabf /openecomp-be/api/openecomp-sdc-rest-webapp/item-rest | |
parent | 9262a76ebb4b9176d41ceb3f8fb6f15a8cc4b305 (diff) |
Fix broken local build1.7.2
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3333
Change-Id: Ia246d909488517b037c01c9e0907d910b31e9db6
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/item-rest')
3 files changed, 3 insertions, 3 deletions
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 15fa1b87b8..e9007a64d4 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 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>item-rest</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> </parent> <artifactId>item-rest-services</artifactId> 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 0ffd8eede2..b463ddc00d 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 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>item-rest</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> </parent> <artifactId>item-rest-types</artifactId> 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 cfb2ce3435..072b037d86 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 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-rest-webapp</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> </parent> <artifactId>item-rest</artifactId> |