You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2022/01/19 13:21:32 UTC

[logging-log4j2] branch release-2.x updated: Bump maven-source-plugin from 3.0.1 to 3.2.1 (#719)

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

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 56c0ec9  Bump maven-source-plugin from 3.0.1 to 3.2.1 (#719)
56c0ec9 is described below

commit 56c0ec92fa20cda7f1cc88da498387a8b9ad3bb3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 19 14:21:25 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index f9691b6..1e03f67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1108,7 +1108,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
-          <version>3.0.1</version>
+          <version>3.2.1</version>
           <executions>
             <execution>
               <id>attach-sources</id>