You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/01/26 15:33:06 UTC

[cxf] 01/02: Bump maven-gpg-plugin from 1.6 to 3.0.1 (#1085)

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

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 9bce2318145fe5a50d03b7634bdfe59f5fdf1c0d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 26 08:37:54 2023 -0500

    Bump maven-gpg-plugin from 1.6 to 3.0.1 (#1085)
    
    Bumps [maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 1.6 to 3.0.1.
    - [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
    - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-1.6...maven-gpg-plugin-3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-gpg-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d45a11d256..d2571af9d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -356,7 +356,7 @@
                     <!-- We want to sign the artifact, the POM, and all attached artifacts -->
                     <plugin>
                         <artifactId>maven-gpg-plugin</artifactId>
-                        <version>1.6</version>
+                        <version>3.0.1</version>
                         <executions>
                             <execution>
                                 <goals>