From: akenihan Date: Fri, 23 Jan 2026 13:50:21 +0000 (+0000) Subject: Update snapshot and/or references of policy/pap to latest snapshots X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=HEAD;p=policy%2Fpap.git Update snapshot and/or references of policy/pap to latest snapshots policy/pap updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-5529 Change-Id: I3d486eb0d5629e9576b85525ee53ecf951e5dffe Signed-off-by: akenihan --- diff --git a/main/pom.xml b/main/pom.xml index ff258b97..727deb9e 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap policy-pap - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT pap-main diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index 2a717c4e..da0e0be1 100644 --- a/packages/policy-pap-docker/pom.xml +++ b/packages/policy-pap-docker/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap pap-packages - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT policy-pap-docker diff --git a/packages/policy-pap-docker/src/main/docker/Dockerfile b/packages/policy-pap-docker/src/main/docker/Dockerfile index 0f7f9804..f7bb63f1 100644 --- a/packages/policy-pap-docker/src/main/docker/Dockerfile +++ b/packages/policy-pap-docker/src/main/docker/Dockerfile @@ -26,7 +26,7 @@ RUN mkdir /packages /extracted COPY /maven/lib/policy-pap.tar.gz /packages/ RUN tar xvzf /packages/policy-pap.tar.gz --directory /extracted/ -FROM onap/policy-jre-alpine:5.0.0 +FROM onap/policy-jre-alpine:5.0.1-SNAPSHOT LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy PAP" diff --git a/packages/policy-pap-tarball/pom.xml b/packages/policy-pap-tarball/pom.xml index f4013d48..6649d62b 100644 --- a/packages/policy-pap-tarball/pom.xml +++ b/packages/policy-pap-tarball/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap pap-packages - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT policy-pap-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 7744e6e1..3b6ec84f 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap policy-pap - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT pap-packages diff --git a/pom.xml b/pom.xml index 9ff5e6e7..996ff0d6 100644 --- a/pom.xml +++ b/pom.xml @@ -29,13 +29,13 @@ org.onap.policy.parent integration - 6.0.1 + 6.0.2-SNAPSHOT org.onap.policy.pap policy-pap - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT pom @@ -43,8 +43,8 @@ Code that implements the Policy Administration Backend. - 4.0.0 - 5.0.0 + 4.0.1-SNAPSHOT + 5.0.1-SNAPSHOT diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index f3bf2637..1f39c2c5 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.pap pap-testsuites - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT pap-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 4ed8ebd0..51b750ea 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.pap policy-pap - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT pap-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index e82a04e0..188c25e4 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap pap-testsuites - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT pap-stability diff --git a/version.properties b/version.properties index 295674ed..60ac1544 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=5 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch}