diff options
author | Priyank Maheshwari <priyank.maheshwari@est.tech> | 2023-04-20 15:37:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-04-20 15:37:24 +0000 |
commit | 7d4ece815749402a2d75a7e69f8dd7915e655b22 (patch) | |
tree | cb6f20c702aae2a6c4fb90aeb24c64069dd566b4 /cps-ncmp-rest/pom.xml | |
parent | 7df3b0261845de59ce03292c95a866635de89aad (diff) | |
parent | 7e243c9e2b47c78b08fbd80497881f74a6931aef (diff) |
Merge "3.0.0 Release Step 7"
Diffstat (limited to 'cps-ncmp-rest/pom.xml')
-rw-r--r-- | cps-ncmp-rest/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cps-ncmp-rest/pom.xml b/cps-ncmp-rest/pom.xml index ecf66fc2cb..7c5ebeed47 100644 --- a/cps-ncmp-rest/pom.xml +++ b/cps-ncmp-rest/pom.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- ============LICENSE_START======================================================= - Copyright (C) 2021-2022 Nordix Foundation + Copyright (C) 2021-2023 Nordix Foundation Modifications Copyright (C) 2021 Bell Canada ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.cps</groupId> <artifactId>cps-parent</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.1-SNAPSHOT</version> <relativePath>../cps-parent/pom.xml</relativePath> </parent> |