diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-05-22 13:16:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-22 13:16:54 +0000 |
commit | e94fe51df2e482d67f2cf0ef0a6d923b4414560b (patch) | |
tree | f9f6de2987b147fedb9d1b123f1c9bf11bb6ccdd /POLICY-SDK-APP | |
parent | 47c37792fd32be31a2cd9e1739155b27f2cbf0e3 (diff) | |
parent | bc2a5ea4533dd30c44a6a185d075df37400398d7 (diff) |
Merge "Bump Policy Engine to 1.6.5-SNAPSHOT" into frankfurt
Diffstat (limited to 'POLICY-SDK-APP')
-rw-r--r-- | POLICY-SDK-APP/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index b1b1f03e8..7b47f45ef 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.6.4-SNAPSHOT</version> + <version>1.6.5-SNAPSHOT</version> </parent> <artifactId>POLICY-SDK-APP</artifactId> <packaging>war</packaging> |