summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@ericsson.com>2018-05-16 14:21:03 +0100
committerliamfallon <liam.fallon@ericsson.com>2018-05-16 14:48:51 +0100
commitc1305db25f01f0dad79a6da5788117be2f40232b (patch)
treedc1de02b56e26432ace345b5abe571c852227627
parent144033316c92e37bc8275529404490ff0a91ce70 (diff)
Upgrade SNAPSHOT to 1.2.2
These reviews must be merged in order because of layering. This review should be merged THIRD Change-Id: Icdb5c18106ade60bbc1eea67a1b42e70ac5383e5 Issue-ID: POLICY-798 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
-rw-r--r--api-active-standby-management/pom.xml2
-rw-r--r--api-state-management/pom.xml2
-rw-r--r--feature-active-standby-management/pom.xml2
-rw-r--r--feature-distributed-locking/pom.xml2
-rw-r--r--feature-eelf/pom.xml2
-rw-r--r--feature-healthcheck/pom.xml2
-rw-r--r--feature-pooling-dmaap/pom.xml2
-rw-r--r--feature-session-persistence/pom.xml2
-rw-r--r--feature-simulators/pom.xml2
-rw-r--r--feature-state-management/pom.xml2
-rw-r--r--feature-test-transaction/pom.xml2
-rw-r--r--packages/base/pom.xml2
-rw-r--r--packages/docker/pom.xml2
-rw-r--r--packages/install/pom.xml2
-rw-r--r--packages/pom.xml2
-rw-r--r--policy-core/pom.xml2
-rw-r--r--policy-endpoints/pom.xml2
-rw-r--r--policy-management/pom.xml2
-rw-r--r--policy-management/src/test/resources/echo.pom2
-rw-r--r--policy-utils/pom.xml2
-rw-r--r--pom.xml2
21 files changed, 21 insertions, 21 deletions
diff --git a/api-active-standby-management/pom.xml b/api-active-standby-management/pom.xml
index 659f612d..081f5d28 100644
--- a/api-active-standby-management/pom.xml
+++ b/api-active-standby-management/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<artifactId>api-active-standby-management</artifactId>
diff --git a/api-state-management/pom.xml b/api-state-management/pom.xml
index 0d187126..b7e88707 100644
--- a/api-state-management/pom.xml
+++ b/api-state-management/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<artifactId>api-state-management</artifactId>
diff --git a/feature-active-standby-management/pom.xml b/feature-active-standby-management/pom.xml
index 0b3b585a..14765adb 100644
--- a/feature-active-standby-management/pom.xml
+++ b/feature-active-standby-management/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<artifactId>feature-active-standby-management</artifactId>
diff --git a/feature-distributed-locking/pom.xml b/feature-distributed-locking/pom.xml
index 14531b83..b62299de 100644
--- a/feature-distributed-locking/pom.xml
+++ b/feature-distributed-locking/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<artifactId>feature-distributed-locking</artifactId>
diff --git a/feature-eelf/pom.xml b/feature-eelf/pom.xml
index df7f6805..e9e30938 100644
--- a/feature-eelf/pom.xml
+++ b/feature-eelf/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<artifactId>feature-eelf</artifactId>
diff --git a/feature-healthcheck/pom.xml b/feature-healthcheck/pom.xml
index 18138a60..cdb6e166 100644
--- a/feature-healthcheck/pom.xml
+++ b/feature-healthcheck/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<artifactId>feature-healthcheck</artifactId>
diff --git a/feature-pooling-dmaap/pom.xml b/feature-pooling-dmaap/pom.xml
index 1ffd4a9e..fbc409f8 100644
--- a/feature-pooling-dmaap/pom.xml
+++ b/feature-pooling-dmaap/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<artifactId>feature-pooling-dmaap</artifactId>
diff --git a/feature-session-persistence/pom.xml b/feature-session-persistence/pom.xml
index e5743dc0..ab5dcf73 100644
--- a/feature-session-persistence/pom.xml
+++ b/feature-session-persistence/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<artifactId>feature-session-persistence</artifactId>
diff --git a/feature-simulators/pom.xml b/feature-simulators/pom.xml
index 6c5cc6f6..3128ae5e 100644
--- a/feature-simulators/pom.xml
+++ b/feature-simulators/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<artifactId>feature-simulators</artifactId>
diff --git a/feature-state-management/pom.xml b/feature-state-management/pom.xml
index 3815d140..214966b9 100644
--- a/feature-state-management/pom.xml
+++ b/feature-state-management/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<artifactId>feature-state-management</artifactId>
diff --git a/feature-test-transaction/pom.xml b/feature-test-transaction/pom.xml
index 1810de60..df48fb50 100644
--- a/feature-test-transaction/pom.xml
+++ b/feature-test-transaction/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<artifactId>feature-test-transaction</artifactId>
diff --git a/packages/base/pom.xml b/packages/base/pom.xml
index e16d2487..32060dfd 100644
--- a/packages/base/pom.xml
+++ b/packages/base/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>packages</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<artifactId>base</artifactId>
diff --git a/packages/docker/pom.xml b/packages/docker/pom.xml
index d374d5df..86ff6074 100644
--- a/packages/docker/pom.xml
+++ b/packages/docker/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>packages</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<artifactId>docker</artifactId>
diff --git a/packages/install/pom.xml b/packages/install/pom.xml
index 47ff56f1..f8f6b05c 100644
--- a/packages/install/pom.xml
+++ b/packages/install/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>packages</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<artifactId>install-drools</artifactId>
diff --git a/packages/pom.xml b/packages/pom.xml
index c06e5ec2..c33f90a6 100644
--- a/packages/pom.xml
+++ b/packages/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<artifactId>packages</artifactId>
diff --git a/policy-core/pom.xml b/policy-core/pom.xml
index 06329887..287d6364 100644
--- a/policy-core/pom.xml
+++ b/policy-core/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<dependencies>
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml
index f43b4c93..cd60adcf 100644
--- a/policy-endpoints/pom.xml
+++ b/policy-endpoints/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<artifactId>policy-endpoints</artifactId>
diff --git a/policy-management/pom.xml b/policy-management/pom.xml
index 56037f36..cf6dec5c 100644
--- a/policy-management/pom.xml
+++ b/policy-management/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<artifactId>policy-management</artifactId>
diff --git a/policy-management/src/test/resources/echo.pom b/policy-management/src/test/resources/echo.pom
index eec12af1..878325a1 100644
--- a/policy-management/src/test/resources/echo.pom
+++ b/policy-management/src/test/resources/echo.pom
@@ -26,6 +26,6 @@
<groupId>org.onap.policy.drools.test</groupId>
<artifactId>echo</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</project>
diff --git a/policy-utils/pom.xml b/policy-utils/pom.xml
index 45cfd2d4..4d9c4de2 100644
--- a/policy-utils/pom.xml
+++ b/policy-utils/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
diff --git a/pom.xml b/pom.xml
index 1cfb2d2c..f329e312 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>policy-drools-pdp</name>