diff options
author | Jim Hahn <jrh3@att.com> | 2020-04-24 16:27:47 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-04-24 17:08:37 -0400 |
commit | 6c686f950ec434f83d0e642d7242fffd2990f53b (patch) | |
tree | a9d5535160b343740354e236bbe5efac8efa6616 /main/pom.xml | |
parent | 73a0fdff348d4e78b49c2a9e5b54c454082e5d50 (diff) |
Point api to new parent
Issue-ID: POLICY-2510
Change-Id: Icc055f13ed43ade9c86d9402c1d27ea9ad3e4f9a
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'main/pom.xml')
-rw-r--r-- | main/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pom.xml b/main/pom.xml index 9a48ab79..4bbdc0eb 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>policy-api</artifactId> - <version>2.2.3-SNAPSHOT</version> + <version>2.2.4-SNAPSHOT</version> </parent> <artifactId>api-main</artifactId> |