From 4b1f6d0d15244178b9038ec8debcc4af27c7a58a Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 16 May 2019 15:09:45 +0000 Subject: [PATCH] Step snapshot version of policy-distribution Issue-ID: POLICY-1630 Change-Id: Ie107fa87bdce76eec39a8ee5ae55b700236a3017 Signed-off-by: liamfallon --- 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 | 2 +- reception/pom.xml | 2 +- testsuites/performance/pom.xml | 2 +- testsuites/pom.xml | 2 +- testsuites/stability/pom.xml | 2 +- version.properties | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/forwarding/pom.xml b/forwarding/pom.xml index 46508a02..25cc0823 100644 --- a/forwarding/pom.xml +++ b/forwarding/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT forwarding diff --git a/main/pom.xml b/main/pom.xml index cc471bd4..84e91944 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT main diff --git a/model/pom.xml b/model/pom.xml index 7c0b7e7b..09603475 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT distribution-model diff --git a/packages/policy-distribution-docker/pom.xml b/packages/policy-distribution-docker/pom.xml index 79c305fb..5bad8852 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.1.0-SNAPSHOT + 2.1.1-SNAPSHOT pom diff --git a/packages/policy-distribution-tarball/pom.xml b/packages/policy-distribution-tarball/pom.xml index b67f4f9d..e5e30116 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.1.0-SNAPSHOT + 2.1.1-SNAPSHOT policy-distribution-tarball diff --git a/packages/pom.xml b/packages/pom.xml index fec5a039..af5b0189 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT packages diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml index 50e50df3..f6fe858a 100644 --- a/plugins/forwarding-plugins/pom.xml +++ b/plugins/forwarding-plugins/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution plugins - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT forwarding-plugins diff --git a/plugins/pom.xml b/plugins/pom.xml index c2e2edc0..5262b002 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT plugins diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index 4441d9e2..5bf339e8 100644 --- a/plugins/reception-plugins/pom.xml +++ b/plugins/reception-plugins/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution plugins - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT reception-plugins diff --git a/pom.xml b/pom.xml index 196f88ce..ef9f6580 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.policy.distribution policy-distribution - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT pom diff --git a/reception/pom.xml b/reception/pom.xml index 56d880c2..2b0b30d4 100644 --- a/reception/pom.xml +++ b/reception/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT reception diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 57e9bd8e..8f499cd9 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution testsuites - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 62dcc418..2a9a7973 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT testsuites pom diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index c53b69f4..2cfc7b04 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution testsuites - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT stability diff --git a/version.properties b/version.properties index 614e56e9..b4f56188 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=1 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6