aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-09-09 19:56:22 -0400
committerPamela Dragosh <pdragosh@research.att.com>2019-09-09 20:46:35 -0400
commit1d48c011fb5368dece0a180edab9d18f8efd860a (patch)
tree87024fd10fa6a5006e68e86228fce33d26c2596d /pom.xml
parentc7ebafd4e235416090ddcea8eadc37ffad53bdc9 (diff)
Upgrade to released artifacts
Released parent, common and models Issue-ID: POLICY-2045 Change-Id: If26bd3e22f43396e61a53626b72d0d3e9d6bf5fb 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 ad839abc3..031592962 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.0.1</version>
<relativePath />
</parent>
<groupId>org.onap.policy.engine</groupId>
@@ -59,8 +59,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.5.2-SNAPSHOT</version.policy.common>
- <version.policy.models>2.1.3-SNAPSHOT</version.policy.models>
+ <version.policy.common>1.5.2</version.policy.common>
+ <version.policy.models>2.1.3</version.policy.models>
</properties>
<modules>
<module>PolicyEngineUtils</module>