File tree Expand file tree Collapse file tree
commons-numbers-examples/examples-jmh Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>
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 >
Original file line number Diff line number Diff 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 ="
You can’t perform that action at this time.
0 commit comments