diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-10-07 16:23:51 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-10-07 16:23:56 -0400 |
commit | ac27c9bd736a85b557b297ebb554a86e94bca564 (patch) | |
tree | 37d0365f5bbc677df28f64266983593935d6af31 /main | |
parent | 3988ab9d3349f5967bd1e3851027f90f796d26b5 (diff) |
Bump api to 2.3.3-SNAPSHOT
Issue-ID: POLICY-2839
Change-Id: I7d35215e5b3dc404a6fbfcf45dee0735d74adfbb
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
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 b73b6074..9e67d8e6 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.3.2-SNAPSHOT</version> + <version>2.3.3-SNAPSHOT</version> </parent> <artifactId>api-main</artifactId> |