Repository: commons-numbers Updated Branches: refs/heads/master 1eaba643f -> bd596bee4
Make description consistent with actual requirement. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/bd596bee Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/bd596bee Diff: http://git-wip-us.apache.org/repos/asf/commons-numbers/diff/bd596bee Branch: refs/heads/master Commit: bd596bee4baa18c2e930a738e5a33cdeed04535f Parents: 1eaba64 Author: Gilles Sadowski <[email protected]> Authored: Sun Apr 30 17:06:30 2017 +0200 Committer: Gilles Sadowski <[email protected]> Committed: Sun Apr 30 17:06:30 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/bd596bee/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8175c4b..a54a095 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ <commons.osgi.export>org.apache.commons.numbers</commons.osgi.export> <!-- do not use snapshot suffix here --> <commons.release.version>1.0</commons.release.version> - <commons.release.desc>(requires Java 7+)</commons.release.desc> + <commons.release.desc>(requires Java 6+)</commons.release.desc> <!-- <commons.rc.version>RC1</commons.rc.version> --> <commons.binary.suffix>-bin</commons.binary.suffix>
