From 85538a0da836f8151c04e305934924d808e046b5 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Wed, 15 May 2024 16:09:43 +0000 Subject: [PATCH] Revert "Update snapshot and/or references of policy/parent to latest snapshots" This reverts commit 4ed8883b9863f247287e50c7ff1c1108f1d4a47a. Reason for revert: none Issue-ID: POLICY-5001 Change-Id: If0d9ffb6f7cd4ba133554c0da543a6638d5687cb Signed-off-by: waynedunican --- checkstyle/pom.xml | 2 +- integration/pom.xml | 4 ++-- pom.xml | 2 +- resources/pom.xml | 2 +- version.properties | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index cf3a04a3..313e4272 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.parent policy-parent - 4.1.4-SNAPSHOT + 4.1.3-SNAPSHOT checkstyle checkstyle diff --git a/integration/pom.xml b/integration/pom.xml index 7353af0a..4d897b14 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.parent policy-parent - 4.1.4-SNAPSHOT + 4.1.3-SNAPSHOT integration pom @@ -38,7 +38,7 @@ 17 - 4.1.4-SNAPSHOT + 4.1.3 ${project.build.directory}/code-coverage/jacoco-ut.exec jacoco diff --git a/pom.xml b/pom.xml index d412dfa2..debd984d 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 4.0.0 org.onap.policy.parent policy-parent - 4.1.4-SNAPSHOT + 4.1.3-SNAPSHOT pom diff --git a/resources/pom.xml b/resources/pom.xml index 3fe2eb92..873a85da 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent policy-parent - 4.1.4-SNAPSHOT + 4.1.3-SNAPSHOT policy-parent-resources diff --git a/version.properties b/version.properties index ecfa6ec0..68aaed8b 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=4 minor=1 -patch=4 +patch=3 base_version=${major}.${minor}.${patch} -- 2.16.6