diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-11-16 18:22:34 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-11-16 18:22:34 +0000 |
commit | 0c58340687ad6ffb1bca0f0ee3ea6c2bc98eb2d6 (patch) | |
tree | 3635b978108d3ef68e75b38ebc67729b791c5718 /context | |
parent | 885dfa06c63adc8fc6ae4d6d34e857152a31ff0b (diff) |
Release policy/apex-pdp2.4.4
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..2ece6253e 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.4.4</version> </parent> <artifactId>context-management</artifactId> diff --git a/context/pom.xml b/context/pom.xml index 7ba582ef9..009759ba2 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.4.4</version> </parent> <groupId>org.onap.policy.apex-pdp.context</groupId> |