diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-09-10 00:55:12 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-09-10 00:55:12 +0000 |
commit | 9bd961be8f813194e43a705c7f2236b1c28d6f16 (patch) | |
tree | 20cdbacc753068adc5c4d1b89a66511c35e6fbde /context | |
parent | d253417fb6d3b124541c5a4f4687c3a87d751cd0 (diff) |
Release policy/apex-pdp2.2.2
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 ee93a1525..19352a6fc 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.2.2-SNAPSHOT</version> + <version>2.2.2</version> </parent> <artifactId>context-management</artifactId> diff --git a/context/pom.xml b/context/pom.xml index 5d4e21c39..b7d70b0dc 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.2.2-SNAPSHOT</version> + <version>2.2.2</version> </parent> <groupId>org.onap.policy.apex-pdp.context</groupId> |