diff options
Diffstat (limited to 'policy-core')
-rw-r--r-- | policy-core/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/policy-core/pom.xml b/policy-core/pom.xml index 4f777cc6..e151e555 100644 --- a/policy-core/pom.xml +++ b/policy-core/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.openecomp.policy.drools-pdp</groupId> <artifactId>drools-pdp</artifactId> - <version>1.0.0</version> + <version>1.1.0-SNAPSHOT</version> </parent> <build> @@ -159,7 +159,7 @@ <!-- leave this for now, but will remove policy-utils at the end of conversion --> <groupId>org.openecomp.policy.drools-pdp</groupId> <artifactId>policy-utils</artifactId> - <version>1.0.0</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.openecomp.policy.common</groupId> |