diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-07-10 16:14:17 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-07-10 16:14:17 +0000 |
commit | ccfe2f5a0288e829626fe3cfe7fc9da54a26471b (patch) | |
tree | 53aecd30461d494c72a18a5fafa2f62f02aa9c20 /context | |
parent | c987e4798ad1d785dded23a587b4d5abeb55f0f7 (diff) |
Release policy/apex-pdp2.4.0
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 3c4486206..2b3189812 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.0-SNAPSHOT</version> + <version>2.4.0</version> </parent> <artifactId>context-management</artifactId> diff --git a/context/pom.xml b/context/pom.xml index a6f21fe85..19a67b087 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.0-SNAPSHOT</version> + <version>2.4.0</version> </parent> <groupId>org.onap.policy.apex-pdp.context</groupId> |