diff options
Diffstat (limited to 'plugins/plugins-executor/plugins-executor-java')
-rw-r--r-- | plugins/plugins-executor/plugins-executor-java/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/plugins-executor/plugins-executor-java/pom.xml b/plugins/plugins-executor/plugins-executor-java/pom.xml index 6d82bf06d..15b21b967 100644 --- a/plugins/plugins-executor/plugins-executor-java/pom.xml +++ b/plugins/plugins-executor/plugins-executor-java/pom.xml @@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. + Modifications Copyright (C) 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. @@ -22,10 +23,10 @@ <parent> <groupId>org.onap.policy.apex-pdp.plugins.plugins-executor</groupId> <artifactId>plugins-executor</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> </parent> <artifactId>plugins-executor-java</artifactId> <name>${project.artifactId}</name> <description>[${project.parent.artifactId}] Plugin for execution of Java logic in Apex</description> -</project>
\ No newline at end of file +</project> |