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/14 08:14:58 UTC

[plc4x-build-tools] branch develop updated: chore(deps): bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6 (#37)

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 88487f8  chore(deps): bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6 (#37)
88487f8 is described below

commit 88487f8442c5e2a1061417e2a2c26fa5cc60bc70
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 14 10:14:52 2022 +0200

    chore(deps): bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6 (#37)
    
    Bumps [maven-release-plugin](https://github.com/apache/maven-release) from 3.0.0-M5 to 3.0.0-M6.
    - [Release notes](https://github.com/apache/maven-release/releases)
    - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.0-M5...maven-release-3.0.0-M6)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-release-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code-generation/pom.xml b/code-generation/pom.xml
index 0ff0b5a..410a06b 100644
--- a/code-generation/pom.xml
+++ b/code-generation/pom.xml
@@ -187,7 +187,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>3.0.0-M5</version>
+          <version>3.0.0-M6</version>
           <configuration>
             <!-- Tell the plugin to always release all modules using the same version -->
             <autoVersionSubmodules>true</autoVersionSubmodules>