From 76ed292dd320319dd7832bdb2924d757155a775e Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Fri, 26 Apr 2024 09:24:56 +0100 Subject: 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-4970 Change-Id: Ic321f81a6665dc89df922138d103b7ccffeb0a2a Signed-off-by: saul.gill --- forwarding/pom.xml | 2 +- main/pom.xml | 2 +- model/pom.xml | 2 +- packages/policy-distribution-docker/pom.xml | 2 +- .../pom.xml.versionsBackup | 167 +++++++++++++++++++++ .../src/main/docker/Dockerfile | 2 +- packages/policy-distribution-tarball/pom.xml | 2 +- packages/pom.xml | 2 +- plugins/forwarding-plugins/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/reception-plugins/pom.xml | 2 +- pom.xml | 8 +- reception/pom.xml | 2 +- testsuites/performance/pom.xml | 2 +- testsuites/pom.xml | 2 +- testsuites/stability/pom.xml | 2 +- version.properties | 2 +- 17 files changed, 186 insertions(+), 19 deletions(-) create mode 100644 packages/policy-distribution-docker/pom.xml.versionsBackup diff --git a/forwarding/pom.xml b/forwarding/pom.xml index 194f06e5..19c051d6 100644 --- a/forwarding/pom.xml +++ b/forwarding/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 3.1.2-SNAPSHOT + 3.1.3-SNAPSHOT forwarding diff --git a/main/pom.xml b/main/pom.xml index 1744a078..ac1f2fca 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.distribution policy-distribution - 3.1.2-SNAPSHOT + 3.1.3-SNAPSHOT distribution-main diff --git a/model/pom.xml b/model/pom.xml index dd27424d..b254861f 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.distribution policy-distribution - 3.1.2-SNAPSHOT + 3.1.3-SNAPSHOT distribution-model diff --git a/packages/policy-distribution-docker/pom.xml b/packages/policy-distribution-docker/pom.xml index 4421766a..2a2432da 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.1.2-SNAPSHOT + 3.1.3-SNAPSHOT pom diff --git a/packages/policy-distribution-docker/pom.xml.versionsBackup b/packages/policy-distribution-docker/pom.xml.versionsBackup new file mode 100644 index 00000000..4421766a --- /dev/null +++ b/packages/policy-distribution-docker/pom.xml.versionsBackup @@ -0,0 +1,167 @@ + + + + + 4.0.0 + + + org.onap.policy.distribution + distribution-packages + 3.1.2-SNAPSHOT + + + pom + policy-distribution-docker + ${project.artifactId} + Policy distribution docker image + + + UTF-8 + UTF-8 + ${project.version} + false + false + false + ${project.basedir}/src/main/docker + yyyyMMdd'T'HHmm + + + + ${project.artifactId}-${project.version} + + + org.codehaus.gmaven + groovy-maven-plugin + + + validate + + execute + + + https://github.com/onap/policy-docker/raw/master/utils/groovy/docker-tag.groovy + + + + + + + io.github.git-commit-id + git-commit-id-maven-plugin + + + + io.fabric8 + docker-maven-plugin + + + true + 1.23 + ${docker.pull.registry} + ${docker.push.registry} + + + + onap/policy-distribution + + try + ${dockerFile} + ${docker.contextDir} + + ${project.version} + ${project.version}-${maven.build.timestamp} + ${project.docker.latest.minmax.tag.version} + + + + + + + org.onap.policy.distribution:policy-distribution-tarball + + + /lib + policy-distribution.tar.gz + + + + + + + + + + + + + clean-images + pre-clean + + remove + + + true + + + + + generate-images + generate-sources + + build + + + + + push-images + deploy + + build + push + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + + + + + org.onap.policy.distribution + policy-distribution-tarball + ${project.version} + tarball + tar.gz + + + diff --git a/packages/policy-distribution-docker/src/main/docker/Dockerfile b/packages/policy-distribution-docker/src/main/docker/Dockerfile index 5f58b283..09c3347d 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.1.2 +FROM onap/policy-jre-alpine:3.1.3-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 3a6126d5..0fc798a9 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.1.2-SNAPSHOT + 3.1.3-SNAPSHOT policy-distribution-tarball diff --git a/packages/pom.xml b/packages/pom.xml index e1689c2e..a181f63d 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.distribution policy-distribution - 3.1.2-SNAPSHOT + 3.1.3-SNAPSHOT distribution-packages diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml index 59b7cc8f..a6422d1e 100644 --- a/plugins/forwarding-plugins/pom.xml +++ b/plugins/forwarding-plugins/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.distribution distribution-plugins - 3.1.2-SNAPSHOT + 3.1.3-SNAPSHOT forwarding-plugins diff --git a/plugins/pom.xml b/plugins/pom.xml index d5bcd6f4..a6685655 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.distribution policy-distribution - 3.1.2-SNAPSHOT + 3.1.3-SNAPSHOT distribution-plugins diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index b84b338b..18987fed 100644 --- a/plugins/reception-plugins/pom.xml +++ b/plugins/reception-plugins/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.distribution distribution-plugins - 3.1.2-SNAPSHOT + 3.1.3-SNAPSHOT reception-plugins diff --git a/pom.xml b/pom.xml index 9255a540..9d1580ce 100644 --- a/pom.xml +++ b/pom.xml @@ -28,13 +28,13 @@ org.onap.policy.parent integration - 4.1.2 + 4.1.3-SNAPSHOT org.onap.policy.distribution policy-distribution - 3.1.2-SNAPSHOT + 3.1.3-SNAPSHOT pom @@ -45,8 +45,8 @@ ${project.basedir}/../target/code-coverage/jacoco-ut.exec - 2.1.2 - 3.1.2 + 2.1.3-SNAPSHOT + 3.1.3-SNAPSHOT --add-opens java.base/java.lang=ALL-UNNAMED diff --git a/reception/pom.xml b/reception/pom.xml index 519210e5..d56c25e7 100644 --- a/reception/pom.xml +++ b/reception/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.distribution policy-distribution - 3.1.2-SNAPSHOT + 3.1.3-SNAPSHOT reception diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 2f33e519..860091a2 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.distribution distribution-testsuites - 3.1.2-SNAPSHOT + 3.1.3-SNAPSHOT distribution-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index dca5a001..77010fa0 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.distribution policy-distribution - 3.1.2-SNAPSHOT + 3.1.3-SNAPSHOT distribution-testsuites pom diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 988edd00..74aa7ed1 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.distribution distribution-testsuites - 3.1.2-SNAPSHOT + 3.1.3-SNAPSHOT distribution-stability diff --git a/version.properties b/version.properties index d3faa021..95476595 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=1 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg