diff options
author | 2024-11-19 17:25:01 +0000 | |
---|---|---|
committer | 2024-11-19 17:25:01 +0000 | |
commit | df95d571bfba98fb5eec937d9d71e5f5402b748c (patch) | |
tree | 50c11bd965d08ac39b320c9d4dd1e20bfb9b304e | |
parent | 3ed55cab7465fb2a3499cf8bee91d3c2579f5667 (diff) |
Set snapshot and/or references of policy/docker for new release
policy/docker updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5166
Change-Id: Ib839f39d81f2eed2895648a3ee792867605d617c
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
-rw-r--r-- | policy-db-migrator/pom.xml | 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 | 2 | ||||
-rw-r--r-- | version.properties | 4 |
8 files changed, 9 insertions, 9 deletions
diff --git a/policy-db-migrator/pom.xml b/policy-db-migrator/pom.xml index 28f965fc..2846f4d5 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.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>policy-db-migrator</artifactId> diff --git a/policy-jdk/alpine/pom.xml b/policy-jdk/alpine/pom.xml index 12f10b1d..fe5022a8 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.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <packaging>pom</packaging> diff --git a/policy-jdk/pom.xml b/policy-jdk/pom.xml index ae345635..3a8a4544 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.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>policy-jdk</artifactId> diff --git a/policy-jre/alpine/pom.xml b/policy-jre/alpine/pom.xml index 03e987e6..2ec9fd77 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.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <packaging>pom</packaging> diff --git a/policy-jre/pom.xml b/policy-jre/pom.xml index 4ac8a941..9756c272 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.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>policy-jre</artifactId> diff --git a/policy-regression-tests/pom.xml b/policy-regression-tests/pom.xml index 20d5e16d..f30dbe7a 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.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <groupId>org.onap.policy.regression</groupId> @@ -31,7 +31,7 @@ <groupId>org.onap.policy.docker</groupId> <artifactId>docker</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>policy-docker</name> diff --git a/version.properties b/version.properties index b45c8037..b0ccfcd7 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=4 -minor=0 -patch=2 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} |