diff options
author | saul.gill <saul.gill@est.tech> | 2024-05-20 11:08:53 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2024-05-20 11:08:53 +0100 |
commit | 2516099286aaf7ffcea4fe9c3ee313d8b8165cc1 (patch) | |
tree | dd8c9153fe86df77cfd96c4699dca80ff8e01f17 /context | |
parent | 67e0b63c58f0346f61e4886e0d98358fa271ed1e (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-4999
Change-Id: Id39d0f3ae07bd66388ca1792609c8ee759582f50
Signed-off-by: saul.gill <saul.gill@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 ca131ae0e..4754ff8dc 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>3.1.4-SNAPSHOT</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>context-management</artifactId> diff --git a/context/pom.xml b/context/pom.xml index 3c956651b..2cd665e3f 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>3.1.4-SNAPSHOT</version> + <version>4.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.context</groupId> |