diff --git a/pom.xml b/pom.xml index 781ac9f..5bb8a08 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ under the License. scm:git:https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git scm:git:https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git - maven-scm-publish-plugin-3.2.1 + HEAD https://github.com/apache/maven-scm-publish-plugin/tree/${project.scm.tag} @@ -65,18 +65,14 @@ under the License. - 3.2.5 8 - 2.0.0 - 3.0.1 + 3.6.3 + 2.1.0 + 3.1.0 3.12.1 3.1.0 - 3.4.2 - 3.5.0 - - - 2.0.6 - 1.7.11 + 3.6.0 + 3.7.0 2023-03-26T17:41:30Z diff --git a/src/site/apt/various-tips.apt.vm b/src/site/apt/various-tips.apt.vm index 8c22549..72510fa 100644 --- a/src/site/apt/various-tips.apt.vm +++ b/src/site/apt/various-tips.apt.vm @@ -123,33 +123,3 @@ Various tips for using this plugin +----------------+ - - -* Using alternate scm provider - - You can use svnjava rather than default svn cli if you use a machine without svn cli. - -+----------------+ - - org.apache.maven.plugins - maven-scm-publish-plugin - ${project.version} - - - javasvn - - - - - com.google.code.maven-scm-provider-svnjava - maven-scm-provider-svnjava - ${maven-scm-provider-svnjava-version} - - - org.tmatesoft.svnkit - svnkit - ${svnkit-version} - - - -+----------------+