update references in policy/gui pom 75/137275/1
authorwaynedunican <wayne.dunican@est.tech>
Mon, 19 Feb 2024 09:38:00 +0000 (09:38 +0000)
committerwaynedunican <wayne.dunican@est.tech>
Mon, 19 Feb 2024 09:38:00 +0000 (09:38 +0000)
updated references in the policy/gui pom

*** This commit is generated by a PF release script ***

Issue-ID: POLICY-4932
Change-Id: I4ecc8adbdd3cf05f886ed6e48801790abd3f7d55
Signed-off-by: waynedunican <wayne.dunican@est.tech>
packages/policy-gui-docker/src/main/docker/Dockerfile
pom.xml

index 05be50a..7e1fb2e 100644 (file)
@@ -18,7 +18,7 @@
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
 
-FROM onap/policy-jre-alpine:3.1.1-SNAPSHOT
+FROM onap/policy-jre-alpine:3.1.1
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy GUI"
diff --git a/pom.xml b/pom.xml
index bbd0f1f..77e0fac 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>4.1.1-SNAPSHOT</version>
+        <version>4.1.1</version>
         <relativePath />
     </parent>
 
@@ -40,9 +40,9 @@
     <description>Code for all the Policy GUI's.</description>
 
     <properties>
-        <policy.apex-pdp.version>3.1.1-SNAPSHOT</policy.apex-pdp.version>
-        <policy.common.version>2.1.1-SNAPSHOT</policy.common.version>
-        <policy.models.version>3.1.1-SNAPSHOT</policy.models.version>
+        <policy.apex-pdp.version>3.1.1</policy.apex-pdp.version>
+        <policy.common.version>2.1.1</policy.common.version>
+        <policy.models.version>3.1.1</policy.models.version>
         <jacoco.dataFile>${project.basedir}/../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
         <sonar.javascript.lcov.reportPaths>${project.basedir}/target/code-coverage/lcov.info</sonar.javascript.lcov.reportPaths>
     </properties>