diff --git a/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/credentialOK.jelly b/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/credentialOK.jelly
index 662703b0..1676d2ce 100644
--- a/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/credentialOK.jelly
+++ b/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/credentialOK.jelly
@@ -35,4 +35,4 @@ THE SOFTWARE.
-
\ No newline at end of file
+
diff --git a/src/main/resources/hudson/scm/SubversionTagAction/tagform.js b/src/main/resources/hudson/scm/SubversionTagAction/svn-tagform-update-row.js
similarity index 99%
rename from src/main/resources/hudson/scm/SubversionTagAction/tagform.js
rename to src/main/resources/hudson/scm/SubversionTagAction/svn-tagform-update-row.js
index b5ef2166..5ec4fd78 100644
--- a/src/main/resources/hudson/scm/SubversionTagAction/tagform.js
+++ b/src/main/resources/hudson/scm/SubversionTagAction/svn-tagform-update-row.js
@@ -11,4 +11,4 @@ window.addEventListener("DOMContentLoaded", () => {
document.querySelectorAll(".svn-tagform-tag-checkbox").forEach(checkbox => {
document.addEventListener("change", updateRow);
});
-});
\ No newline at end of file
+});
diff --git a/src/main/resources/hudson/scm/SubversionTagAction/tagForm.jelly b/src/main/resources/hudson/scm/SubversionTagAction/tagForm.jelly
index 72186835..20a61bfd 100644
--- a/src/main/resources/hudson/scm/SubversionTagAction/tagForm.jelly
+++ b/src/main/resources/hudson/scm/SubversionTagAction/tagForm.jelly
@@ -68,7 +68,7 @@ THE SOFTWARE.
${%Create more tags}