Skip to content

Commit 29ccda7

Browse files
committed
Define and use Maven property commons.jmh.version
1 parent 4aa7aa7 commit 29ccda7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>org.openjdk.jmh</groupId>
6767
<artifactId>jmh-core</artifactId>
68-
<version>1.37</version>
68+
<version>${commons.jmh.version}</version>
6969
<scope>test</scope>
7070
</dependency>
7171
</dependencies>
@@ -111,6 +111,7 @@
111111
<project.build.outputTimestamp>2025-01-11T14:07:50Z</project.build.outputTimestamp>
112112
<commons.codec.version>1.18.0</commons.codec.version>
113113
<commons.io.version>2.18.0</commons.io.version>
114+
<commons.jmh.version>1.37</commons.jmh.version>
114115
<!-- Apache Felix maven-bundle-plugin -->
115116
<commons.osgi.import>
116117
org.apache.commons.codec.binary;version="${commons.codec.version}",
@@ -359,7 +360,7 @@
359360
<dependency>
360361
<groupId>org.openjdk.jmh</groupId>
361362
<artifactId>jmh-generator-annprocess</artifactId>
362-
<version>1.37</version>
363+
<version>${commons.jmh.version}</version>
363364
<scope>test</scope>
364365
</dependency>
365366

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<action type="fix" issue="CSV-317" dev="ggregory" due-to="Filipe Roque">Release history link changed from changes-report.html to changes.html #516.</action>
4646
<action type="fix" dev="ggregory" due-to="Gary Gregory">Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS (from org.apache.commons:commons-parent:80).</action>
4747
<!-- ADD -->
48+
<action type="add" dev="ggregory" due-to="Gary Gregory">Define and use Maven property commons.jmh.version.</action>
4849
<!-- UPDATE -->
4950
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.opencsv:opencsv from 5.9 to 5.10.</action>
5051
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.17.2 to 1.18.0 #522.</action>

0 commit comments

Comments
 (0)