diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-04-15 00:01:29 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-04-15 00:01:29 +0000 |
commit | dfb95939add99ab97f902ebf1a6b39905c47ae42 (patch) | |
tree | f13e9dd5d7f3d835c418694c6950e987ce2beaf1 /context | |
parent | e129130747f3e544f0b23dbb771ee9b8a080155c (diff) |
Release policy/apex-pdp2.3.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 7a7576c2b..cce46082d 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.3.1-SNAPSHOT</version> + <version>2.3.1</version> </parent> <artifactId>context-management</artifactId> diff --git a/context/pom.xml b/context/pom.xml index 1bf5e1dc2..383bebdee 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.3.1-SNAPSHOT</version> + <version>2.3.1</version> </parent> <groupId>org.onap.policy.apex-pdp.context</groupId> |