From: saul.gill Date: Mon, 11 Dec 2023 16:19:30 +0000 (+0000) Subject: Update snapshot and/or references of policy/api to latest snapshots X-Git-Tag: 3.1.1~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fapi.git;a=commitdiff_plain;h=6388f211f164d892820f3a6c0069d2489d9cabc2 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-4907 Signed-off-by: saul.gill Change-Id: I98dc67f682eae288f5f461f191d8a9ddfdcd1eb1 --- diff --git a/main/pom.xml b/main/pom.xml index e4fef1ca..380abc52 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.api policy-api - 3.1.0-SNAPSHOT + 3.1.1-SNAPSHOT api-main ${project.artifactId} diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml index 932386f3..d5c856d5 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.1.0-SNAPSHOT + 3.1.1-SNAPSHOT pom diff --git a/packages/policy-api-docker/src/main/docker/Dockerfile b/packages/policy-api-docker/src/main/docker/Dockerfile index cb1e84c2..70d6b052 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.1.0 +FROM onap/policy-jre-alpine:3.1.1-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 2e680f4a..acf3c094 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.1.0-SNAPSHOT + 3.1.1-SNAPSHOT policy-api-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 3fa5aed5..91999435 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.api policy-api - 3.1.0-SNAPSHOT + 3.1.1-SNAPSHOT api-packages diff --git a/pom.xml b/pom.xml index bb48c578..19026d5a 100644 --- a/pom.xml +++ b/pom.xml @@ -28,13 +28,13 @@ org.onap.policy.parent integration - 4.1.0 + 4.1.1-SNAPSHOT org.onap.policy.api policy-api - 3.1.0-SNAPSHOT + 3.1.1-SNAPSHOT pom @@ -42,8 +42,8 @@ Code that define our external API. - 2.1.0 - 3.1.0 + 2.1.1-SNAPSHOT + 3.1.1-SNAPSHOT diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index fb0d9370..ac336526 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.api api-testsuites - 3.1.0-SNAPSHOT + 3.1.1-SNAPSHOT api-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 584fed28..c39656d4 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.api policy-api - 3.1.0-SNAPSHOT + 3.1.1-SNAPSHOT api-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index a9cc5339..6e2951da 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.api api-testsuites - 3.1.0-SNAPSHOT + 3.1.1-SNAPSHOT api-stability diff --git a/version.properties b/version.properties index bc48f0ac..5142fa8a 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=1 -patch=0 +patch=1 base_version=${major}.${minor}.${patch}