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/api/openecomp-sdc-rest-webapp/action-library-rest | |
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/api/openecomp-sdc-rest-webapp/action-library-rest')
3 files changed, 3 insertions, 3 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml index 9c01ac0598..a4c424078c 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.openecomp.sdc.onboarding</groupId> <artifactId>action-library-rest</artifactId> - <version>1.11.4-SNAPSHOT</version> + <version>1.11.5-SNAPSHOT</version> </parent> diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-types/pom.xml index ff2fb86ef5..a986c146ea 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-types/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.openecomp.sdc.onboarding</groupId> <artifactId>action-library-rest</artifactId> - <version>1.11.4-SNAPSHOT</version> + <version>1.11.5-SNAPSHOT</version> </parent> <dependencies> diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/pom.xml index ca6f736b5d..15e84671ba 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-rest-webapp</artifactId> - <version>1.11.4-SNAPSHOT</version> + <version>1.11.5-SNAPSHOT</version> </parent> <modules> <module>/action-library-rest-services</module> |