Skip to content

Commit

Permalink
Upgrade buildnumber-maven-plugin to 3.1.0 (#1467)
Browse files Browse the repository at this point in the history
It requires Maven 3.5.4 and thus transitively our build should require it too.
  • Loading branch information
Godin committed May 24, 2023
1 parent 94779ca commit f879b16
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions org.jacoco.build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>1.2</version>
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -534,7 +534,7 @@
</requireJavaVersion>
<requireMavenVersion>
<!-- Maven 3.8.2 contains bug - see https://github.com/jacoco/jacoco/issues/1218 -->
<version>[3.3.9,3.8.2),(3.8.2,)</version>
<version>[3.5.4,3.8.2),(3.8.2,)</version>
</requireMavenVersion>
<requireNoRepositories>
<message>The rules for repo1.maven.org are that pom.xml files should not include repository definitions.</message>
Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.doc/docroot/doc/build.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>Build</h1>
The JaCoCo build is based on <a href="http://maven.apache.org/">Maven</a> and
can be locally executed on every machine with a proper
<a href="environment.html">environment setup</a>. In particular you need at
least <a href="http://maven.apache.org/">Maven 3.3.9</a> and JDK 11
least <a href="http://maven.apache.org/">Maven 3.5.4</a> and JDK 11
installations. Developers are encouraged to run the build before every commit
to ensure consistency of the source tree.
</p>
Expand Down
6 changes: 6 additions & 0 deletions org.jacoco.doc/docroot/doc/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ <h3>Fixed bugs</h3>
(GitHub <a href="https://github.com/jacoco/jacoco/issues/893">#893</a>).</li>
</ul>

<h3>Non-functional Changes</h3>
<ul>
<li>JaCoCo build now requires at least Maven 3.5.4
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1467">#1467</a>).</li>
</ul>

<h2>Release 0.8.10 (2023/04/24)</h2>

<h3>Fixed bugs</h3>
Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.doc/docroot/doc/environment.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h3>Build</h3>

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

Expand Down

0 comments on commit f879b16

Please sign in to comment.