summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-05-30 13:04:05 -0400
committerJim Hahn <jrh3@att.com>2019-05-30 13:05:52 -0400
commita9a3a5d23130bdd652da64d0297cf00081b085d7 (patch)
tree706123a220755145c53621970d2241d586d1f793 /pom.xml
parent4b890c78baa7e6ea42a02e140e608491ccb0aa63 (diff)
Bump apex-pdp to version 2.2.0
Issue-ID: POLICY-1747 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: Iba1c6a80917a37cc63e2250a32df40046df9ee4f
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 6761c9e75..22ab27bac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,13 +25,13 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>2.1.0</version>
+ <version>3.0.0-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.onap.policy.apex-pdp</groupId>
<artifactId>apex-pdp</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>policy-apex-pdp</name>
@@ -44,8 +44,8 @@
<version.kafka>1.1.1</version.kafka>
<version.jersey>2.26</version.jersey>
<version.hibernate>5.3.7.Final</version.hibernate>
- <version.policy.common>1.4.0</version.policy.common>
- <version.policy.models>2.0.0</version.policy.models>
+ <version.policy.common>1.5.0-SNAPSHOT</version.policy.common>
+ <version.policy.models>2.1.0-SNAPSHOT</version.policy.models>
<!-- sonar/jacoco overrides -->
<!-- Overriding oparent default sonar/jacoco settings Combine all our reports
into one file shared across sub-modules -->