Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade buildnumber-maven-plugin to 3.1.0 #1467

Merged
merged 3 commits into from
May 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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