diff options
author | MichaelMorris <michael.morris@est.tech> | 2023-06-01 18:20:56 +0100 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2023-06-02 08:38:29 +0000 |
commit | 07cc0db3afca2f5d60e916c95656774a977b2d0d (patch) | |
tree | 3365ce9e2e5fdc7b98aacaccbb0b03123edc52fd /common/onap-common-configuration-management | |
parent | bfd727385b9c55d079a5c213b425e88b88a67b7f (diff) |
Step version to 1.13.0 for Montreal
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4524
Change-Id: I6840e63ff116ca0ee3296d5bac5377e3374ea6ea
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 f8fc085b1f..fe3d3e702d 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.12.4-SNAPSHOT</version> + <version>1.13.0</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 b9be7df697..23d59bb9f4 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.12.4-SNAPSHOT</version> + <version>1.13.0</version> </parent> <dependencies> diff --git a/common/onap-common-configuration-management/pom.xml b/common/onap-common-configuration-management/pom.xml index dc2987f34c..03cb92a905 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.12.4-SNAPSHOT</version> + <version>1.13.0</version> </parent> <modules> |