diff options
author | rohit.raj@t-systems.com <rohit.raj@t-systems.com> | 2025-01-03 15:00:24 +0100 |
---|---|---|
committer | Rohit Raj <rohit.raj@t-systems.com> | 2025-01-03 14:03:45 +0000 |
commit | 20bf47ce0f161f4bb8273ea6862a6b5573fdbad0 (patch) | |
tree | 40892827fd250b853fbafb8acae5fbe0f0f6f4fb /openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest | |
parent | 896f20e6c6c8816ce0d2d5f46230c264b2228b47 (diff) |
Update Version to 1.13.8-SNAPSHOT
-bump version to 1.13.8-SNAPSHOT
Issue-ID: SDC-4696
Change-Id: If5703b67c2627f34ec83ff297c14ba366db49149
Signed-off-by: rohit.raj@t-systems.com <rohit.raj@t-systems.com>
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 09d8754bfc..a64e246311 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.7-SNAPSHOT</version> + <version>1.13.8-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 26aa8d44f4..1406420062 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.7-SNAPSHOT</version> + <version>1.13.8-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 151cddecd1..ed574ac70a 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.7-SNAPSHOT</version> + <version>1.13.8-SNAPSHOT</version> </parent> <modules> <module>/action-library-rest-services</module> |