This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-validator.git
The following commit(s) were added to refs/heads/master by this push: new 4ab18ec Require minimum of Java 7 4ab18ec is described below commit 4ab18ec3e70f283fb98c72e3042553358ae85145 Author: Sebb <s...@apache.org> AuthorDate: Sat Jun 20 20:10:28 2020 +0100 Require minimum of Java 7 --- pom.xml | 4 ++-- src/changes/changes.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 0f621e1..0e442ad 100644 --- a/pom.xml +++ b/pom.xml @@ -50,8 +50,8 @@ <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-validator</commons.scmPubUrl> - <maven.compiler.source>1.6</maven.compiler.source> - <maven.compiler.target>1.6</maven.compiler.target> + <maven.compiler.source>1.7</maven.compiler.source> + <maven.compiler.target>1.7</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <checkstyle.plugin.version>2.17</checkstyle.plugin.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 29a73c2..85a852d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -70,7 +70,7 @@ This is primarily a maintenance release. All projects are encouraged to update to this release of Apache Commons Validator. - Commons Validator requires Java 1.6 or later. + Commons Validator requires Java 7 or later. Main enhancements @@ -86,7 +86,7 @@ Apache Commons Validator. BREAKING CHANGES: - * NONE. + * Now requires Java 7 DEPENDENCIES