From: liamfallon Date: Wed, 18 Oct 2023 14:48:16 +0000 (+0100) Subject: Update snapshot and/or references of policy/api to latest snapshots X-Git-Tag: 3.0.2~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fapi.git;a=commitdiff_plain;h=bd596fc26b45384802f065548a00150f253fddd5 Update snapshot and/or references of policy/api to latest snapshots policy/api updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4854 Signed-off-by: liamfallon Change-Id: I97f9ae3d9c1116661899229e2c520f062fbe48ef --- diff --git a/main/pom.xml b/main/pom.xml index 5f88ee54..b17b550a 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.api policy-api - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT api-main ${project.artifactId} diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml index f9d2b97d..90449f20 100644 --- a/packages/policy-api-docker/pom.xml +++ b/packages/policy-api-docker/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.api api-packages - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT pom diff --git a/packages/policy-api-docker/src/main/docker/Dockerfile b/packages/policy-api-docker/src/main/docker/Dockerfile index 9860aee1..e2d0e769 100644 --- a/packages/policy-api-docker/src/main/docker/Dockerfile +++ b/packages/policy-api-docker/src/main/docker/Dockerfile @@ -26,7 +26,7 @@ RUN mkdir /packages /extracted COPY /maven/lib/policy-api.tar.gz /packages/ RUN tar xvzf /packages/policy-api.tar.gz --directory /extracted/ -FROM onap/policy-jre-alpine:3.0.1 +FROM onap/policy-jre-alpine:3.0.2-SNAPSHOT LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy API" diff --git a/packages/policy-api-tarball/pom.xml b/packages/policy-api-tarball/pom.xml index ecab83f0..e6307983 100644 --- a/packages/policy-api-tarball/pom.xml +++ b/packages/policy-api-tarball/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.api api-packages - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT policy-api-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 520be642..e73cda3a 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.api policy-api - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT api-packages diff --git a/pom.xml b/pom.xml index bef8c329..1564b985 100644 --- a/pom.xml +++ b/pom.xml @@ -28,13 +28,13 @@ org.onap.policy.parent integration - 4.0.1 + 4.0.2-SNAPSHOT org.onap.policy.api policy-api - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT pom @@ -42,8 +42,8 @@ Code that define our external API. - 2.0.1 - 3.0.1 + 2.0.2-SNAPSHOT + 3.0.2-SNAPSHOT diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 9ee4c164..8f7c912c 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.api api-testsuites - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT api-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index dad3137f..d190ef39 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.api policy-api - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT api-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 57d7491d..b8fb4235 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.api api-testsuites - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT api-stability diff --git a/version.properties b/version.properties index fd262fb4..ecb60096 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch}