diff options
author | ramverma <ram.krishna.verma@ericsson.com> | 2018-10-24 20:14:02 +0100 |
---|---|---|
committer | ramverma <ram.krishna.verma@ericsson.com> | 2018-10-24 20:14:15 +0100 |
commit | 79e5edea6fdbbab122e280f95cd3f2dbfc431e8b (patch) | |
tree | 559f66470e754efece008dc4c95805a2bc29c8ef /context | |
parent | 78c6f58b317633acfb934ec3bc0e2f3b511bf309 (diff) |
Fix refering to snapshot in policy/apex-pdp2.0.1
Issue-ID: POLICY-1213
Change-Id: I9187462aa470cff6ca7adc750c8a666bf8e15429
Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
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 d9d9147e5..2c1a39a5f 100644 --- a/context/context-management/pom.xml +++ b/context/context-management/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.context</groupId> <artifactId>context</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> </parent> <artifactId>context-management</artifactId> diff --git a/context/context-test-utils/pom.xml b/context/context-test-utils/pom.xml index 68228099a..fbe4e4466 100644 --- a/context/context-test-utils/pom.xml +++ b/context/context-test-utils/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.context</groupId> <artifactId>context</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> </parent> <artifactId>context-test-utils</artifactId> diff --git a/context/pom.xml b/context/pom.xml index 2ebcf89b1..c0de4ef4c 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.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.context</groupId> |