Skip to content

Commit f879b16

Browse files
authored
Upgrade buildnumber-maven-plugin to 3.1.0 (#1467)
It requires Maven 3.5.4 and thus transitively our build should require it too.
1 parent 94779ca commit f879b16

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

‎org.jacoco.build/pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
<plugin>
444444
<groupId>org.codehaus.mojo</groupId>
445445
<artifactId>buildnumber-maven-plugin</artifactId>
446-
<version>1.2</version>
446+
<version>3.1.0</version>
447447
</plugin>
448448
<plugin>
449449
<groupId>org.codehaus.mojo</groupId>
@@ -534,7 +534,7 @@
534534
</requireJavaVersion>
535535
<requireMavenVersion>
536536
<!-- Maven 3.8.2 contains bug - see https://github.com/jacoco/jacoco/issues/1218 -->
537-
<version>[3.3.9,3.8.2),(3.8.2,)</version>
537+
<version>[3.5.4,3.8.2),(3.8.2,)</version>
538538
</requireMavenVersion>
539539
<requireNoRepositories>
540540
<message>The rules for repo1.maven.org are that pom.xml files should not include repository definitions.</message>

‎org.jacoco.doc/docroot/doc/build.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1>Build</h1>
2424
The JaCoCo build is based on <a href="http://maven.apache.org/">Maven</a> and
2525
can be locally executed on every machine with a proper
2626
<a href="environment.html">environment setup</a>. In particular you need at
27-
least <a href="http://maven.apache.org/">Maven 3.3.9</a> and JDK 11
27+
least <a href="http://maven.apache.org/">Maven 3.5.4</a> and JDK 11
2828
installations. Developers are encouraged to run the build before every commit
2929
to ensure consistency of the source tree.
3030
</p>

‎org.jacoco.doc/docroot/doc/changes.html‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ <h3>Fixed bugs</h3>
3434
(GitHub <a href="https://github.com/jacoco/jacoco/issues/893">#893</a>).</li>
3535
</ul>
3636

37+
<h3>Non-functional Changes</h3>
38+
<ul>
39+
<li>JaCoCo build now requires at least Maven 3.5.4
40+
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1467">#1467</a>).</li>
41+
</ul>
42+
3743
<h2>Release 0.8.10 (2023/04/24)</h2>
3844

3945
<h3>Fixed bugs</h3>

‎org.jacoco.doc/docroot/doc/environment.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h3>Build</h3>
7676

7777
<p>
7878
The JaCoCo build is based on <a href="http://maven.apache.org/">Maven</a>
79-
and requires at least Maven 3.3.9 and JDK 11.
79+
and requires at least Maven 3.5.4 and JDK 11.
8080
See the <a href="build.html">build description</a> for details.
8181
</p>
8282

0 commit comments

Comments
 (0)