Point to released artifacts 75/118275/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 23 Feb 2021 16:00:15 +0000 (11:00 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 23 Feb 2021 16:00:35 +0000 (11:00 -0500)
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>
packages/policy-api-docker/src/main/docker/Dockerfile
pom.xml

index 4e83ec8..a876fb8 100644 (file)
@@ -1,7 +1,7 @@
 #-------------------------------------------------------------------------------
 # Dockerfile
 # ============LICENSE_START=======================================================
-#  Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
+#  Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
-FROM onap/policy-jre-alpine:2.2.0
+FROM onap/policy-jre-alpine:2.2.1
 
 LABEL maintainer="Policy Team"
 
diff --git a/pom.xml b/pom.xml
index 8f5d807..105c3dc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>