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 /common/onap-common-configuration-management | |
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 'common/onap-common-configuration-management')
3 files changed, 3 insertions, 3 deletions
diff --git a/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml index 8becd078c1..fae482042b 100644 --- a/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml @@ -10,7 +10,7 @@ <parent> <artifactId>onap-common-configuration-management</artifactId> <groupId>org.onap.sdc.common</groupId> - <version>1.13.7-SNAPSHOT</version> + <version>1.13.8-SNAPSHOT</version> </parent> <dependencies> <dependency> diff --git a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml index 55c6760c4e..ec22798123 100755 --- a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>onap-common-configuration-management</artifactId> <groupId>org.onap.sdc.common</groupId> - <version>1.13.7-SNAPSHOT</version> + <version>1.13.8-SNAPSHOT</version> </parent> <dependencies> diff --git a/common/onap-common-configuration-management/pom.xml b/common/onap-common-configuration-management/pom.xml index 6b046b8fcb..af20df55ef 100755 --- a/common/onap-common-configuration-management/pom.xml +++ b/common/onap-common-configuration-management/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.onap.sdc.common</groupId> <artifactId>onap-common-lib</artifactId> - <version>1.13.7-SNAPSHOT</version> + <version>1.13.8-SNAPSHOT</version> </parent> <modules> |