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 2022/07/28 13:40:45 UTC

[maven-jxr] branch master updated: Bump maven-site-plugin from 3.11.0 to 3.12.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-jxr.git


The following commit(s) were added to refs/heads/master by this push:
     new 36ae4aa  Bump maven-site-plugin from 3.11.0 to 3.12.0
36ae4aa is described below

commit 36ae4aa74e4d8dec23ae4fbc8bd39e77b52a5680
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jul 28 12:42:42 2022 +0000

    Bump maven-site-plugin from 3.11.0 to 3.12.0
    
    Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.11.0 to 3.12.0.
    - [Release notes](https://github.com/apache/maven-site-plugin/releases)
    - [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.11.0...maven-site-plugin-3.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-site-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5efc265..af3c055 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@ under the License.
 
   <properties>
     <javaVersion>8</javaVersion>
-    <sitePluginVersion>3.11.0</sitePluginVersion>
+    <sitePluginVersion>3.12.0</sitePluginVersion>
     <javadocPluginVersion>3.4.0</javadocPluginVersion>
     <maven.site.path>jxr-archives/jxr-LATEST</maven.site.path>
     <checkstyle.violation.ignore>None</checkstyle.violation.ignore>