You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/08/19 19:40:58 UTC

[camel-k-runtime] branch master updated: build(deps): bump maven-site-plugin from 3.9.0 to 3.9.1

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
     new 295e0c0  build(deps): bump maven-site-plugin from 3.9.0 to 3.9.1
295e0c0 is described below

commit 295e0c04547a9c5feb11cba33c122fa3ee3ef05f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Aug 19 19:03:05 2020 +0000

    build(deps): bump maven-site-plugin from 3.9.0 to 3.9.1
    
    Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.9.0 to 3.9.1.
    - [Release notes](https://github.com/apache/maven-site-plugin/releases)
    - [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.9.0...maven-site-plugin-3.9.1)
    
    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 d7013ec..eccc227 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
         <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
         <maven-enforcer-plugin.version>1.4.1</maven-enforcer-plugin.version>
         <maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
-        <maven-site-plugin.version>3.9.0</maven-site-plugin.version>
+        <maven-site-plugin.version>3.9.1</maven-site-plugin.version>
         <maven-pmd-plugin.version>3.13.0</maven-pmd-plugin.version>
     </properties>