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 126a4e5  Add org.junit-pioneer:junit-pioneer to dependencyManagement
126a4e5 is described below

commit 126a4e548456e7459c9b86a7972eba233267d3c6
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Nov 5 06:25:08 2024 -0500

    Add org.junit-pioneer:junit-pioneer to dependencyManagement
---
 pom.xml                 | 6 ++++++
 src/changes/changes.xml | 1 +
 2 files changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 65158c2..7cca261 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,6 +155,7 @@
     <!-- Warning: org.apache.felix:maven-bundle-plugin does not yet support 
bndlib 7 -->
     <commons.biz.aQute.bndlib.version>6.4.1</commons.biz.aQute.bndlib.version>
     <commons.junit.version>5.11.3</commons.junit.version>
+    <commons.junit-pioneer.version>2.3.0</commons.junit-pioneer.version>
     <commons.jmh.version>1.37</commons.jmh.version>
     <commons.asm.version>9.7.1</commons.asm.version>
     <commons.taglist.version>3.2.1</commons.taglist.version>
@@ -422,6 +423,11 @@
         <type>pom</type>
         <scope>import</scope>
       </dependency>
+      <dependency>
+        <groupId>org.junit-pioneer</groupId>
+        <artifactId>junit-pioneer</artifactId>
+        <version>${commons.junit-pioneer.version}</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ca6ee1c..6b71486 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
       <release version="79" date="YYYY-MM-DD" description="Version 79: This is 
a feature and maintenance release. Java 8 or later is required.">
         <!-- FIX -->
         <!-- ADD -->
+        <action type="add" dev="ggregory" due-to="Gary Gregory">Add 
org.junit-pioneer:junit-pioneer to dependencyManagement.</action>
         <!-- UPDATE -->
         <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.4 to 
4.8.6.5 #518.</action>
         <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump org.junit:junit-bom from 5.11.2 to 5.11.3 #519.</action>

Reply via email to