You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/28 17:31:43 UTC

[maven-site] 02/02: (doc) Use new maven-scm-publish-plugin 3.1.0

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit 3195a89a04dc909f76a43d42b738858898c9aadf
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Dec 28 18:29:54 2020 +0100

    (doc) Use new maven-scm-publish-plugin 3.1.0
---
 content/apt/guides/mini/guide-site.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/guides/mini/guide-site.apt b/content/apt/guides/mini/guide-site.apt
index f2e47c1..9470950 100644
--- a/content/apt/guides/mini/guide-site.apt
+++ b/content/apt/guides/mini/guide-site.apt
@@ -147,7 +147,7 @@ mvn site-deploy
     <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-scm-publish-plugin</artifactId>
-      <version>3.0.0</version>
+      <version>3.1.0</version>
       <configuration>
         <pubScmUrl>${project.scm.developerConnection}</pubScmUrl>
         <scmBranch>gh-pages</scmBranch>