diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-11-19 17:25:52 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-11-19 17:25:52 +0000 |
commit | c1c7c70668673f5f1a4e9de748446bd5361ac4fb (patch) | |
tree | a01b0bc182d9225c7943a1ced7efe4a1e13fd6f5 /context | |
parent | e967dac436b2c1b04cef0c38bc8cf427c04c0423 (diff) |
Set snapshot and/or references of policy/apex-pdp for new release
policy/apex-pdp updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5166
Change-Id: If782b44af7a3fae37332eca2a4c81c0ecb7610a5
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'context')
-rw-r--r-- | context/context-management/pom.xml | 2 | ||||
-rw-r--r-- | context/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/context/context-management/pom.xml b/context/context-management/pom.xml index 07acfab8e..aa043e396 100644 --- a/context/context-management/pom.xml +++ b/context/context-management/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.context</groupId> <artifactId>context</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>context-management</artifactId> diff --git a/context/pom.xml b/context/pom.xml index 764eadd10..600bcac90 100644 --- a/context/pom.xml +++ b/context/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.context</groupId> |