diff options
author | Jim Hahn <jrh3@att.com> | 2021-03-10 14:27:32 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-03-10 14:41:56 -0500 |
commit | 0b7b9cf9d557a649ab7931179b2c25d8474171b7 (patch) | |
tree | a7a67cf8945208af9cf9d8038e3680ef15145ab5 /utils/pom.xml | |
parent | ef4a13988a7f9e539980f7262ede9d042ac9c658 (diff) |
Bump version to 1.9.0 in common
Issue-ID: POLICY-3105
Change-Id: I1fd654fef96a1e41f150ea13baf39acc882f6bb2
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'utils/pom.xml')
-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 e0587733..bfc10740 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.8.1-SNAPSHOT</version> + <version>1.9.0-SNAPSHOT</version> </parent> <artifactId>utils</artifactId> |