diff options
author | Jim Hahn <jrh3@att.com> | 2020-09-08 11:08:56 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-09-08 11:09:21 -0400 |
commit | fa868f63c30bf33fc90b5173dba0df5ccdc90219 (patch) | |
tree | 79cb9ecd9de95a44df790ef83bcde3da0efe8355 /utils | |
parent | ad3598c6c712a4a4bf22c13fb08fe0e2ec85d873 (diff) |
Bump common to 1.7.2
Issue-ID: POLICY-2789
Change-Id: Ia29c63d215facba9796a9dabdd4e9ea6792a852a
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/pom.xml b/utils/pom.xml index 9dd595eb..302d8d26 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> </parent> <artifactId>utils</artifactId> |