diff options
author | MichaelMorris <michael.morris@est.tech> | 2023-02-02 10:06:33 +0000 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2023-02-02 11:25:23 +0000 |
commit | 5da0b3c1454ac557e0b01eb678abaf882fb08243 (patch) | |
tree | 1a352c747f0ec1655129543571c4a2053463736c /openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest | |
parent | 036de7e2d91fb2aa121bde0300564b8650dd31a5 (diff) |
Step version to 1.12.2-SNAPSHOT
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4353
Change-Id: I6c600039f8354a3ba794512b0fd5e84d5a9dedca
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 fd6a8b22de..82b4f6d3e4 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.12.1-SNAPSHOT</version> + <version>1.12.2-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 a99695617a..2f5f362e83 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.12.1-SNAPSHOT</version> + <version>1.12.2-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 a416e70fa1..b9171bc7da 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.12.1-SNAPSHOT</version> + <version>1.12.2-SNAPSHOT</version> </parent> <modules> <module>/action-library-rest-services</module> |