aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@ericsson.com>2018-10-24 19:35:48 +0100
committerramverma <ram.krishna.verma@ericsson.com>2018-10-24 19:55:09 +0100
commit5bf8486284313c32de3dc8c05233eeb621c845ab (patch)
treed737e687a2786eb8e645eb0c0e0df06411438df9
parent10e82bd9f3526deffa11e8292d7a4d1711d13ed6 (diff)
Fix refering to snapshot in policy/drools-pdp1.3.1
Issue-ID: POLICY-1213 Change-Id: I485c15044ba5cc0d3daceaf0876f543cc5c8af82 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
-rw-r--r--api-active-standby-management/pom.xml2
-rw-r--r--api-state-management/pom.xml4
-rw-r--r--feature-active-standby-management/pom.xml2
-rw-r--r--feature-distributed-locking/pom.xml6
-rw-r--r--feature-eelf/pom.xml4
-rw-r--r--feature-healthcheck/pom.xml4
-rw-r--r--feature-pooling-dmaap/pom.xml4
-rw-r--r--feature-session-persistence/pom.xml4
-rw-r--r--feature-simulators/pom.xml4
-rw-r--r--feature-state-management/pom.xml4
-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.xml8
-rw-r--r--policy-management/pom.xml6
-rw-r--r--policy-utils/pom.xml4
-rw-r--r--pom.xml5
-rw-r--r--version.properties2
20 files changed, 37 insertions, 36 deletions
diff --git a/api-active-standby-management/pom.xml b/api-active-standby-management/pom.xml
index 665ef777..a316b919 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.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<artifactId>api-active-standby-management</artifactId>
diff --git a/api-state-management/pom.xml b/api-state-management/pom.xml
index 9e2965ba..7fa90c03 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.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<artifactId>api-state-management</artifactId>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>integrity-monitor</artifactId>
- <version>${project.version}</version>
+ <version>${policy.common.version}</version>
</dependency>
</dependencies>
diff --git a/feature-active-standby-management/pom.xml b/feature-active-standby-management/pom.xml
index 086431c0..1ee2d717 100644
--- a/feature-active-standby-management/pom.xml
+++ b/feature-active-standby-management/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<artifactId>feature-active-standby-management</artifactId>
diff --git a/feature-distributed-locking/pom.xml b/feature-distributed-locking/pom.xml
index 0c61e34c..4945d686 100644
--- a/feature-distributed-locking/pom.xml
+++ b/feature-distributed-locking/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<artifactId>feature-distributed-locking</artifactId>
@@ -131,13 +131,13 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>utils</artifactId>
- <version>${project.version}</version>
+ <version>${policy.common.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>utils-test</artifactId>
- <version>${project.version}</version>
+ <version>${policy.common.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/feature-eelf/pom.xml b/feature-eelf/pom.xml
index fa10309c..e447a3f5 100644
--- a/feature-eelf/pom.xml
+++ b/feature-eelf/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<artifactId>feature-eelf</artifactId>
@@ -104,7 +104,7 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>ONAP-Logging</artifactId>
- <version>${project.version}</version>
+ <version>${policy.common.version}</version>
</dependency>
<dependency>
<groupId>org.onap.policy.drools-pdp</groupId>
diff --git a/feature-healthcheck/pom.xml b/feature-healthcheck/pom.xml
index 1fc853e8..a945c980 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.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<artifactId>feature-healthcheck</artifactId>
@@ -140,7 +140,7 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>policy-endpoints</artifactId>
- <version>${project.version}</version>
+ <version>${policy.common.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/feature-pooling-dmaap/pom.xml b/feature-pooling-dmaap/pom.xml
index 70ec8fa8..925adc66 100644
--- a/feature-pooling-dmaap/pom.xml
+++ b/feature-pooling-dmaap/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<artifactId>feature-pooling-dmaap</artifactId>
@@ -165,7 +165,7 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>utils-test</artifactId>
- <version>${project.version}</version>
+ <version>${policy.common.version}</version>
<scope>test</scope>
</dependency>
diff --git a/feature-session-persistence/pom.xml b/feature-session-persistence/pom.xml
index f33f6623..95b37b6b 100644
--- a/feature-session-persistence/pom.xml
+++ b/feature-session-persistence/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<artifactId>feature-session-persistence</artifactId>
@@ -107,7 +107,7 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>utils</artifactId>
- <version>${project.version}</version>
+ <version>${policy.common.version}</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
diff --git a/feature-simulators/pom.xml b/feature-simulators/pom.xml
index dd0b934b..02a3dc39 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.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<artifactId>feature-simulators</artifactId>
@@ -47,7 +47,7 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>policy-endpoints</artifactId>
- <version>${project.version}</version>
+ <version>${policy.common.version}</version>
</dependency>
<dependency>
<groupId>org.onap.policy.drools-pdp</groupId>
diff --git a/feature-state-management/pom.xml b/feature-state-management/pom.xml
index dd662f76..a612c622 100644
--- a/feature-state-management/pom.xml
+++ b/feature-state-management/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<artifactId>feature-state-management</artifactId>
@@ -159,7 +159,7 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>integrity-monitor</artifactId>
- <version>${project.version}</version>
+ <version>${policy.common.version}</version>
</dependency>
<!-- Need to pull into assembly for IntegrityMonitor -->
<dependency>
diff --git a/feature-test-transaction/pom.xml b/feature-test-transaction/pom.xml
index 2848e733..8e6d8f4d 100644
--- a/feature-test-transaction/pom.xml
+++ b/feature-test-transaction/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<artifactId>feature-test-transaction</artifactId>
diff --git a/packages/base/pom.xml b/packages/base/pom.xml
index c97d1021..627ce959 100644
--- a/packages/base/pom.xml
+++ b/packages/base/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>packages</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<artifactId>base</artifactId>
diff --git a/packages/docker/pom.xml b/packages/docker/pom.xml
index e666ab72..9c5d0584 100644
--- a/packages/docker/pom.xml
+++ b/packages/docker/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>packages</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<artifactId>docker</artifactId>
diff --git a/packages/install/pom.xml b/packages/install/pom.xml
index e594357c..2acfd2c5 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.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<artifactId>install-drools</artifactId>
diff --git a/packages/pom.xml b/packages/pom.xml
index 64c6813e..5bb5bcce 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.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<artifactId>packages</artifactId>
diff --git a/policy-core/pom.xml b/policy-core/pom.xml
index 70df3745..24845f4f 100644
--- a/policy-core/pom.xml
+++ b/policy-core/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<dependencies>
@@ -95,12 +95,12 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>capabilities</artifactId>
- <version>${project.version}</version>
+ <version>${policy.common.version}</version>
</dependency>
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>utils</artifactId>
- <version>${project.version}</version>
+ <version>${policy.common.version}</version>
</dependency>
<dependency>
<groupId>org.onap.policy.drools-pdp</groupId>
@@ -120,7 +120,7 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>utils-test</artifactId>
- <version>${project.version}</version>
+ <version>${policy.common.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/policy-management/pom.xml b/policy-management/pom.xml
index 002575f7..8df6b618 100644
--- a/policy-management/pom.xml
+++ b/policy-management/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<artifactId>policy-management</artifactId>
@@ -176,7 +176,7 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>policy-endpoints</artifactId>
- <version>${project.version}</version>
+ <version>${policy.common.version}</version>
</dependency>
<dependency>
@@ -287,7 +287,7 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>utils-test</artifactId>
- <version>${project.version}</version>
+ <version>${policy.common.version}</version>
<scope>test</scope>
</dependency>
diff --git a/policy-utils/pom.xml b/policy-utils/pom.xml
index 03265346..0765c632 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.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<dependencies>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>utils</artifactId>
- <version>${project.version}</version>
+ <version>${policy.common.version}</version>
</dependency>
</dependencies>
<build>
diff --git a/pom.xml b/pom.xml
index dc304789..cd4be6bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,13 +26,13 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
<relativePath />
</parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>policy-drools-pdp</name>
@@ -70,6 +70,7 @@
<hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version>
<commons.io.version>2.5</commons.io.version>
<xml.apis.version>1.4.01</xml.apis.version>
+ <policy.common.version>1.3.1</policy.common.version>
</properties>
<modules>
diff --git a/version.properties b/version.properties
index a254b216..fb21064e 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=3
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}