diff options
author | 2025-01-27 15:48:55 +0000 | |
---|---|---|
committer | 2025-01-27 15:48:55 +0000 | |
commit | b039c44b02ee03cd2585b89e9a233cb71a17e6d5 (patch) | |
tree | f1d268d6c756a902f5e5a5ee627d33e49b325978 | |
parent | a355ac4f4e11bbc4c97810ff1d260704e69c205b (diff) |
Update snapshot and/or references of policy/docker to latest snapshots
policy/docker updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5255
Change-Id: I0ec5cdce01589a76e4855728be957e552596102b
Signed-off-by: waynedunican <wayne.dunican@est.tech>
-rw-r--r-- | policy-db-migrator/pom.xml | 2 | ||||
-rw-r--r-- | policy-db-migrator/src/main/docker/Dockerfile | 2 | ||||
-rw-r--r-- | policy-jdk/alpine/pom.xml | 2 | ||||
-rw-r--r-- | policy-jdk/pom.xml | 2 | ||||
-rw-r--r-- | policy-jre/alpine/pom.xml | 2 | ||||
-rw-r--r-- | policy-jre/pom.xml | 2 | ||||
-rw-r--r-- | policy-regression-tests/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/policy-db-migrator/pom.xml b/policy-db-migrator/pom.xml index 2846f4d5..4c0479fd 100644 --- a/policy-db-migrator/pom.xml +++ b/policy-db-migrator/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.docker</groupId> <artifactId>docker</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.1-SNAPSHOT</version> </parent> <artifactId>policy-db-migrator</artifactId> diff --git a/policy-db-migrator/src/main/docker/Dockerfile b/policy-db-migrator/src/main/docker/Dockerfile index e8886503..62b4eec3 100644 --- a/policy-db-migrator/src/main/docker/Dockerfile +++ b/policy-db-migrator/src/main/docker/Dockerfile @@ -18,7 +18,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= #------------------------------------------------------------------------------- -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 db-migrator" diff --git a/policy-jdk/alpine/pom.xml b/policy-jdk/alpine/pom.xml index fe5022a8..132c1e6f 100644 --- a/policy-jdk/alpine/pom.xml +++ b/policy-jdk/alpine/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.docker</groupId> <artifactId>policy-jdk</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.1-SNAPSHOT</version> </parent> <packaging>pom</packaging> diff --git a/policy-jdk/pom.xml b/policy-jdk/pom.xml index 3a8a4544..4bf311b1 100644 --- a/policy-jdk/pom.xml +++ b/policy-jdk/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.docker</groupId> <artifactId>docker</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.1-SNAPSHOT</version> </parent> <artifactId>policy-jdk</artifactId> diff --git a/policy-jre/alpine/pom.xml b/policy-jre/alpine/pom.xml index 2ec9fd77..10dcc7ea 100644 --- a/policy-jre/alpine/pom.xml +++ b/policy-jre/alpine/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.docker</groupId> <artifactId>policy-jre</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.1-SNAPSHOT</version> </parent> <packaging>pom</packaging> diff --git a/policy-jre/pom.xml b/policy-jre/pom.xml index 9756c272..de5557d4 100644 --- a/policy-jre/pom.xml +++ b/policy-jre/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.docker</groupId> <artifactId>docker</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.1-SNAPSHOT</version> </parent> <artifactId>policy-jre</artifactId> diff --git a/policy-regression-tests/pom.xml b/policy-regression-tests/pom.xml index f30dbe7a..5285b980 100644 --- a/policy-regression-tests/pom.xml +++ b/policy-regression-tests/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.onap.policy.docker</groupId> <artifactId>docker</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.1-SNAPSHOT</version> </parent> <groupId>org.onap.policy.regression</groupId> @@ -25,13 +25,13 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>5.1.0</version> + <version>5.1.1-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.docker</groupId> <artifactId>docker</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.1-SNAPSHOT</version> <packaging>pom</packaging> <name>policy-docker</name> 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} |