Repository: maven
Updated Branches:
  refs/heads/master 57a619642 -> 07b8477b9


Move to Java 7


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

Branch: refs/heads/master
Commit: 07b8477b9740d50e50f035ab66fba66d02670510
Parents: 57a6196
Author: Jason van Zyl <ja...@tesla.io>
Authored: Thu Mar 5 15:35:10 2015 -0800
Committer: Jason van Zyl <ja...@tesla.io>
Committed: Thu Mar 5 15:35:10 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/maven/blob/07b8477b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fc48cdc..94de886 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,8 +42,8 @@
   <inceptionYear>2001</inceptionYear>
 
   <properties>
-    <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>
     <classWorldsVersion>2.5.2</classWorldsVersion>
     <commonsCliVersion>1.2</commonsCliVersion>
     <junitVersion>4.11</junitVersion>

Reply via email to