diff options
author | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-02-24 13:40:41 +0000 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-02-24 13:40:51 +0000 |
commit | eb923a7b955e420350e62306463434fed198d155 (patch) | |
tree | 89a1a8379c03ddb57883e3b620908151d0e03469 /context | |
parent | c4aa2eb0f467ef8e3e19fcb945995f8cbbefb2ca (diff) |
Bump apex-pdp to 2.5.1-SNAPSHOT
Change-Id: I761ded255a97128f858d3a7ce95f2479b6208a4e
Issue-ID: POLICY-3088
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 6f516e8b7..11e058cf6 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.5.0-SNAPSHOT</version> + <version>2.5.1-SNAPSHOT</version> </parent> <artifactId>context-management</artifactId> diff --git a/context/pom.xml b/context/pom.xml index ba8df83b3..6707a7d8f 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.5.0-SNAPSHOT</version> + <version>2.5.1-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.context</groupId> |