From: ramverma Date: Wed, 24 Oct 2018 13:56:47 +0000 (+0100) Subject: Fix refering to snapshot in policy/distribution X-Git-Tag: 2.0.1^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a64169b24ab24101719c1a926ab1d3c9d25c219c;p=policy%2Fdistribution.git Fix refering to snapshot in policy/distribution Issue-ID: POLICY-1213 Change-Id: I7262a00ec35549e63127f8a3730ca8aa75da09aa Signed-off-by: ramverma --- diff --git a/forwarding/pom.xml b/forwarding/pom.xml index 4335a046..63483b25 100644 --- a/forwarding/pom.xml +++ b/forwarding/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT forwarding diff --git a/main/pom.xml b/main/pom.xml index fdaebbd5..3a77f992 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT main diff --git a/model/pom.xml b/model/pom.xml index 6ccfa6b2..31a20240 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT distribution-model diff --git a/packages/policy-distribution-docker/pom.xml b/packages/policy-distribution-docker/pom.xml index 3d316bfc..ae0ce979 100644 --- a/packages/policy-distribution-docker/pom.xml +++ b/packages/policy-distribution-docker/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.distribution packages - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT pom diff --git a/packages/policy-distribution-tarball/pom.xml b/packages/policy-distribution-tarball/pom.xml index 0acf197a..7e23a147 100644 --- a/packages/policy-distribution-tarball/pom.xml +++ b/packages/policy-distribution-tarball/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.distribution packages - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT policy-distribution-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 62218cbc..2166b0e1 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.distribution policy-distribution - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT packages diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml index 4f66afd5..a6175942 100644 --- a/plugins/forwarding-plugins/pom.xml +++ b/plugins/forwarding-plugins/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution plugins - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT forwarding-plugins @@ -55,7 +55,7 @@ org.onap.policy.apex-pdp.core core-deployment - ${project.version} + ${policy.apex-pdp.version} org.mockito diff --git a/plugins/pom.xml b/plugins/pom.xml index a7077de9..5b6b2790 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT plugins diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index 799904c3..e83d48ca 100644 --- a/plugins/reception-plugins/pom.xml +++ b/plugins/reception-plugins/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution plugins - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT reception-plugins diff --git a/pom.xml b/pom.xml index 177db549..102a91b9 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.distribution policy-distribution - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT pom @@ -46,8 +46,9 @@ ${project.basedir}/../target/code-coverage/jacoco-it.exec reuseReports - 1.3.0 - 1.3.0 + 1.3.1 + 1.3.1 + 2.0.1 diff --git a/reception/pom.xml b/reception/pom.xml index 71e4c4ee..d2d9b253 100644 --- a/reception/pom.xml +++ b/reception/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT reception diff --git a/version.properties b/version.properties index a3ac0d9c..ae234638 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch}