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/01/03 11:39:09 UTC

[maven-javadoc-plugin] branch dependabot/maven/org.apache.maven.plugins-maven-plugin-plugin-3.6.2 updated (a81bec4 -> 525064e)

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

slachiewicz pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-plugin-plugin-3.6.2
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git.


    omit a81bec4  Bump maven-plugin-plugin from 3.6.1 to 3.6.2
     add 651b98e  Bump doxia-site-renderer from 1.10 to 1.11.1
     new 525064e  Bump maven-plugin-plugin from 3.6.1 to 3.6.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a81bec4)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.maven.plugins-maven-plugin-plugin-3.6.2 (525064e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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.


Summary of changes:
 pom.xml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

[maven-javadoc-plugin] 01/01: Bump maven-plugin-plugin from 3.6.1 to 3.6.2

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

slachiewicz pushed a commit to branch dependabot/maven/org.apache.maven.plugins-maven-plugin-plugin-3.6.2
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 525064e1a636e2f2f3889b00eeb091109f37d759
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 23 03:36:08 2021 +0000

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

diff --git a/pom.xml b/pom.xml
index c99c94a..96f59d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,7 @@ under the License.
     <jetty.version>9.4.43.v20210629</jetty.version>
     <!-- for ITs -->
     <sitePluginVersion>3.3</sitePluginVersion>
+    <mavenPluginToolsVersion>3.6.2</mavenPluginToolsVersion>
     <projectInfoReportsPluginVersion>2.7</projectInfoReportsPluginVersion>
     <project.build.outputTimestamp>2021-09-04T08:23:53Z</project.build.outputTimestamp>
     <slf4j.version>1.7.32</slf4j.version>
@@ -171,26 +172,31 @@ under the License.
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
       <version>${mavenVersion}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-model</artifactId>
       <version>${mavenVersion}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-settings</artifactId>
       <version>${mavenVersion}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
       <version>${mavenVersion}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact</artifactId>
       <version>${mavenVersion}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
@@ -478,7 +484,6 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>3.6.1</version>
         <dependencies>
           <!-- see MPLUGIN-346 -->
           <dependency>