Revert "Update snapshot and/or references of policy/parent to latest snapshots" 57/142857/1
authorwaynedunican <wayne.dunican@est.tech>
Tue, 6 Jan 2026 09:19:26 +0000 (09:19 +0000)
committerwaynedunican <wayne.dunican@est.tech>
Tue, 6 Jan 2026 09:34:41 +0000 (09:34 +0000)
This reverts commit 2220f577d546cb1906d2b8321172885e1aab2b6c.

Reason for revert: signing error

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

index 9b610d5..f9f9c80 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>6.0.1-SNAPSHOT</version>
+        <version>6.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>checkstyle</artifactId>
     <name>checkstyle</name>
index e5922a4..19ac7a7 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>6.0.1-SNAPSHOT</version>
+        <version>6.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>integration</artifactId>
     <packaging>pom</packaging>
@@ -37,7 +37,7 @@
     <description>Policy Integration POM</description>
     <properties>
         <!-- Note Well: For RELEASE/SNAPSHOT always set to the project version -->
-        <version.parent.resources>6.0.1-SNAPSHOT</version.parent.resources>
+        <version.parent.resources>6.0.0</version.parent.resources>
         <version.parent.checkstyle>[4.1.2,)</version.parent.checkstyle>
         <jacoco.destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</jacoco.destFile>
         <!-- Default Sonar configuration -->
diff --git a/pom.xml b/pom.xml
index 1b4f87f..fc2eb13 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>6.0.1-SNAPSHOT</version>
+    <version>6.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 392279d..13ae2ed 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>6.0.1-SNAPSHOT</version>
+        <version>6.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-parent-resources</artifactId>
index 7838c40..19ee1fb 100644 (file)
@@ -4,7 +4,7 @@
 
 major=6
 minor=0
-patch=1
+patch=0
 
 base_version=${major}.${minor}.${patch}