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 /utils/webseal-simulator | |
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 'utils/webseal-simulator')
-rw-r--r-- | utils/webseal-simulator/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index dc557fada7..f19b0653fe 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>sdc-main</artifactId> - <version>1.7.2</version> + <version>1.7.2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> |