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-exec.git
commit fbc1f371ceeae43db7d599ff8a564450026e7211 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri May 16 10:05:31 2025 -0400 Override Maven Changes plugin version to pick up fix for https://github.com/apache/maven-changes-plugin/issues/128 --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index b485b634..9a56cf76 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,8 @@ limitations under the License. <commons.module.name>org.apache.commons.exec</commons.module.name> <commons.jira.id>EXEC</commons.jira.id> <commons.jira.pid>12310814</commons.jira.pid> + <!-- Remove commons.changes.versi override when commons-parent 84 is available--> + <commons.changes.version>3.0.0-M3</commons.changes.version> <!-- The RC version used in the staging repository URL. --> <!-- Don't use platform specific encodings for copying resources --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>