aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-04-24 16:27:47 -0400
committerJim Hahn <jrh3@att.com>2020-04-24 17:08:37 -0400
commit6c686f950ec434f83d0e642d7242fffd2990f53b (patch)
treea9d5535160b343740354e236bbe5efac8efa6616 /pom.xml
parent73a0fdff348d4e78b49c2a9e5b54c454082e5d50 (diff)
Point api to new parent
Issue-ID: POLICY-2510 Change-Id: Icc055f13ed43ade9c86d9402c1d27ea9ad3e4f9a Signed-off-by: Jim Hahn <jrh3@att.com>
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 27b8c926..64c6cd24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,13 +27,13 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.1.2</version>
+ <version>3.1.3-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.onap.policy.api</groupId>
<artifactId>policy-api</artifactId>
- <version>2.2.3-SNAPSHOT</version>
+ <version>2.2.4-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -41,8 +41,8 @@
<description>Code that define our external API.</description>
<properties>
- <policy.common.version>1.6.4</policy.common.version>
- <policy.models.version>2.2.5</policy.models.version>
+ <policy.common.version>1.6.5-SNAPSHOT</policy.common.version>
+ <policy.models.version>2.2.6-SNAPSHOT</policy.models.version>
</properties>
<modules>