Skip to content

Commit

Permalink
Clarifies Java platform requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 2, 2023
1 parent 06ce80f commit 2f3d800
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -545,23 +545,23 @@

<!-- Current 4.x release series -->
<commons.release.version>4.5</commons.release.version>
<commons.release.desc>(Requires Java 8 or later)</commons.release.desc>
<commons.release.desc>(Requires Java 8 or above)</commons.release.desc>

<!-- Previous 4.2 release on Java 7 -->
<commons.release.2.version>4.2</commons.release.2.version>
<commons.release.2.desc>(Requires Java 7 or later)</commons.release.2.desc>
<commons.release.2.desc>(Requires Java 7 or above)</commons.release.2.desc>
<!-- Override generated name -->
<commons.release.2.name>commons-collections4-${commons.release.2.version}</commons.release.2.name>

<!-- Previous 4.1 release on Java 6-->
<commons.release.3.version>4.1</commons.release.3.version>
<commons.release.3.desc>(Requires Java 6 or later)</commons.release.3.desc>
<commons.release.3.desc>(Requires Java 6 or above)</commons.release.3.desc>
<!-- Override generated name -->
<commons.release.3.name>commons-collections4-${commons.release.3.version}</commons.release.3.name>

<!-- Previous 3.x release on Java 1.3 -->
<commons.release.4.version>3.2.2</commons.release.4.version>
<commons.release.4.desc>(Requires Java 1.3 or later)</commons.release.4.desc>
<commons.release.4.desc>(Requires Java 1.3 or above)</commons.release.4.desc>
<!-- Override generated name -->
<commons.release.4.name>commons-collections-${commons.release.4.version}</commons.release.4.name>
<!-- Older release has sha256 only -->
Expand Down
2 changes: 1 addition & 1 deletion src/site/xdoc/download_collections.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ limitations under the License.
</p>
</subsection>
</section>
<section name="Apache Commons Collections 4.4 (Requires Java 8 or later)">
<section name="Apache Commons Collections 4.4 (Requires Java 8 or above)">
<subsection name="Binaries">
<table>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion src/site/xdoc/release_4_4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Apache Commons Collections is a project to develop and maintain collection
classes based on and inspired by the JDK collection framework.
</p>
<p>
This 4.4 release is a minor and requires Java 8.
This 4.4 release is a minor and requires Java 8 or above.
This release fixes several bugs present in previous releases of the 4.x branch.
</p>
<p>
Expand Down

0 comments on commit 2f3d800

Please sign in to comment.