aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@bell.ca>2021-02-23 15:45:34 +0000
committera.sreekumar <ajith.sreekumar@bell.ca>2021-02-23 15:53:02 +0000
commit1f47753355dfd706899ce25cc321196b5f43d8aa (patch)
treea4fba8bbe349faeafcb18b4de3ec8fb012f4f816 /pom.xml
parent0150a629d2f15f3fcaf6a8ed584f64512201b25d (diff)
Point to released version of docker, parent, common and models
Change-Id: I17e2e093421733fc94a3de8f5946b867b3b73ba9 Issue-ID: POLICY-3088 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
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 25aa13937..3d23f58a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
Copyright (C) 2018 Ericsson. All rights reserved.
Modifications Copyright (C) 2019-2020 Nordix Foundation.
Modifications Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved.
- Modifications Copyright (C) 2020 Bell Canada.
+ Modifications Copyright (C) 2020-2021 Bell Canada.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0</version>
<relativePath />
</parent>
@@ -45,8 +45,8 @@
<version.commons-cli>1.4</version.commons-cli>
<version.kafka>2.3.0</version.kafka>
<version.hibernate>5.3.7.Final</version.hibernate>
- <version.policy.common>1.8.0-SNAPSHOT</version.policy.common>
- <version.policy.models>2.4.0-SNAPSHOT</version.policy.models>
+ <version.policy.common>1.8.0</version.policy.common>
+ <version.policy.models>2.4.0</version.policy.models>
<version.jgroups>4.1.5.Final</version.jgroups>
<version.commons-codec>20041127.091804</version.commons-codec>
<version.caffeine>2.8.0</version.caffeine>