diff options
author | MichaelMorris <michael.morris@est.tech> | 2023-04-03 13:58:28 +0100 |
---|---|---|
committer | MichaelMorris <michael.morris@est.tech> | 2023-04-03 13:59:13 +0100 |
commit | 5573d13a9a495fad54e5a4e26cf3d3a3723d6f64 (patch) | |
tree | 7ace24dd93ed90d71eedf2a323f8fc2d6ca358bf /openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest | |
parent | 18b6345a65843bcea872125cd0888ced7c521588 (diff) |
Step version to 1.12.4-SNAPSHOT
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4464
Change-Id: I260cab2bee303e3d022935dd2eb9f41b88e934cd
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 5e84e5840c..9538c481b0 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.3-SNAPSHOT</version> + <version>1.12.4-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 1a300c93c1..872b2f2d6b 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.3-SNAPSHOT</version> + <version>1.12.4-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 e4e16c4d3d..e2c6972f6c 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.3-SNAPSHOT</version> + <version>1.12.4-SNAPSHOT</version> </parent> <modules> <module>/action-library-rest-services</module> |