diff options
author | 2020-05-22 13:16:54 +0000 | |
---|---|---|
committer | 2020-05-22 13:16:54 +0000 | |
commit | e94fe51df2e482d67f2cf0ef0a6d923b4414560b (patch) | |
tree | f9f6de2987b147fedb9d1b123f1c9bf11bb6ccdd /LogParser | |
parent | 47c37792fd32be31a2cd9e1739155b27f2cbf0e3 (diff) | |
parent | bc2a5ea4533dd30c44a6a185d075df37400398d7 (diff) |
Merge "Bump Policy Engine to 1.6.5-SNAPSHOT" into frankfurt
Diffstat (limited to 'LogParser')
-rw-r--r-- | LogParser/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LogParser/pom.xml b/LogParser/pom.xml index 6430982c1..9eb4e40df 100644 --- a/LogParser/pom.xml +++ b/LogParser/pom.xml @@ -24,7 +24,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>LogParser</artifactId> <dependencies> |