This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-ognl.git
The following commit(s) were added to refs/heads/master by this push: new bcb08ac Uses Java 8 bcb08ac is described below commit bcb08ac8cdcdd1f05406ee9a21929497cc99a770 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Thu Dec 24 11:40:20 2020 +0100 Uses Java 8 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5116bd0..86d20c5 100644 --- a/pom.xml +++ b/pom.xml @@ -174,8 +174,8 @@ limitations under the License. <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <commons.javadoc.version>2.9</commons.javadoc.version> - <maven.compile.source>1.7</maven.compile.source> - <maven.compile.target>1.7</maven.compile.target> + <maven.compile.source>1.8</maven.compile.source> + <maven.compile.target>1.8</maven.compile.target> <commons.componentid>ognl</commons.componentid> <commons.module.name>org.apache.commons.ognl</commons.module.name> <animal-sniffer.signature>java15</animal-sniffer.signature>