You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/03 23:53:57 UTC

[commons-jci] branch master updated: Bump Java from 5 to 8

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jci.git


The following commit(s) were added to refs/heads/master by this push:
     new d2f2898  Bump Java from 5 to 8
d2f2898 is described below

commit d2f2898fa348b2aafa34d8b414adad9b9b76c168
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 3 18:53:33 2023 -0500

    Bump Java from 5 to 8
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index aa4d6a3..53c0d69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -234,8 +234,8 @@
 
     <properties>
         <maven-site-plugin.skip>false</maven-site-plugin.skip>
-        <maven.compiler.source>1.5</maven.compiler.source>
-        <maven.compiler.target>1.5</maven.compiler.target>
+        <maven.compiler.source>1.8</maven.compiler.source>
+        <maven.compiler.target>1.8</maven.compiler.target>
         <commons.componentid>jci</commons.componentid>
         <commons.module.name>org.apache.commons.jci2</commons.module.name>
         <commons.jira.id>JCI</commons.jira.id>