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 358fe6f32..83b7476c8 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.3-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> </parent> <artifactId>context-management</artifactId> diff --git a/context/context-test-utils/pom.xml b/context/context-test-utils/pom.xml index b86c78e48..9f7f9f583 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.3-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> </parent> <artifactId>context-test-utils</artifactId> diff --git a/context/pom.xml b/context/pom.xml index e1eae3b97..29b76dd9c 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.3-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.context</groupId> |