diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2023-07-21 09:36:12 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2023-09-19 18:09:31 +0100 |
commit | 6ed9bfb5f10b8259f3324b961d2e04dc4919fa27 (patch) | |
tree | fcd3776b498aecc4dbf525fda5c6174fdad94924 /resources | |
parent | e2564cd0500f501bdfef04162f6fb7546fc88b6a (diff) |
Java 17 Upgrade
Issue-ID: POLICY-4666
Change-Id: Ib3f4020c7598043259017db8733d3cc2634945c9
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/pom.xml b/resources/pom.xml index 6b82c769..3d9dbfc7 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.1-SNAPSHOT</version> </parent> <artifactId>policy-parent-resources</artifactId> |