Revert "Update snapshot and/or references of policy/parent to latest snapshots" 12/137912/1
authorwaynedunican <wayne.dunican@est.tech>
Wed, 15 May 2024 16:09:43 +0000 (16:09 +0000)
committerWayne Dunican <wayne.dunican@est.tech>
Wed, 15 May 2024 16:17:28 +0000 (16:17 +0000)
This reverts commit 4ed8883b9863f247287e50c7ff1c1108f1d4a47a.

Reason for revert: none

Issue-ID: POLICY-5001
Change-Id: If0d9ffb6f7cd4ba133554c0da543a6638d5687cb
Signed-off-by: waynedunican <wayne.dunican@est.tech>
checkstyle/pom.xml
integration/pom.xml
pom.xml
resources/pom.xml
version.properties

index cf3a04a..313e427 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>4.1.4-SNAPSHOT</version>
+        <version>4.1.3-SNAPSHOT</version>
     </parent>
     <artifactId>checkstyle</artifactId>
     <name>checkstyle</name>
index 7353af0..4d897b1 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>4.1.4-SNAPSHOT</version>
+        <version>4.1.3-SNAPSHOT</version>
     </parent>
     <artifactId>integration</artifactId>
     <packaging>pom</packaging>
@@ -38,7 +38,7 @@
     <properties>
         <java.version>17</java.version>
         <!-- Note Well: For RELEASE/SNAPSHOT always set to the project version -->
-        <version.parent.resources>4.1.4-SNAPSHOT</version.parent.resources>
+        <version.parent.resources>4.1.3</version.parent.resources>
         <jacoco.destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</jacoco.destFile>
         <!-- Default Sonar configuration -->
         <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
diff --git a/pom.xml b/pom.xml
index d412dfa..debd984 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.policy.parent</groupId>
     <artifactId>policy-parent</artifactId>
-    <version>4.1.4-SNAPSHOT</version>
+    <version>4.1.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 3fe2eb9..873a85d 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>4.1.4-SNAPSHOT</version>
+        <version>4.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-parent-resources</artifactId>
index ecfa6ec..68aaed8 100644 (file)
@@ -4,7 +4,7 @@
 
 major=4
 minor=1
-patch=4
+patch=3
 
 base_version=${major}.${minor}.${patch}