diff options
author | andre.schmid <andre.schmid@est.tech> | 2022-06-24 11:06:35 +0100 |
---|---|---|
committer | andre.schmid <andre.schmid@est.tech> | 2022-06-24 11:06:35 +0100 |
commit | fd3e0e4d9f8badf7632dbfebd39574810ba83e9a (patch) | |
tree | 949691345ce9ee1e1ae1f9d0178dd234bded8a8e /openecomp-be/dist | |
parent | 3b48aa92a0439040b061335851272903c7341acf (diff) |
Step version to 1.11.5-SNAPSHOT
Change-Id: Iee1394298e6afddf30e98c8e07a4ddacef95d55f
Issue-ID: SDC-4064
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'openecomp-be/dist')
-rw-r--r-- | openecomp-be/dist/pom.xml | 2 | ||||
-rw-r--r-- | openecomp-be/dist/sdc-onboard-backend-docker/pom.xml | 2 | ||||
-rw-r--r-- | openecomp-be/dist/sdc-onboard-db-init-docker/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/openecomp-be/dist/pom.xml b/openecomp-be/dist/pom.xml index abc7b9e9b4..e41a0f99a9 100644 --- a/openecomp-be/dist/pom.xml +++ b/openecomp-be/dist/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc</artifactId> - <version>1.11.4-SNAPSHOT</version> + <version>1.11.5-SNAPSHOT</version> </parent> <modules> diff --git a/openecomp-be/dist/sdc-onboard-backend-docker/pom.xml b/openecomp-be/dist/sdc-onboard-backend-docker/pom.xml index 4a662a32b2..2bf5c20650 100644 --- a/openecomp-be/dist/sdc-onboard-backend-docker/pom.xml +++ b/openecomp-be/dist/sdc-onboard-backend-docker/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-docker-dist</artifactId> - <version>1.11.4-SNAPSHOT</version> + <version>1.11.5-SNAPSHOT</version> </parent> diff --git a/openecomp-be/dist/sdc-onboard-db-init-docker/pom.xml b/openecomp-be/dist/sdc-onboard-db-init-docker/pom.xml index e1044d21e1..ccfc9ab5be 100644 --- a/openecomp-be/dist/sdc-onboard-db-init-docker/pom.xml +++ b/openecomp-be/dist/sdc-onboard-db-init-docker/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-docker-dist</artifactId> - <version>1.11.4-SNAPSHOT</version> + <version>1.11.5-SNAPSHOT</version> </parent> |