You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/12/08 13:59:13 UTC

(commons-release-plugin) branch master updated: Bump org.apache.commons:commons-build-plugin from 1.12 to 1.13 (#219)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 466cfb0  Bump org.apache.commons:commons-build-plugin from 1.12 to 1.13 (#219)
466cfb0 is described below

commit 466cfb0d178e48f2ee1aafcd191ac77ef2879954
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 8 08:59:07 2023 -0500

    Bump org.apache.commons:commons-build-plugin from 1.12 to 1.13 (#219)
    
    Bumps [org.apache.commons:commons-build-plugin](https://github.com/apache/commons-build-plugin) from 1.12 to 1.13.
    - [Changelog](https://github.com/apache/commons-build-plugin/blob/master/RELEASE-NOTES.txt)
    - [Commits](https://github.com/apache/commons-build-plugin/compare/commons-build-plugin-1.12...rel/commons-build-plugin-1.13)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-build-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 10333ad..22bf651 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,7 @@
     -->
     <!-- Including commons release plugin older version -->
     <maven.plugin.version>3.10.2</maven.plugin.version>
-    <commons.build-plugin.version>1.12</commons.build-plugin.version>
+    <commons.build-plugin.version>1.13</commons.build-plugin.version>
     <!-- Until Maven plugins used here don't fail the Moditect plugin -->
     <moditect.skip>true</moditect.skip>
   </properties>