Skip to content

Commit 3c2ccd7

Browse files
committed
Pick up exec-maven-plugin version from parent POM
1 parent 73d913d commit 3c2ccd7

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

commons-numbers-examples/examples-jmh/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@
107107
<!-- Reproducible builds -->
108108
<project.build.outputTimestamp>${numbers.build.outputTimestamp}</project.build.outputTimestamp>
109109

110-
<exec-maven-plugin.version>3.5.0</exec-maven-plugin.version>
111-
112110
<!-- JMH Benchmark related properties: version, name of the benchmarking uber jar. -->
113111
<jmh.version>1.37</jmh.version>
114112
<uberjar.name>examples-jmh</uberjar.name>
@@ -209,7 +207,6 @@
209207
<plugin>
210208
<groupId>org.codehaus.mojo</groupId>
211209
<artifactId>exec-maven-plugin</artifactId>
212-
<version>${exec-maven-plugin.version}</version>
213210
<executions>
214211
<execution>
215212
<id>benchmark</id>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ New features, updates and bug fixes.
6060
Bug in "compareTo" method of classes "Fraction" and "BigFraction" (when the two
6161
values are negative).
6262
</action>
63+
<action dev="ggregory" type="update">Pick up exec-maven-plugin version from parent POM.</action>
6364
</release>
6465

6566
<release version="1.2" date="2024-08-12" description="

0 commit comments

Comments
 (0)