aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-04-13 16:54:37 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-04-13 16:54:41 -0400
commitb7bdab1bba58bc0fd2738128fbaf19441047366f (patch)
tree3d0628840ef067d8aadc809f72bb0b82f3015d40 /pom.xml
parentaddcca22d6243a4904df9d20c1467c31c764eaaa (diff)
Point to parent, common, models
Released parent, fixes in model and commons. Issue-ID: POLICY-2486 Change-Id: I5c939dade1024dc6c606250ec8f55ece74614b36 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index bde562796..8abaadfa1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2</version>
<relativePath />
</parent>
<groupId>org.onap.policy.engine</groupId>
@@ -54,8 +54,8 @@
<commons.fileupload.version>1.3.3</commons.fileupload.version>
<commons.compress.version>1.18</commons.compress.version>
<elasticsearch.version>6.8.2</elasticsearch.version>
- <version.policy.common>1.6.3-SNAPSHOT</version.policy.common>
- <version.policy.models>2.2.3-SNAPSHOT</version.policy.models>
+ <version.policy.common>1.6.4-SNAPSHOT</version.policy.common>
+ <version.policy.models>2.2.4-SNAPSHOT</version.policy.models>
</properties>
<modules>
<module>PolicyEngineUtils</module>