From fcc18e58331688a8135a522e0b6a37e75648625e Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Wed, 9 Jan 2019 12:08:37 -0600 Subject: Move to 2.0.4-SNAPSHOT version Change-Id: Ic0870fd89bdc303d8e9c95aaa49db79e320fe12d Issue-ID: POLICY-1390 Signed-off-by: Jorge Hernandez --- forwarding/pom.xml | 2 +- main/pom.xml | 2 +- model/pom.xml | 2 +- packages/policy-distribution-docker/pom.xml | 2 +- packages/policy-distribution-tarball/pom.xml | 2 +- packages/pom.xml | 2 +- plugins/forwarding-plugins/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/reception-plugins/pom.xml | 2 +- pom.xml | 8 ++++---- reception/pom.xml | 2 +- version.properties | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) diff --git a/forwarding/pom.xml b/forwarding/pom.xml index 412424c0..2b386d3b 100644 --- a/forwarding/pom.xml +++ b/forwarding/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT forwarding diff --git a/main/pom.xml b/main/pom.xml index 10a6f032..e870afe5 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT main diff --git a/model/pom.xml b/model/pom.xml index 3056f320..d6e7574b 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT distribution-model diff --git a/packages/policy-distribution-docker/pom.xml b/packages/policy-distribution-docker/pom.xml index b7adcf2b..d9441a00 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.3-SNAPSHOT + 2.0.4-SNAPSHOT pom diff --git a/packages/policy-distribution-tarball/pom.xml b/packages/policy-distribution-tarball/pom.xml index 4cd86a8d..b3c4c9fd 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.3-SNAPSHOT + 2.0.4-SNAPSHOT policy-distribution-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 70134128..4bd1c452 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT packages diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml index 3985e166..6b7f008f 100644 --- a/plugins/forwarding-plugins/pom.xml +++ b/plugins/forwarding-plugins/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution plugins - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT forwarding-plugins diff --git a/plugins/pom.xml b/plugins/pom.xml index 23129c1d..d08d84a9 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT plugins diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index 88b213d4..51f6b4bb 100644 --- a/plugins/reception-plugins/pom.xml +++ b/plugins/reception-plugins/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution plugins - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT reception-plugins diff --git a/pom.xml b/pom.xml index be3e599d..a312082e 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.distribution policy-distribution - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT pom @@ -45,9 +45,9 @@ ${project.basedir}/../target/code-coverage/jacoco-it.exec reuseReports - 1.3.3 - 1.3.4 - 2.0.3 + 1.3.4 + 1.3.5 + 2.0.4 diff --git a/reception/pom.xml b/reception/pom.xml index 998faaa6..ea5aaa33 100644 --- a/reception/pom.xml +++ b/reception/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT reception diff --git a/version.properties b/version.properties index 9bb11f5a..dd104115 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=0 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg