You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2023/03/10 08:11:29 UTC

[commons-io] branch master updated: Bump moditect-maven-plugin from 1.0.0.RC2 to 1.0.0.RC3

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 46627e7a Bump moditect-maven-plugin from 1.0.0.RC2 to 1.0.0.RC3
46627e7a is described below

commit 46627e7a3adaa333fe314fdfd7e1c174b75b1c3b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 10 00:57:57 2023 +0000

    Bump moditect-maven-plugin from 1.0.0.RC2 to 1.0.0.RC3
    
    Bumps [moditect-maven-plugin](https://github.com/moditect/moditect) from 1.0.0.RC2 to 1.0.0.RC3.
    - [Release notes](https://github.com/moditect/moditect/releases)
    - [Commits](https://github.com/moditect/moditect/compare/1.0.0.CR2...1.0.0.RC3)
    
    ---
    updated-dependencies:
    - dependency-name: org.moditect:moditect-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2f4af081..d2155be0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -324,7 +324,7 @@ file comparators, endian transformation classes, and much more.
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <commons.javadoc.java.link>${commons.javadoc8.java.link}</commons.javadoc.java.link>
     <commons.enforcer.version>3.2.1</commons.enforcer.version>
-    <commons.moditect.version>1.0.0.RC2</commons.moditect.version>
+    <commons.moditect.version>1.0.0.RC3</commons.moditect.version>
     <jmh.version>1.36</jmh.version>
     <japicmp.skip>false</japicmp.skip>
     <jacoco.skip>${env.JACOCO_SKIP}</jacoco.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 10240f25..10bf4b61 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -504,7 +504,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump jmh.version from 1.32 to 1.36 #258, #316, #342, #404.
       </action>
       <action dev="kinow" type="update" due-to="Dependabot">
-        Bump moditect-maven-plugin from 1.0.0.RC1 to 1.0.0.RC2 #280.
+        Bump moditect-maven-plugin from 1.0.0.RC1 to 1.0.0.RC3 #280, #439.
       </action>
       <action dev="kinow" type="update" due-to="Dependabot, Gary Gregory">
         Bump junit-pioneer from 1.4.2 to 1.9.1 #304. #335, #362, #402, #406, #409.