diff options
author | MichaelMorris <michael.morris@est.tech> | 2022-04-21 16:39:41 +0100 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2022-04-25 12:07:41 +0000 |
commit | 152e7a756ad823bd4f393079db82cae8e24bb210 (patch) | |
tree | 9696e840a6779ac64b526802d481b2b4cfdd7b3e /openecomp-be/lib/openecomp-sdc-externaltesting-lib | |
parent | 8a00bcdaa12cf68de158c7fd79929ec95e96c53f (diff) |
Step version to 1.11.2-SNAPSHOT
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-3959
Change-Id: I684a792fa6cd7357da6754baa9edd1d723ecc08d
Diffstat (limited to 'openecomp-be/lib/openecomp-sdc-externaltesting-lib')
3 files changed, 3 insertions, 3 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-externaltesting-lib/openecomp-sdc-externaltesting-api/pom.xml b/openecomp-be/lib/openecomp-sdc-externaltesting-lib/openecomp-sdc-externaltesting-api/pom.xml index 8d3b0e2f6a..934804bc2c 100644 --- a/openecomp-be/lib/openecomp-sdc-externaltesting-lib/openecomp-sdc-externaltesting-api/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-externaltesting-lib/openecomp-sdc-externaltesting-api/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-externaltesting-lib</artifactId> - <version>1.11.1-SNAPSHOT</version> + <version>1.11.2-SNAPSHOT</version> </parent> <dependencies> diff --git a/openecomp-be/lib/openecomp-sdc-externaltesting-lib/openecomp-sdc-externaltesting-impl/pom.xml b/openecomp-be/lib/openecomp-sdc-externaltesting-lib/openecomp-sdc-externaltesting-impl/pom.xml index fc2610cf5a..aa19986c87 100644 --- a/openecomp-be/lib/openecomp-sdc-externaltesting-lib/openecomp-sdc-externaltesting-impl/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-externaltesting-lib/openecomp-sdc-externaltesting-impl/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-externaltesting-lib</artifactId> - <version>1.11.1-SNAPSHOT</version> + <version>1.11.2-SNAPSHOT</version> </parent> <dependencies> diff --git a/openecomp-be/lib/openecomp-sdc-externaltesting-lib/pom.xml b/openecomp-be/lib/openecomp-sdc-externaltesting-lib/pom.xml index 8914dd5b75..d2681307c5 100644 --- a/openecomp-be/lib/openecomp-sdc-externaltesting-lib/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-externaltesting-lib/pom.xml @@ -10,7 +10,7 @@ <parent> <artifactId>openecomp-sdc-lib</artifactId> <groupId>org.openecomp.sdc</groupId> - <version>1.11.1-SNAPSHOT</version> + <version>1.11.2-SNAPSHOT</version> </parent> <modules> |