diff options
author | Jim Hahn <jrh3@att.com> | 2019-07-01 15:09:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-01 15:09:23 +0000 |
commit | 5052634e60545f5b483660700d47eb4fff5d0d38 (patch) | |
tree | 8833b6a507b5b70cddc914543d099beaf00029fc /context | |
parent | c4baac8a79b0ca6340693ae47f9c424f3612e3bd (diff) | |
parent | f412580c59f34de8e4988796bf42898be5d3a2b7 (diff) |
Merge "Bump apex-pdp to 2.2.1-SNAPSHOT"
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 f6b58c2ba..feba49139 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.2.0-SNAPSHOT</version> + <version>2.2.1-SNAPSHOT</version> </parent> <artifactId>context-management</artifactId> diff --git a/context/pom.xml b/context/pom.xml index cd9dca990..31c0981da 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.2.0-SNAPSHOT</version> + <version>2.2.1-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.context</groupId> |