You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/09/19 14:07:40 UTC

[plc4x-build-tools] branch develop updated: chore(deps): bump maven-jar-plugin from 3.2.2 to 3.3.0 (#39)

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git


The following commit(s) were added to refs/heads/develop by this push:
     new a82f83b  chore(deps): bump maven-jar-plugin from 3.2.2 to 3.3.0 (#39)
a82f83b is described below

commit a82f83b496ad3e45f1d4a1b816f72a8b9ab275ba
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 19 16:07:35 2022 +0200

    chore(deps): bump maven-jar-plugin from 3.2.2 to 3.3.0 (#39)
    
    Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.2 to 3.3.0.
    - [Release notes](https://github.com/apache/maven-jar-plugin/releases)
    - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.2.2...maven-jar-plugin-3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-jar-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 code-generation/pom.xml | 2 +-
 plc4x-site-skin/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/code-generation/pom.xml b/code-generation/pom.xml
index 410a06b..367902c 100644
--- a/code-generation/pom.xml
+++ b/code-generation/pom.xml
@@ -140,7 +140,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>3.2.2</version>
+          <version>3.3.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
diff --git a/plc4x-site-skin/pom.xml b/plc4x-site-skin/pom.xml
index 7420763..2a5aa42 100644
--- a/plc4x-site-skin/pom.xml
+++ b/plc4x-site-skin/pom.xml
@@ -273,7 +273,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>3.2.2</version>
+          <version>3.3.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>