aboutsummaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@ericsson.com>2018-10-24 20:14:02 +0100
committerramverma <ram.krishna.verma@ericsson.com>2018-10-24 20:14:15 +0100
commit79e5edea6fdbbab122e280f95cd3f2dbfc431e8b (patch)
tree559f66470e754efece008dc4c95805a2bc29c8ef /services
parent78c6f58b317633acfb934ec3bc0e2f3b511bf309 (diff)
Fix refering to snapshot in policy/apex-pdp2.0.1
Issue-ID: POLICY-1213 Change-Id: I9187462aa470cff6ca7adc750c8a666bf8e15429 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
Diffstat (limited to 'services')
-rw-r--r--services/pom.xml2
-rw-r--r--services/services-engine/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/services/pom.xml b/services/pom.xml
index 141cf6b9e..8a2761bc9 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.policy.apex-pdp</groupId>
<artifactId>apex-pdp</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.policy.apex-pdp.services</groupId>
diff --git a/services/services-engine/pom.xml b/services/services-engine/pom.xml
index 6b339f96e..d959a66f8 100644
--- a/services/services-engine/pom.xml
+++ b/services/services-engine/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.policy.apex-pdp.services</groupId>
<artifactId>services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>services-engine</artifactId>