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