diff options
author | 2024-11-19 17:25:52 +0000 | |
---|---|---|
committer | 2024-11-19 17:25:52 +0000 | |
commit | c1c7c70668673f5f1a4e9de748446bd5361ac4fb (patch) | |
tree | a01b0bc182d9225c7943a1ced7efe4a1e13fd6f5 /services | |
parent | e967dac436b2c1b04cef0c38bc8cf427c04c0423 (diff) |
Set snapshot and/or references of policy/apex-pdp for new release
policy/apex-pdp updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5166
Change-Id: If782b44af7a3fae37332eca2a4c81c0ecb7610a5
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'services')
-rw-r--r-- | services/pom.xml | 2 | ||||
-rw-r--r-- | services/services-engine/pom.xml | 2 | ||||
-rw-r--r-- | services/services-onappf/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/services/pom.xml b/services/pom.xml index a973efa39..c4793ae30 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.services</groupId> diff --git a/services/services-engine/pom.xml b/services/services-engine/pom.xml index 6109c8312..e25e0b25a 100644 --- a/services/services-engine/pom.xml +++ b/services/services-engine/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.services</groupId> <artifactId>services</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>services-engine</artifactId> diff --git a/services/services-onappf/pom.xml b/services/services-onappf/pom.xml index 013066a90..05ec92454 100644 --- a/services/services-onappf/pom.xml +++ b/services/services-onappf/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.services</groupId> <artifactId>services</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>services-onappf</artifactId> |