diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2022-08-18 15:54:41 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2022-08-18 15:54:47 -0400 |
commit | 8b6df89a0a3a1e69cceff94151fe8cf5203a7b89 (patch) | |
tree | f284c64aa40b3666799c77fd536901f3597c471c /main | |
parent | ac2ed4c1d3ae8c3f5f6d5e9f3111a9788496bb2e (diff) |
Bump api to 2.4.6-SNAPSHOT
Issue-ID: POLICY-4295
Change-Id: Iff4d6f3f41dc131102636e772112fc6eed26b72f
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'main')
-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 5301c80e..1f3f6da2 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.4.5-SNAPSHOT</version> + <version>2.4.6-SNAPSHOT</version> </parent> <artifactId>api-main</artifactId> |