diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-06-25 13:05:38 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-06-25 13:05:41 -0400 |
commit | 3076ed557baac463facc506fdf2a590e7b62c3ef (patch) | |
tree | ea897cdd9453c0e81718d7417d11729882ece88c /context | |
parent | dd8e5557999fc0267f8cd4d090a2be31ca250b54 (diff) |
Bump apex-pdp to 2.5.4-SNAPSHOT
Issue-ID: POLICY-3329
Change-Id: I86c81ddb4ba8e5961690c451e1dd5185ecf20d3b
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@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 35154550a..35d3c6051 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.3-SNAPSHOT</version> + <version>2.5.4-SNAPSHOT</version> </parent> <artifactId>context-management</artifactId> diff --git a/context/pom.xml b/context/pom.xml index 25acc4ac1..11d8af38c 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.3-SNAPSHOT</version> + <version>2.5.4-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.context</groupId> |