diff options
Diffstat (limited to 'feature-eelf')
-rw-r--r-- | feature-eelf/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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> |