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-io.git
The following commit(s) were added to refs/heads/master by this push:
new b7da64c9 Bump moditect-maven-plugin from 1.0.0.RC3 to 1.0.0.Final
(#455)
new 9ce4c839 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-io.git
b7da64c9 is described below
commit b7da64c9e7778d9ba42fa27fe312f3927191a7af
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 4 21:30:55 2023 -0400
Bump moditect-maven-plugin from 1.0.0.RC3 to 1.0.0.Final (#455)
Bumps [moditect-maven-plugin](https://github.com/moditect/moditect) from
1.0.0.RC3 to 1.0.0.Final.
- [Release notes](https://github.com/moditect/moditect/releases)
-
[Commits](https://github.com/moditect/moditect/compare/1.0.0.RC3...1.0.0.Final)
---
updated-dependencies:
- dependency-name: org.moditect:moditect-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Bump moditect-maven-plugin from 1.0.0.RC3 to 1.0.0.Final #455
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 455e50ee..ffe789f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -323,7 +323,7 @@ file comparators, endian transformation classes, and much
more.
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/</commons.scmPubUrl>
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
<commons.javadoc.java.link>${commons.javadoc8.java.link}</commons.javadoc.java.link>
- <commons.moditect.version>1.0.0.RC3</commons.moditect.version>
+ <commons.moditect.version>1.0.0.Final</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 789b346c..533791ed 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -524,7 +524,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.RC3 #280, #439.
+ Bump moditect-maven-plugin from 1.0.0.RC1 to 1.0.0.Final #280, #439,
#445.
</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.