From: saul.gill Date: Thu, 16 May 2024 09:44:26 +0000 (+0100) Subject: Undo auto-update of checkstyle version X-Git-Tag: 4.1.4~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ddec436f5dc03dafd407c425f649a65153505afa;p=policy%2Fparent.git Undo auto-update of checkstyle version Issue-ID: POLICY-5003 Change-Id: I7db8260a7f48876bdb42dd3cbb84ce427b3e5e2f Signed-off-by: saul.gill --- 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