OODT-928 Update maven-compiler-plugin from 1.6 to 1.7 in core pom.xml

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

Branch: refs/heads/avrorpc
Commit: 2e5d9785384baf25c03638b0dc386c49ddbeaab7
Parents: 1a1cdf1
Author: Lewis John McGibbney <lewis.mcgibb...@gmail.com>
Authored: Wed Jun 1 09:51:31 2016 -0700
Committer: Lewis John McGibbney <lewis.mcgibb...@gmail.com>
Committed: Wed Jun 1 09:51:31 2016 -0700

----------------------------------------------------------------------
 core/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oodt/blob/2e5d9785/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 47f8e86..a8dd0b3 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -560,8 +560,8 @@ mm
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
+          <source>1.7</source>
+          <target>1.7</target>
         </configuration>
       </plugin>
       <plugin>
@@ -636,7 +636,7 @@ mm
           <docencoding>UTF-8</docencoding>
           <encoding>UTF-8</encoding>
           <aggregate>true</aggregate>
-          <source>1.5</source>
+          <source>1.7</source>
         </configuration>
       </plugin>
       <!-- Produce Source cross references -->

Reply via email to