From 90d0f3580cad4d2e3711e95088d6e01a2ba93728 Mon Sep 17 00:00:00 2001 From: ramverma Date: Wed, 24 Oct 2018 14:50:13 +0100 Subject: Fix refering to snapshot in policy/common Issue-ID: POLICY-1213 Change-Id: Id34f28a3f41687993009128940e9ddec69d5b88f Signed-off-by: ramverma --- capabilities/pom.xml | 2 +- common-logging/pom.xml | 2 +- common-parameters/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 | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/capabilities/pom.xml b/capabilities/pom.xml index 5f30af85..996956ce 100644 --- a/capabilities/pom.xml +++ b/capabilities/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.common common-modules - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT capabilities diff --git a/common-logging/pom.xml b/common-logging/pom.xml index e32014fe..3d4fcd0d 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.common common-modules - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT ONAP-Logging diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml index 3b7ae7f5..40bbb195 100644 --- a/common-parameters/pom.xml +++ b/common-parameters/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.common common-modules - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT common-parameters diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index a0aca29b..8a76edc2 100644 --- a/integrity-audit/pom.xml +++ b/integrity-audit/pom.xml @@ -31,7 +31,7 @@ org.onap.policy.common common-modules - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT Integrity Audit diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml index 2255138b..721b69a4 100644 --- a/integrity-monitor/pom.xml +++ b/integrity-monitor/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.common common-modules - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT Integrity Monitor diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index 1ef859cf..632cbfa4 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.common common-modules - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT policy-endpoints diff --git a/pom.xml b/pom.xml index 97df8bcb..f5324ae1 100644 --- a/pom.xml +++ b/pom.xml @@ -25,13 +25,13 @@ org.onap.policy.parent integration - 2.0.0-SNAPSHOT + 2.0.0 org.onap.policy.common common-modules - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT pom diff --git a/utils-test/pom.xml b/utils-test/pom.xml index d069d0db..a2490816 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.common common-modules - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT utils-test diff --git a/utils/pom.xml b/utils/pom.xml index 82f07b38..a2c9709b 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.common common-modules - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT utils diff --git a/version.properties b/version.properties index a254b216..fb21064e 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg