diff options
author | 2025-01-23 12:18:39 +0100 | |
---|---|---|
committer | 2025-01-23 12:18:55 +0100 | |
commit | 0e09994a881927c344cabc49686eb7084aaecee5 (patch) | |
tree | f2a398147b89e437c6b2aeccf6125b37f9f13a1a /openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest | |
parent | 110909a23b78884a58710d4d304ab51ef1233095 (diff) |
Update version to 1.13.9-SNAPSHOT
- Bump version to 1.13.9-SNAPSHOT
Issue-ID: SDC-4698
Change-Id: I36349146a51ba708d863b4354e14fb9f4713b77f
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 a64e246311..06deaa6d6b 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.8-SNAPSHOT</version> + <version>1.13.9-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 1406420062..8fac173509 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.8-SNAPSHOT</version> + <version>1.13.9-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 ed574ac70a..0f6a14bf9d 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.8-SNAPSHOT</version> + <version>1.13.9-SNAPSHOT</version> </parent> <modules> <module>/action-library-rest-services</module> |