diff options
author | 2025-03-13 07:37:24 +0000 | |
---|---|---|
committer | 2025-03-13 09:09:56 +0000 | |
commit | 90a1d3be116d4a2f1e1cfa62301b603c40d66909 (patch) | |
tree | b745119018d3384517a06acfac3cf026fed4c1bc /examples | |
parent | 1c1e799250039011faf5f8f4a9cbf2a0e3b1580e (diff) |
Update snapshot and/or references of policy/clamp to latest snapshots
policy/clamp updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5314
Change-Id: I7bb078eb9be0fe67c94676524b2ae925bf00f513
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/pom.xml b/examples/pom.xml index 43f1dd026..d1e69e12f 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- ============LICENSE_START======================================================= - Copyright (C) 2022-2023 Nordix Foundation. + Copyright (C) 2022-2023, 2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.clamp</groupId> <artifactId>policy-clamp</artifactId> - <version>8.1.1-SNAPSHOT</version> + <version>8.1.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -56,4 +56,4 @@ </plugins> </build> -</project>
\ No newline at end of file +</project> |