diff options
author | MichaelMorris <michael.morris@est.tech> | 2023-10-27 18:18:46 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2023-10-27 19:21:05 +0000 |
commit | 0560a3a55dd2ba8fe1af6aeed425dad09c7f7261 (patch) | |
tree | 8662ede97d226b3330b1a4b89d02fe4eb727127e /openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest | |
parent | 9405a1e62aa6d46d4e94f26d5496319e0ee68a6a (diff) |
Update version to 1.13.6-SNAPSHOT1.13.6
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4673
Change-Id: I577449e409c4eb30a396b8b98491e20d2664c7de
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 192d2e0167..533cfaf08c 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.13.5-SNAPSHOT</version> + <version>1.13.6-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 dc3a0da8d8..ff71d833d4 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.13.5-SNAPSHOT</version> + <version>1.13.6-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 28c880cbc5..c140067781 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.13.5-SNAPSHOT</version> + <version>1.13.6-SNAPSHOT</version> </parent> <modules> <module>/action-library-rest-services</module> |