diff options
author | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-10-14 10:24:25 +0100 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-10-14 10:24:31 +0100 |
commit | c60d63d9e2319672cf9be6e71c2e331558de8820 (patch) | |
tree | a4b21273d7d045aa20c7fbda8242f5f4bd6038cc /context | |
parent | 13149023fad2c455625e6e1dd99acaaf61e29e52 (diff) |
Bump policy/apex-pdp to 2.6.2-SNAPSHOT
Change-Id: I0db6ab5efb0595cba86ce9cbaaafab88349818ff
Issue-ID: POLICY-3696
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
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 2d5cab3bf..b522b01f6 100644 --- a/context/context-management/pom.xml +++ b/context/context-management/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.context</groupId> <artifactId>context</artifactId> - <version>2.6.1-SNAPSHOT</version> + <version>2.6.2-SNAPSHOT</version> </parent> <artifactId>context-management</artifactId> diff --git a/context/pom.xml b/context/pom.xml index d0ac3c611..3627fd770 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>2.6.1-SNAPSHOT</version> + <version>2.6.2-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.context</groupId> |