diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-10-13 17:26:49 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-10-13 17:26:49 +0000 |
commit | e1ea54df8bc309efb0d682fcb0283e3d54e99155 (patch) | |
tree | 5410e1a2df00abefb068c4009f2e30e59e098742 /context | |
parent | 073d04ef842c67d129d6f9235d9bac3c2b28c9c4 (diff) |
Release policy/apex-pdp2.6.1
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 2d5cab3bf..b17cf69b7 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.6.1-SNAPSHOT</version> + <version>2.6.1</version> </parent> <artifactId>context-management</artifactId> diff --git a/context/pom.xml b/context/pom.xml index d0ac3c611..baf628963 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.6.1-SNAPSHOT</version> + <version>2.6.1</version> </parent> <groupId>org.onap.policy.apex-pdp.context</groupId> |