From: waynedunican Date: Tue, 28 Jan 2025 10:14:01 +0000 (+0000) Subject: Update snapshot and/or references of policy/distribution to latest snapshots X-Git-Tag: 4.1.1~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f9ecc3d06b8240ab87b8f46a9c0b0dc44dfab148;p=policy%2Fdistribution.git Update snapshot and/or references of policy/distribution to latest snapshots policy/distribution updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-5255 Change-Id: I6b212087cc10feb3995a07cefb0ef9d7f1f0fcff Signed-off-by: waynedunican --- diff --git a/forwarding/pom.xml b/forwarding/pom.xml index 393700a7..910a1a9e 100644 --- a/forwarding/pom.xml +++ b/forwarding/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 4.1.0-SNAPSHOT + 4.1.1-SNAPSHOT forwarding diff --git a/main/pom.xml b/main/pom.xml index fc396fe5..bc6b7728 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.distribution policy-distribution - 4.1.0-SNAPSHOT + 4.1.1-SNAPSHOT distribution-main diff --git a/model/pom.xml b/model/pom.xml index 86226a45..db383fde 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.distribution policy-distribution - 4.1.0-SNAPSHOT + 4.1.1-SNAPSHOT distribution-model diff --git a/packages/policy-distribution-docker/pom.xml b/packages/policy-distribution-docker/pom.xml index 13242c81..eeda83c5 100644 --- a/packages/policy-distribution-docker/pom.xml +++ b/packages/policy-distribution-docker/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.distribution distribution-packages - 4.1.0-SNAPSHOT + 4.1.1-SNAPSHOT pom diff --git a/packages/policy-distribution-docker/src/main/docker/Dockerfile b/packages/policy-distribution-docker/src/main/docker/Dockerfile index ef3921af..d70bf721 100644 --- a/packages/policy-distribution-docker/src/main/docker/Dockerfile +++ b/packages/policy-distribution-docker/src/main/docker/Dockerfile @@ -25,7 +25,7 @@ RUN mkdir /packages /extracted COPY /maven/lib/policy-distribution.tar.gz /packages/ RUN tar xvzf /packages/policy-distribution.tar.gz --directory /extracted/ -FROM onap/policy-jre-alpine:4.1.0 +FROM onap/policy-jre-alpine:4.1.1-SNAPSHOT LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy SDC Service Distribution" diff --git a/packages/policy-distribution-tarball/pom.xml b/packages/policy-distribution-tarball/pom.xml index aaf44240..93a0e86f 100644 --- a/packages/policy-distribution-tarball/pom.xml +++ b/packages/policy-distribution-tarball/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.distribution distribution-packages - 4.1.0-SNAPSHOT + 4.1.1-SNAPSHOT policy-distribution-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 814fc70e..c647bc94 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.distribution policy-distribution - 4.1.0-SNAPSHOT + 4.1.1-SNAPSHOT distribution-packages diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml index feefa949..4cd2d20f 100644 --- a/plugins/forwarding-plugins/pom.xml +++ b/plugins/forwarding-plugins/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.distribution distribution-plugins - 4.1.0-SNAPSHOT + 4.1.1-SNAPSHOT forwarding-plugins diff --git a/plugins/pom.xml b/plugins/pom.xml index 12bb2dbf..e7a19fdf 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.distribution policy-distribution - 4.1.0-SNAPSHOT + 4.1.1-SNAPSHOT distribution-plugins diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index c44d3950..c5724e32 100644 --- a/plugins/reception-plugins/pom.xml +++ b/plugins/reception-plugins/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.distribution distribution-plugins - 4.1.0-SNAPSHOT + 4.1.1-SNAPSHOT reception-plugins diff --git a/pom.xml b/pom.xml index 5c3a9773..8bf6817c 100644 --- a/pom.xml +++ b/pom.xml @@ -28,13 +28,13 @@ org.onap.policy.parent integration - 5.1.0 + 5.1.1-SNAPSHOT org.onap.policy.distribution policy-distribution - 4.1.0-SNAPSHOT + 4.1.1-SNAPSHOT pom @@ -45,8 +45,8 @@ ${project.basedir}/../target/code-coverage/jacoco-ut.exec - 3.1.0 - 4.1.0 + 3.1.1-SNAPSHOT + 4.1.1-SNAPSHOT --add-opens java.base/java.lang=ALL-UNNAMED diff --git a/reception/pom.xml b/reception/pom.xml index 40b4cca3..f9eafecb 100644 --- a/reception/pom.xml +++ b/reception/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.distribution policy-distribution - 4.1.0-SNAPSHOT + 4.1.1-SNAPSHOT reception diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index ff232cca..6da42856 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.distribution distribution-testsuites - 4.1.0-SNAPSHOT + 4.1.1-SNAPSHOT distribution-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index cf09dd39..0bc89eec 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.distribution policy-distribution - 4.1.0-SNAPSHOT + 4.1.1-SNAPSHOT distribution-testsuites pom diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index afea219e..e0c8b5e2 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.distribution distribution-testsuites - 4.1.0-SNAPSHOT + 4.1.1-SNAPSHOT distribution-stability diff --git a/version.properties b/version.properties index b0ccfcd7..c01968bb 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=4 minor=1 -patch=0 +patch=1 base_version=${major}.${minor}.${patch}