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 00:26:16 UTC

[cxf] branch main updated: Bump buildnumber-maven-plugin from 1.4 to 3.0.0 (#1086)

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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new d612ec8f69 Bump buildnumber-maven-plugin from 1.4 to 3.0.0 (#1086)
d612ec8f69 is described below

commit d612ec8f69ddb7e473a4f20fb8b66c5fcc56f4a8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 25 19:26:08 2023 -0500

    Bump buildnumber-maven-plugin from 1.4 to 3.0.0 (#1086)
    
    Bumps [buildnumber-maven-plugin](https://github.com/mojohaus/buildnumber-maven-plugin) from 1.4 to 3.0.0.
    - [Release notes](https://github.com/mojohaus/buildnumber-maven-plugin/releases)
    - [Commits](https://github.com/mojohaus/buildnumber-maven-plugin/compare/buildnumber-maven-plugin-1.4...buildnumber-maven-plugin-3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:buildnumber-maven-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>
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index 54bd8900d5..546e82aff5 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -156,7 +156,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>buildnumber-maven-plugin</artifactId>
-                <version>1.4</version>
+                <version>3.0.0</version>
                 <executions>
                     <execution>
                         <id>create-noncanonicalrev</id>