diff options
author | ilanap <ilanap@amdocs.com> | 2019-01-27 11:39:07 +0200 |
---|---|---|
committer | ilanap <ilanap@amdocs.com> | 2019-01-27 11:39:07 +0200 |
commit | 420afa90cc71751f2189986e07a19814cacde769 (patch) | |
tree | 37d8e53944bf73272906aa405f01afa858893703 | |
parent | c0b0f612ddd8bf05f940a869759085c838e7752c (diff) |
Fix for parent version
Change-Id: I61c70e785d531183dbc3523c5177c3dfe557fa46
Issue-ID: SDC-2028
Signed-off-by: ilanap <ilanap@amdocs.com>
-rw-r--r-- | cucumber-js-test-apis-ci/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cucumber-js-test-apis-ci/pom.xml b/cucumber-js-test-apis-ci/pom.xml index 0d2f134828..c197f9c060 100644 --- a/cucumber-js-test-apis-ci/pom.xml +++ b/cucumber-js-test-apis-ci/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>sdc-main</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <artifactId>cucumber-bdd</artifactId> <name>cucumber-bdd</name> |