diff options
author | Jim Hahn <jrh3@att.com> | 2019-08-02 18:10:29 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-08-02 18:10:29 -0400 |
commit | a881b1a2787c71fa6de615b3cf9a16a00a8136b4 (patch) | |
tree | 6b34619d6a7bde39416553e2a1045976bdabfe62 /policy-endpoints | |
parent | 80540215adf4960922c57d8ba21a6fa645732595 (diff) |
Bump version in policy/common
Change-Id: I7efbdf7c36907eb10ae5ce4c9d7d4988d7e2d68a
Issue-ID: POLICY-1965
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'policy-endpoints')
-rw-r--r-- | policy-endpoints/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index 831abffd..655d3c46 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> </parent> <artifactId>policy-endpoints</artifactId> |