Repository: commons-lang Updated Branches: refs/heads/master 06be0be26 -> a098f0410
Better description. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/a098f041 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/a098f041 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/a098f041 Branch: refs/heads/master Commit: a098f0410680645ec344c55a2495dfd08271484c Parents: 06be0be Author: Gary Gregory <[email protected]> Authored: Thu Mar 29 09:01:12 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Thu Mar 29 09:01:12 2018 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/a098f041/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 771e49e..114d370 100644 --- a/pom.xml +++ b/pom.xml @@ -574,7 +574,7 @@ <commons.module.name>org.apache.commons.lang3</commons.module.name> <!-- Current 3.x release series --> <commons.release.version>3.8</commons.release.version> - <commons.release.desc>(Java 7.0+)</commons.release.desc> + <commons.release.desc>(Java 7+)</commons.release.desc> <!-- Previous 2.x release series --> <commons.release.2.version>2.6</commons.release.2.version> <commons.release.2.desc>(Requires Java 1.2 or later)</commons.release.2.desc>
