From: liamfallon Date: Thu, 24 Aug 2023 08:34:58 +0000 (+0100) Subject: Bump snapshoths for Java 17 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=960773d01db3072b4a57dbd69e911df1af2df47c;p=policy%2Fdistribution.git Bump snapshoths for Java 17 Bump snapshoths for Java 17 Issue-ID: POLICY-4665 Change-Id: I0d923e4e853ecad6cd18d214b519c8b963879bbf Signed-off-by: liamfallon --- diff --git a/forwarding/pom.xml b/forwarding/pom.xml index de9c7217..504e3dff 100644 --- a/forwarding/pom.xml +++ b/forwarding/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT forwarding diff --git a/main/pom.xml b/main/pom.xml index 7eb00839..ece58fec 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT distribution-main diff --git a/model/pom.xml b/model/pom.xml index a9635de8..61240aec 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT distribution-model diff --git a/packages/policy-distribution-docker/pom.xml b/packages/policy-distribution-docker/pom.xml index 0ebabfcd..ea0867c0 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 - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT pom diff --git a/packages/policy-distribution-docker/src/main/docker/Dockerfile b/packages/policy-distribution-docker/src/main/docker/Dockerfile index 1d04c199..f6ba62eb 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:3.0.0-SNAPSHOT +FROM onap/policy-jre-alpine:3.0.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 c5028a0c..922af788 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 - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT policy-distribution-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 79e4bcc4..853314bd 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.distribution policy-distribution - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT distribution-packages diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml index 3b44f55b..8708db52 100644 --- a/plugins/forwarding-plugins/pom.xml +++ b/plugins/forwarding-plugins/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.distribution distribution-plugins - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT forwarding-plugins diff --git a/plugins/pom.xml b/plugins/pom.xml index e48c5c2b..5f7c08cb 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT distribution-plugins diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index acb5d30c..4265b3f4 100644 --- a/plugins/reception-plugins/pom.xml +++ b/plugins/reception-plugins/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.distribution distribution-plugins - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT reception-plugins diff --git a/pom.xml b/pom.xml index b023a2f8..ee2b4d27 100644 --- a/pom.xml +++ b/pom.xml @@ -28,13 +28,13 @@ org.onap.policy.parent integration - 4.0.0-SNAPSHOT + 4.0.1-SNAPSHOT org.onap.policy.distribution policy-distribution - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT pom @@ -45,8 +45,8 @@ ${project.basedir}/../target/code-coverage/jacoco-ut.exec - 2.0.0-SNAPSHOT - 3.0.0-SNAPSHOT + 2.0.1-SNAPSHOT + 3.0.1-SNAPSHOT --add-opens java.base/java.lang=ALL-UNNAMED diff --git a/reception/pom.xml b/reception/pom.xml index 935e016f..b7dff2b0 100644 --- a/reception/pom.xml +++ b/reception/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT reception diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index a9f32257..5d02d2f5 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution distribution-testsuites - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT distribution-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index dc693334..4f7af724 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT distribution-testsuites pom diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index c59f48e1..59f23272 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution distribution-testsuites - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT distribution-stability diff --git a/version.properties b/version.properties index 4ba0a9a8..3288dcdc 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ minor=3 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch}