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/05 19:30:19 UTC

[any23] branch master updated: Bump buildnumber-maven-plugin from 1.4 to 3.0.0 (#243)

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 6325ecb  Bump buildnumber-maven-plugin from 1.4 to 3.0.0 (#243)
6325ecb is described below

commit 6325ecb47eb07349b5cc4684226ce965caee86d1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 5 11:30:13 2022 -0800

    Bump buildnumber-maven-plugin from 1.4 to 3.0.0 (#243)
    
    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>
    
    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 7394cfd..94d335b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -277,7 +277,7 @@
     <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
     <appassembler-maven-plugin.version>2.1.0</appassembler-maven-plugin.version>
     <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
-    <buildnumber-maven-plugin.version>1.4</buildnumber-maven-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.0</maven-jar-plugin.version>
     <maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>