Skip to content

Commit

Permalink
Define and use Maven property commons.jmh.version
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Feb 23, 2025
1 parent 4aa7aa7 commit 29ccda7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>1.37</version>
<version>${commons.jmh.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -111,6 +111,7 @@
<project.build.outputTimestamp>2025-01-11T14:07:50Z</project.build.outputTimestamp>
<commons.codec.version>1.18.0</commons.codec.version>
<commons.io.version>2.18.0</commons.io.version>
<commons.jmh.version>1.37</commons.jmh.version>
<!-- Apache Felix maven-bundle-plugin -->
<commons.osgi.import>
org.apache.commons.codec.binary;version="${commons.codec.version}",
Expand Down Expand Up @@ -359,7 +360,7 @@
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>1.37</version>
<version>${commons.jmh.version}</version>
<scope>test</scope>
</dependency>

Expand Down
1 change: 1 addition & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<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>
<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>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Define and use Maven property commons.jmh.version.</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.opencsv:opencsv from 5.9 to 5.10.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.17.2 to 1.18.0 #522.</action>
Expand Down

0 comments on commit 29ccda7

Please sign in to comment.