diff options
author | 2025-03-13 07:37:27 +0000 | |
---|---|---|
committer | 2025-03-13 08:39:45 +0000 | |
commit | e0b7db4d50bd385b3c9175b780af596109db19ce (patch) | |
tree | c3e4ef7305f27faf2db14256fbbfdefb3fcc5a76 | |
parent | 04f221bfda40ee2f2cc77b36f5c08a76e3d9723d (diff) |
update references in policy/drools-applications pom
updated references in the policy/drools-applications pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5314
Change-Id: I9a4acafd32d8e1b996ee7d3af839f9e73c29f724
Signed-off-by: waynedunican <wayne.dunican@est.tech>
-rw-r--r-- | pom.xml | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -3,7 +3,7 @@ drools-pdp-apps ================================================================================ Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2019, 2023-2024 Nordix Foundation. + Modifications Copyright (C) 2019, 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. @@ -16,6 +16,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> @@ -26,7 +28,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>5.1.1-SNAPSHOT</version> + <version>5.1.1</version> <relativePath /> </parent> @@ -47,9 +49,9 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- Project common dependency versions --> - <version.policy.common>3.1.1-SNAPSHOT</version.policy.common> - <policy.models.version>4.1.1-SNAPSHOT</policy.models.version> - <version.policy.drools-pdp>3.1.1-SNAPSHOT</version.policy.drools-pdp> + <version.policy.common>3.1.1</version.policy.common> + <policy.models.version>4.1.1</policy.models.version> + <version.policy.drools-pdp>3.1.1</version.policy.drools-pdp> <surefireArgLine> --add-opens java.base/java.lang=ALL-UNNAMED </surefireArgLine> |