diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-11-25 17:54:54 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-11-25 17:54:54 +0000 |
commit | 9db49aa1a5f35976f0f57b73eed96def07e99070 (patch) | |
tree | 4e9abec218da2b55ce68d30bdd4e1df48c0f09a7 /context | |
parent | be777e03ffbb39095e5aca5bf8c780e275335c3a (diff) |
Release policy/apex-pdp2.7.5
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 0601e69d4..3869ffceb 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.7.5-SNAPSHOT</version> + <version>2.7.5</version> </parent> <artifactId>context-management</artifactId> diff --git a/context/pom.xml b/context/pom.xml index 78b91518e..de8fcb9a3 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.7.5-SNAPSHOT</version> + <version>2.7.5</version> </parent> <groupId>org.onap.policy.apex-pdp.context</groupId> |