You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2016/03/29 17:16:18 UTC

ant git commit: use Java8 in POMs as well

Repository: ant
Updated Branches:
  refs/heads/master 5024dcf97 -> a2eb30552


use Java8 in POMs as well


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/a2eb3055
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/a2eb3055
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/a2eb3055

Branch: refs/heads/master
Commit: a2eb3055216dc10b38bd64084adeac813d679c1e
Parents: 5024dcf
Author: Stefan Bodewig <bo...@apache.org>
Authored: Tue Mar 29 17:15:54 2016 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Tue Mar 29 17:15:54 2016 +0200

----------------------------------------------------------------------
 src/etc/poms/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/a2eb3055/src/etc/poms/pom.xml
----------------------------------------------------------------------
diff --git a/src/etc/poms/pom.xml b/src/etc/poms/pom.xml
index c35c95e..c1964cf 100644
--- a/src/etc/poms/pom.xml
+++ b/src/etc/poms/pom.xml
@@ -123,8 +123,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
           <artifactId>maven-compiler-plugin</artifactId>
           <version>2.3.2</version>
           <configuration>
-            <source>1.5</source>
-            <target>1.5</target>
+            <source>1.8</source>
+            <target>1.8</target>
           </configuration>
         </plugin>
         <plugin>