diff options
Diffstat (limited to 'context')
-rw-r--r-- | context/context-management/pom.xml | 2 | ||||
-rw-r--r-- | context/context-test-utils/pom.xml | 2 | ||||
-rw-r--r-- | context/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/context/context-management/pom.xml b/context/context-management/pom.xml index 83b7476c8..ea3896960 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.0.4-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> </parent> <artifactId>context-management</artifactId> diff --git a/context/context-test-utils/pom.xml b/context/context-test-utils/pom.xml index 9f7f9f583..22d96efad 100644 --- a/context/context-test-utils/pom.xml +++ b/context/context-test-utils/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.context</groupId> <artifactId>context</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> </parent> <artifactId>context-test-utils</artifactId> diff --git a/context/pom.xml b/context/pom.xml index 29b76dd9c..4301f3695 100644 --- a/context/pom.xml +++ b/context/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.context</groupId> |