diff options
author | 2024-11-19 17:25:33 +0000 | |
---|---|---|
committer | 2024-11-19 17:25:33 +0000 | |
commit | 4f55401884e3c3e2a10c9459b006164f6550c360 (patch) | |
tree | 6bfa4e69f159c639959e082928aa7fb7fe5c39f3 | |
parent | af308252fddf826f9d0e71cca791b3caa4b61796 (diff) |
Set snapshot and/or references of policy/pap for new release
policy/pap updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5166
Change-Id: I06dde41b8f54817843f8bd4df40b5895fe692553
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
-rw-r--r-- | main/pom.xml | 2 | ||||
-rw-r--r-- | packages/policy-pap-docker/pom.xml | 2 | ||||
-rw-r--r-- | packages/policy-pap-tarball/pom.xml | 2 | ||||
-rw-r--r-- | packages/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | testsuites/performance/pom.xml | 2 | ||||
-rw-r--r-- | testsuites/pom.xml | 2 | ||||
-rw-r--r-- | testsuites/stability/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
9 files changed, 10 insertions, 10 deletions
diff --git a/main/pom.xml b/main/pom.xml index 3806343b..df3e1ce6 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.pap</groupId> <artifactId>policy-pap</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>pap-main</artifactId> diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index 02753c11..8fc09e45 100644 --- a/packages/policy-pap-docker/pom.xml +++ b/packages/policy-pap-docker/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.pap</groupId> <artifactId>pap-packages</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>policy-pap-docker</artifactId> diff --git a/packages/policy-pap-tarball/pom.xml b/packages/policy-pap-tarball/pom.xml index 19fd21d7..db01cc5d 100644 --- a/packages/policy-pap-tarball/pom.xml +++ b/packages/policy-pap-tarball/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.pap</groupId> <artifactId>pap-packages</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>policy-pap-tarball</artifactId> diff --git a/packages/pom.xml b/packages/pom.xml index c0abd43f..57e90620 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.pap</groupId> <artifactId>policy-pap</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>pap-packages</artifactId> @@ -33,7 +33,7 @@ <groupId>org.onap.policy.pap</groupId> <artifactId>policy-pap</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> <packaging>pom</packaging> diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 68c94736..61db187e 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.pap</groupId> <artifactId>pap-testsuites</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>pap-performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 46e2a656..1d57b560 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.pap</groupId> <artifactId>policy-pap</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>pap-testsuites</artifactId> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index bdca3247..b7bcda67 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.pap</groupId> <artifactId>pap-testsuites</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>pap-stability</artifactId> <build> 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} |