From ddec436f5dc03dafd407c425f649a65153505afa Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Thu, 16 May 2024 10:44:26 +0100 Subject: Undo auto-update of checkstyle version Issue-ID: POLICY-5003 Change-Id: I7db8260a7f48876bdb42dd3cbb84ce427b3e5e2f Signed-off-by: saul.gill --- integration/src/main/scripts/release/updateRefs.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'integration') diff --git a/integration/src/main/scripts/release/updateRefs.sh b/integration/src/main/scripts/release/updateRefs.sh index 47922063..22db3373 100755 --- a/integration/src/main/scripts/release/updateRefs.sh +++ b/integration/src/main/scripts/release/updateRefs.sh @@ -261,9 +261,6 @@ then $SED -i \ "s/.*<\/version.parent.resources>/$new_snapshot_tag<\/version.parent.resources>/" \ "$repo_location/policy/parent/integration/pom.xml" - $SED -i \ - "s/.*<\/version.parent.checkstyle>/$new_snapshot_tag<\/version.parent.checkstyle>/" \ - "$repo_location/policy/parent/integration/pom.xml" result_code=$? else next_release_version=${parent_latest_snapshot_tag%-*} @@ -272,9 +269,6 @@ then $SED -i \ "s/.*<\/version.parent.resources>/$next_release_version<\/version.parent.resources>/" \ "$repo_location/policy/parent/integration/pom.xml" - $SED -i \ - "s/.*<\/version.parent.checkstyle>/$next_release_version<\/version.parent.checkstyle>/" \ - "$repo_location/policy/parent/integration/pom.xml" result_code=$? fi else -- cgit 1.2.3-korg