summaryrefslogtreecommitdiffstats
path: root/policy-management/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-03-10 14:31:17 -0500
committerPamela Dragosh <pdragosh@research.att.com>2017-03-10 14:31:32 -0500
commit998f0b341b0c75ddc5c2ae1fbe33202dcd3bb823 (patch)
tree3c5a62ee458b49cc85884cc52e1573a9c5db504c /policy-management/pom.xml
parentf1efc42d5f30ac4c8ecbdd8884738577dabc0601 (diff)
1.1.0-SNAPSHOT
Change-Id: I2289242f6542657c7d69cfe57b20f2e10178caf6 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'policy-management/pom.xml')
-rw-r--r--policy-management/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/policy-management/pom.xml b/policy-management/pom.xml
index 80e22707..50d969d0 100644
--- a/policy-management/pom.xml
+++ b/policy-management/pom.xml
@@ -26,7 +26,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>
<artifactId>policy-management</artifactId>
@@ -146,13 +146,13 @@
<dependency>
<groupId>org.openecomp.policy.drools-pdp</groupId>
<artifactId>policy-core</artifactId>
- <version>1.0.0</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openecomp.policy.drools-pdp</groupId>
<artifactId>policy-endpoints</artifactId>
- <version>1.0.0</version>
+ <version>${project.version}</version>
</dependency>
<dependency>