From: waynedunican Date: Wed, 28 May 2025 14:48:58 +0000 (+0100) Subject: Update snapshot and/or references of policy/pap to latest snapshots X-Git-Tag: 4.2.0~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=29fa12403cd4780e69482f857869699f9e764d82;p=policy%2Fpap.git Update snapshot and/or references of policy/pap to latest snapshots Issue-ID: POLICY-5377 Change-Id: I18aa84d7a3fa6b5d122b133d17379b1413f29d13 Signed-off-by: waynedunican --- diff --git a/main/pom.xml b/main/pom.xml index 94e723f7..89334cee 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap policy-pap - 4.1.3-SNAPSHOT + 4.2.0-SNAPSHOT pap-main diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index d168a358..11c2fbe2 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 - 4.1.3-SNAPSHOT + 4.2.0-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 71ba96cf..a4153dd6 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:4.1.3-SNAPSHOT +FROM onap/policy-jre-alpine:4.2.0-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 a9a6a130..d86bb509 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 - 4.1.3-SNAPSHOT + 4.2.0-SNAPSHOT policy-pap-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 9d4fa677..5cf5f302 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap policy-pap - 4.1.3-SNAPSHOT + 4.2.0-SNAPSHOT pap-packages diff --git a/pom.xml b/pom.xml index 3e1cf84a..51591dd2 100644 --- a/pom.xml +++ b/pom.xml @@ -29,13 +29,13 @@ org.onap.policy.parent integration - 5.1.3-SNAPSHOT + 5.2.0-SNAPSHOT org.onap.policy.pap policy-pap - 4.1.3-SNAPSHOT + 4.2.0-SNAPSHOT pom @@ -43,8 +43,8 @@ Code that implements the Policy Administration Backend. - 3.1.3-SNAPSHOT - 4.1.3-SNAPSHOT + 3.2.0-SNAPSHOT + 4.2.0-SNAPSHOT diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index da9ce6be..caff908d 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.pap pap-testsuites - 4.1.3-SNAPSHOT + 4.2.0-SNAPSHOT pap-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index dbcc9b18..3fcb5507 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.pap policy-pap - 4.1.3-SNAPSHOT + 4.2.0-SNAPSHOT pap-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 0f2031dc..8f2bf7ce 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap pap-testsuites - 4.1.3-SNAPSHOT + 4.2.0-SNAPSHOT pap-stability diff --git a/version.properties b/version.properties index 68aaed8b..dbcc4be4 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=4 -minor=1 -patch=3 +minor=2 +patch=0 base_version=${major}.${minor}.${patch}