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/03/23 07:21:50 UTC

[maven-dist-tool] branch plugin-updates created (now 1cb920b)

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

slachiewicz pushed a change to branch plugin-updates
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git.


      at 1cb920b  Bump maven-javadoc-plugin from 3.1.1 to 3.2.0

This branch includes the following new commits:

     new d8da83d  Bump animal-sniffer-maven-plugin from 1.9 to 1.18
     new 1cb920b  Bump maven-javadoc-plugin from 3.1.1 to 3.2.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-dist-tool] 02/02: Bump maven-javadoc-plugin from 3.1.1 to 3.2.0

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch plugin-updates
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git

commit 1cb920b1cc8f36014e5a356353b4a0a06bcc6b41
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Mon Mar 16 05:10:43 2020 +0000

    Bump maven-javadoc-plugin from 3.1.1 to 3.2.0
    
    Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.1.1 to 3.2.0.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.1.1...maven-javadoc-plugin-3.2.0)
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 357182c..e34b391 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,7 +197,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.1.1</version>
+        <version>3.2.0</version>
       </plugin>
     </plugins>
   </build>


[maven-dist-tool] 01/02: Bump animal-sniffer-maven-plugin from 1.9 to 1.18

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch plugin-updates
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git

commit d8da83d8b8ce99188212581a55039892f3dc7ec0
Author: dependabot[bot] <su...@dependabot.com>
AuthorDate: Fri May 24 05:34:21 2019 +0000

    Bump animal-sniffer-maven-plugin from 1.9 to 1.18
    
    Bumps [animal-sniffer-maven-plugin](https://github.com/mojohaus/animal-sniffer) from 1.9 to 1.18.
    - [Release notes](https://github.com/mojohaus/animal-sniffer/releases)
    - [Commits](https://github.com/mojohaus/animal-sniffer/compare/animal-sniffer-parent-1.9...animal-sniffer-parent-1.18)
    
    Signed-off-by: dependabot[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 276f2f7..357182c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
-        <version>1.9</version>
+        <version>1.18</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>