aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2019-05-16 15:09:45 +0000
committerliamfallon <liam.fallon@est.tech>2019-05-16 15:09:45 +0000
commit4b1f6d0d15244178b9038ec8debcc4af27c7a58a (patch)
treec442028996645f0574425afb7700876f985b5caa
parentb4563677f7c3cb0385cbedfcbfab7a76ef5abdf2 (diff)
Step snapshot version of policy-distribution
Issue-ID: POLICY-1630 Change-Id: Ie107fa87bdce76eec39a8ee5ae55b700236a3017 Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r--forwarding/pom.xml2
-rw-r--r--main/pom.xml2
-rw-r--r--model/pom.xml2
-rw-r--r--packages/policy-distribution-docker/pom.xml2
-rw-r--r--packages/policy-distribution-tarball/pom.xml2
-rw-r--r--packages/pom.xml2
-rw-r--r--plugins/forwarding-plugins/pom.xml2
-rw-r--r--plugins/pom.xml2
-rw-r--r--plugins/reception-plugins/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--reception/pom.xml2
-rw-r--r--testsuites/performance/pom.xml2
-rw-r--r--testsuites/pom.xml2
-rw-r--r--testsuites/stability/pom.xml2
-rw-r--r--version.properties2
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 @@
<parent>
<groupId>org.onap.policy.distribution</groupId>
<artifactId>policy-distribution</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
</parent>
<artifactId>forwarding</artifactId>
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 @@
<parent>
<groupId>org.onap.policy.distribution</groupId>
<artifactId>policy-distribution</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
</parent>
<artifactId>main</artifactId>
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 @@
<parent>
<groupId>org.onap.policy.distribution</groupId>
<artifactId>policy-distribution</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
</parent>
<artifactId>distribution-model</artifactId>
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 @@
<parent>
<groupId>org.onap.policy.distribution</groupId>
<artifactId>packages</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
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 @@
<parent>
<groupId>org.onap.policy.distribution</groupId>
<artifactId>packages</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
</parent>
<artifactId>policy-distribution-tarball</artifactId>
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 @@
<parent>
<groupId>org.onap.policy.distribution</groupId>
<artifactId>policy-distribution</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
</parent>
<artifactId>packages</artifactId>
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 @@
<parent>
<groupId>org.onap.policy.distribution</groupId>
<artifactId>plugins</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
</parent>
<artifactId>forwarding-plugins</artifactId>
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 @@
<parent>
<groupId>org.onap.policy.distribution</groupId>
<artifactId>policy-distribution</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
</parent>
<artifactId>plugins</artifactId>
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 @@
<parent>
<groupId>org.onap.policy.distribution</groupId>
<artifactId>plugins</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
</parent>
<artifactId>reception-plugins</artifactId>
diff --git a/pom.xml b/pom.xml
index 196f88ce..ef9f6580 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
<groupId>org.onap.policy.distribution</groupId>
<artifactId>policy-distribution</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
<packaging>pom</packaging>
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 @@
<parent>
<groupId>org.onap.policy.distribution</groupId>
<artifactId>policy-distribution</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
</parent>
<artifactId>reception</artifactId>
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 @@
<parent>
<groupId>org.onap.policy.distribution</groupId>
<artifactId>testsuites</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
</parent>
<artifactId>performance</artifactId>
<build>
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 @@
<parent>
<groupId>org.onap.policy.distribution</groupId>
<artifactId>policy-distribution</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
</parent>
<artifactId>testsuites</artifactId>
<packaging>pom</packaging>
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 @@
<parent>
<groupId>org.onap.policy.distribution</groupId>
<artifactId>testsuites</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
</parent>
<artifactId>stability</artifactId>
<build>
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}