From 0b7b9cf9d557a649ab7931179b2c25d8474171b7 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 10 Mar 2021 14:27:32 -0500 Subject: Bump version to 1.9.0 in common Issue-ID: POLICY-3105 Change-Id: I1fd654fef96a1e41f150ea13baf39acc882f6bb2 Signed-off-by: Jim Hahn --- capabilities/pom.xml | 2 +- common-logging/pom.xml | 2 +- common-parameters/pom.xml | 2 +- gson/pom.xml | 2 +- integrity-audit/pom.xml | 2 +- integrity-monitor/pom.xml | 2 +- policy-endpoints/pom.xml | 2 +- pom.xml | 4 ++-- utils-test/pom.xml | 2 +- utils/pom.xml | 2 +- version.properties | 4 ++-- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/capabilities/pom.xml b/capabilities/pom.xml index 733f6990..766f7de4 100644 --- a/capabilities/pom.xml +++ b/capabilities/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.common common-modules - 1.8.1-SNAPSHOT + 1.9.0-SNAPSHOT capabilities diff --git a/common-logging/pom.xml b/common-logging/pom.xml index 366573c1..0e8f2da3 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.common common-modules - 1.8.1-SNAPSHOT + 1.9.0-SNAPSHOT ONAP-Logging diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml index d1053bb8..e22b6ea3 100644 --- a/common-parameters/pom.xml +++ b/common-parameters/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.common common-modules - 1.8.1-SNAPSHOT + 1.9.0-SNAPSHOT common-parameters diff --git a/gson/pom.xml b/gson/pom.xml index 16b4a210..4f004de4 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.common common-modules - 1.8.1-SNAPSHOT + 1.9.0-SNAPSHOT gson diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index cc01bf49..323c59e2 100644 --- a/integrity-audit/pom.xml +++ b/integrity-audit/pom.xml @@ -32,7 +32,7 @@ org.onap.policy.common common-modules - 1.8.1-SNAPSHOT + 1.9.0-SNAPSHOT Integrity Audit diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml index 9ef46cb9..7004943e 100644 --- a/integrity-monitor/pom.xml +++ b/integrity-monitor/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.common common-modules - 1.8.1-SNAPSHOT + 1.9.0-SNAPSHOT Integrity Monitor diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index b0eaa0c5..650a7dff 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.common common-modules - 1.8.1-SNAPSHOT + 1.9.0-SNAPSHOT policy-endpoints diff --git a/pom.xml b/pom.xml index c86c0800..d5c09d12 100644 --- a/pom.xml +++ b/pom.xml @@ -25,13 +25,13 @@ org.onap.policy.parent integration - 3.3.0 + 3.4.0-SNAPSHOT org.onap.policy.common common-modules - 1.8.1-SNAPSHOT + 1.9.0-SNAPSHOT pom diff --git a/utils-test/pom.xml b/utils-test/pom.xml index 5c1b4444..04759725 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.common common-modules - 1.8.1-SNAPSHOT + 1.9.0-SNAPSHOT utils-test 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 @@ org.onap.policy.common common-modules - 1.8.1-SNAPSHOT + 1.9.0-SNAPSHOT utils diff --git a/version.properties b/version.properties index b3f28cde..0986d1f0 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=8 -patch=1 +minor=9 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg