diff options
author | uj426b <uj426b@att.com> | 2020-05-21 17:35:36 -0400 |
---|---|---|
committer | uj426b <uj426b@att.com> | 2020-05-21 18:33:04 -0400 |
commit | bc2a5ea4533dd30c44a6a185d075df37400398d7 (patch) | |
tree | 201aac81a58e16fb02700ba5b2b6c9e4ed37d5d5 /ONAP-PAP-REST | |
parent | 3fcec9da1f86ddf4824341c8d7e871de7712c93a (diff) |
Bump Policy Engine to 1.6.5-SNAPSHOT
Change-Id: I776183cd545fe749e1e401ea3e238154e1cceb5a
Issue-ID: POLICY-2514
Signed-off-by: uj426b <uj426b@att.com>
Diffstat (limited to 'ONAP-PAP-REST')
-rw-r--r-- | ONAP-PAP-REST/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ONAP-PAP-REST/pom.xml b/ONAP-PAP-REST/pom.xml index 3a7d1b9e9..8e2f9e1df 100644 --- a/ONAP-PAP-REST/pom.xml +++ b/ONAP-PAP-REST/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.6.4-SNAPSHOT</version> + <version>1.6.5-SNAPSHOT</version> </parent> <properties> <hibernate.version>4.3.10.Final</hibernate.version> |