diff options
author | ramverma <ram.krishna.verma@ericsson.com> | 2018-10-24 19:35:48 +0100 |
---|---|---|
committer | ramverma <ram.krishna.verma@ericsson.com> | 2018-10-24 19:55:09 +0100 |
commit | 5bf8486284313c32de3dc8c05233eeb621c845ab (patch) | |
tree | d737e687a2786eb8e645eb0c0e0df06411438df9 /policy-management/pom.xml | |
parent | 10e82bd9f3526deffa11e8292d7a4d1711d13ed6 (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>
Diffstat (limited to 'policy-management/pom.xml')
-rw-r--r-- | policy-management/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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> |