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

[any23] branch master updated: Bump maven-jar-plugin from 3.2.1 to 3.2.2 (#252)

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

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git


The following commit(s) were added to refs/heads/master by this push:
     new b183195  Bump maven-jar-plugin from 3.2.1 to 3.2.2 (#252)
b183195 is described below

commit b18319516735873e23279a3004190ec87cd9f1eb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 20 15:32:10 2022 -0800

    Bump maven-jar-plugin from 3.2.1 to 3.2.2 (#252)
    
    Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.1 to 3.2.2.
    - [Release notes](https://github.com/apache/maven-jar-plugin/releases)
    - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.2.1...maven-jar-plugin-3.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-jar-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 2890bef..a85bd3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,7 +308,7 @@
     <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
     <buildnumber-maven-plugin.version>3.0.0</buildnumber-maven-plugin.version>
     <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
-    <maven-jar-plugin.version>3.2.1</maven-jar-plugin.version>
+    <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
     <maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
     <maven-site-plugin.version>3.10.0</maven-site-plugin.version>
     <maven-changes-plugin.version>2.12.1</maven-changes-plugin.version>