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/11/10 11:51:38 UTC

(commons-parent) branch master updated: org.moditect:moditect-maven-plugin from 1.0.0.Final to 1.1.0

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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new fd1adff  org.moditect:moditect-maven-plugin from 1.0.0.Final to 1.1.0
fd1adff is described below

commit fd1adff1373fbd169525389315198e990e06e3b2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 10 06:51:33 2023 -0500

    org.moditect:moditect-maven-plugin from 1.0.0.Final to 1.1.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8138daa..359f526 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,7 @@
     <commons.release-plugin.version>1.8.1</commons.release-plugin.version>
     <commons.scm-publish.version>1.1</commons.scm-publish.version>
     <commons.buildnumber-plugin.version>3.2.0</commons.buildnumber-plugin.version>
-    <commons.moditect-maven-plugin.version>1.0.0.Final</commons.moditect-maven-plugin.version>
+    <commons.moditect-maven-plugin.version>1.1.0</commons.moditect-maven-plugin.version>
     <commons.moditect-maven-plugin.addServiceUses>true</commons.moditect-maven-plugin.addServiceUses>
     <commons.biz.aQute.bndlib.version>6.4.1</commons.biz.aQute.bndlib.version>
     <commons.junit.version>5.10.1</commons.junit.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8f936a5..caf515f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,6 +77,7 @@ The <action> type attribute can be add,update,fix,remove.
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-pmd-plugin from 3.21.0 to 3.21.2.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-javadoc-plugin from 3.6.0 to 3.6.2.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump JUnit from 5.10.0 to 5.10.1.</action>
+           <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.moditect:moditect-maven-plugin from 1.0.0.Final to 1.1.0.</action>
         </release>
         <release version="64" date="2023-10-06" description="Version 64: Maintenance and update dependencies">
            <!-- FIX -->