diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-04-14 15:27:43 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-04-14 15:27:51 -0400 |
commit | 03789ffedb758ea91b0f50ef38443cd3b0b2a61c (patch) | |
tree | fd6248e0d1bd30f181549c0f6994ecf8377d89b9 /main/pom.xml | |
parent | df7f59c8993df404361cbfbefa4f9667290ade10 (diff) |
Bump api to 2.2.2-SNAPSHOT
Issue-ID: POLICY-2378
Change-Id: I29affc99176950f463f7bb8fc41af883e709c4ca
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
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 a38d3d79..5de725f2 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.1-SNAPSHOT</version> + <version>2.2.2-SNAPSHOT</version> </parent> <artifactId>api-main</artifactId> |