aboutsummaryrefslogtreecommitdiffstats
path: root/LogParser
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@ericsson.com>2018-10-25 17:19:16 +0100
committerramverma <ram.krishna.verma@ericsson.com>2018-10-25 17:19:35 +0100
commitd7630c4c59a2d5947d942684bbe4ce8741a8fa7b (patch)
tree9d124d4253e85795d08089f87133592199b9fdb3 /LogParser
parent718a13e4e135f87975260eda329699cd242077db (diff)
Fix refering to snapshot in policy/engine
Issue-ID: POLICY-1213 Change-Id: I6666585a176b9e981976777018e4b7616e47ffc7 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
Diffstat (limited to 'LogParser')
-rw-r--r--LogParser/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/LogParser/pom.xml b/LogParser/pom.xml
index 5d5f797d6..a7c3d7c4a 100644
--- a/LogParser/pom.xml
+++ b/LogParser/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.engine</groupId>
<artifactId>PolicyEngineSuite</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<artifactId>LogParser</artifactId>
<dependencies>
@@ -41,12 +41,12 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>ONAP-Logging</artifactId>
- <version>${project.version}</version>
+ <version>${version.policy.common}</version>
</dependency>
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>integrity-monitor</artifactId>
- <version>${project.version}</version>
+ <version>${version.policy.common}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>