diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-10-27 13:58:46 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-10-27 13:58:51 -0400 |
commit | 92043cb2c0e5ee7678b53a0d0b70935b735f5f2c (patch) | |
tree | d27612696ca43e76fd1cbdabb4f010d407db6819 /context | |
parent | 718adc0c7eab82318afeedcb6e02363151477335 (diff) |
Bump apex-pdp master to 2.5.0-SNAPSHOT
Issue-ID: POLICY-2875
Change-Id: Ibb0e9a243bf92f0255cb5c145d31ccddb988fdf5
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 e22a75870..6f516e8b7 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.4.4-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>context-management</artifactId> diff --git a/context/pom.xml b/context/pom.xml index 7ba582ef9..ba8df83b3 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.4.4-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.context</groupId> |