Update snapshot and/or references of policy/api to latest snapshots 71/140771/1
authorwaynedunican <wayne.dunican@est.tech>
Wed, 23 Apr 2025 09:56:59 +0000 (10:56 +0100)
committerwaynedunican <wayne.dunican@est.tech>
Wed, 23 Apr 2025 10:09:02 +0000 (11:09 +0100)
policy/api updated to its latest own and reference snapshots

*** This commit is generated by a PF release script ***

Issue-ID: POLICY-5344
Change-Id: Ie2a2c1094d738962470b5a25893ee864b3585771
Signed-off-by: waynedunican <wayne.dunican@est.tech>
main/pom.xml
packages/policy-api-docker/pom.xml
packages/policy-api-docker/src/main/docker/Dockerfile
packages/policy-api-tarball/pom.xml
packages/pom.xml
pom.xml
testsuites/performance/pom.xml
testsuites/pom.xml
testsuites/stability/pom.xml
version.properties

index 3ee93e9..da45e5d 100644 (file)
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>4.1.2-SNAPSHOT</version>
+        <version>4.1.3-SNAPSHOT</version>
     </parent>
     <artifactId>api-main</artifactId>
     <name>${project.artifactId}</name>
index 3d6570e..cff3b58 100644 (file)
@@ -2,7 +2,7 @@
   ============LICENSE_START=======================================================
    Copyright (C) 2019,2021 AT&T Intellectual Property. All rights reserved.
    Modifications Copyright (C) 2020-2022 Bell Canada.
-   Modifications Copyright (C) 2022-2025 Nordix Foundation.
+   Modifications Copyright (C) 2022-2025 OpenInfra Foundation Europe. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-packages</artifactId>
-        <version>4.1.2-SNAPSHOT</version>
+        <version>4.1.3-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index e2e0c7c..72bd257 100644 (file)
@@ -26,7 +26,7 @@ RUN mkdir /packages /extracted
 COPY /maven/lib/policy-api.tar.gz /packages/
 RUN tar xvzf /packages/policy-api.tar.gz --directory /extracted/
 
-FROM onap/policy-jre-alpine:4.1.2
+FROM onap/policy-jre-alpine:4.1.3-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy API"
index cd1055a..a00ab04 100644 (file)
@@ -2,7 +2,7 @@
   ============LICENSE_START=======================================================
    Copyright (C) 2019,2021 AT&T Intellectual Property. All rights reserved.
    Modifications Copyright (C) 2020 Bell Canada.
-   Modifications COpyright (C) 2025 Nordix Foundation.
+   Modifications COpyright (C) 2025 OpenInfra Foundation Europe. All rights reserved.
   ================================================================================
   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.api</groupId>
         <artifactId>api-packages</artifactId>
-        <version>4.1.2-SNAPSHOT</version>
+        <version>4.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-api-tarball</artifactId>
index f3ab4df..ad70a8a 100644 (file)
@@ -2,7 +2,7 @@
   ============LICENSE_START=======================================================
    Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved.
    Modifications Copyright (C) 2020 Bell Canada.
-   Modifications Copyright (C) 2022-2025 Nordix Foundation.
+   Modifications Copyright (C) 2022-2025 OpenInfra Foundation Europe. All rights reserved.
   ================================================================================
   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.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>4.1.2-SNAPSHOT</version>
+        <version>4.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-packages</artifactId>
diff --git a/pom.xml b/pom.xml
index c5dfb1a..82d9704 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>5.1.2</version>
+        <version>5.1.3-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.api</groupId>
     <artifactId>policy-api</artifactId>
-    <version>4.1.2-SNAPSHOT</version>
+    <version>4.1.3-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
@@ -44,8 +44,8 @@
     <description>Code that define our external API.</description>
 
     <properties>
-        <policy.common.version>3.1.2</policy.common.version>
-        <policy.models.version>4.1.2</policy.models.version>
+        <policy.common.version>3.1.3-SNAPSHOT</policy.common.version>
+        <policy.models.version>4.1.3-SNAPSHOT</policy.models.version>
     </properties>
 
     <modules>
index 966aafa..5c780e6 100644 (file)
@@ -4,7 +4,7 @@
   ================================================================================
   Copyright (C) 2019,2021 AT&T Intellectual Property. All rights reserved.
   Modifications Copyright (C) 2020 Bell Canada.
-  Modifications Copyright (C) 2025 Nordix Foundation.
+  Modifications Copyright (C) 2025 OpenInfra Foundation Europe. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-testsuites</artifactId>
-        <version>4.1.2-SNAPSHOT</version>
+        <version>4.1.3-SNAPSHOT</version>
     </parent>
     <artifactId>api-performance</artifactId>
     <build>
index d2939b7..97a5793 100644 (file)
@@ -4,7 +4,7 @@
   ================================================================================
   Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved.
   Modifications Copyright (C) 2020 Bell Canada.
-  Modifications Copyright (C) 2025 Nordix Foundation.
+  Modifications Copyright (C) 2025 OpenInfra Foundation Europe. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>4.1.2-SNAPSHOT</version>
+        <version>4.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-testsuites</artifactId>
index c622cea..25a795c 100644 (file)
@@ -4,7 +4,7 @@
   ================================================================================
   Copyright (C) 2019,2021 AT&T Intellectual Property. All rights reserved.
   Modifications Copyright (C) 2020 Bell Canada.
-  Modifications Copyright (C) 2025 Nordix Foundation.
+  Modifications Copyright (C) 2025 OpenInfra Foundation Europe. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-testsuites</artifactId>
-        <version>4.1.2-SNAPSHOT</version>
+        <version>4.1.3-SNAPSHOT</version>
     </parent>
     <artifactId>api-stability</artifactId>
     <build>
index dd2ef93..68aaed8 100644 (file)
@@ -4,7 +4,7 @@
 
 major=4
 minor=1
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}