diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2021-02-23 11:00:15 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2021-02-23 11:00:35 -0500 |
commit | dbbae8b3c7d306b9074da3471744af2180ef5b7b (patch) | |
tree | 15300a72366f34944e66a1ecf322211f6c64e744 /pom.xml | |
parent | 0b0fd8d7c890a75ee1fe829c68b92cf670a4a29f (diff) |
Point to released artifacts
policy-common 1.8.0
policy-models 2.4.0
policy-parent 3.3.0
docker image 2.2.1
Issue-ID: POLICY-3088
Change-Id: Id68459351878c5e3221c5b9044f3ccb40016e6f7
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,7 +3,7 @@ ONAP Policy API ================================================================================ Copyright (C) 2018 Samsung Electronics Co., Ltd. All rights reserved. - Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2019-2020 Nordix Foundation. Modifications Copyright (C) 2020 Bell Canada. All rights reserved. ================================================================================ @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath /> </parent> @@ -42,8 +42,8 @@ <description>Code that define our external API.</description> <properties> - <policy.common.version>1.8.0-SNAPSHOT</policy.common.version> - <policy.models.version>2.4.0-SNAPSHOT</policy.models.version> + <policy.common.version>1.8.0</policy.common.version> + <policy.models.version>2.4.0</policy.models.version> </properties> <modules> |