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

mattmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/oodt.git

commit c60e1d83a6bb9c5cc58dca86d21603c66ab33447
Author: Tom Barber <[email protected]>
AuthorDate: Fri Jul 13 22:06:45 2018 +0100

    upgrade min jdk version
---
 pcs/opsui/pom.xml         | 4 ++--
 webapp/components/pom.xml | 4 ++--
 webapp/fmbrowser/pom.xml  | 4 ++--
 webapp/wmonitor/pom.xml   | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/pcs/opsui/pom.xml b/pcs/opsui/pom.xml
index 0b80826..6b941cb 100755
--- a/pcs/opsui/pom.xml
+++ b/pcs/opsui/pom.xml
@@ -167,8 +167,8 @@ the License.
         <artifactId>maven-compiler-plugin</artifactId>
         <inherited>true</inherited>
         <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
+          <source>1.6</source>
+          <target>1.6</target>
           <optimize>true</optimize>
           <debug>true</debug>
         </configuration>
diff --git a/webapp/components/pom.xml b/webapp/components/pom.xml
index 29dbbbb..1ae4154 100644
--- a/webapp/components/pom.xml
+++ b/webapp/components/pom.xml
@@ -121,8 +121,8 @@ the License.
         <artifactId>maven-compiler-plugin</artifactId>
         <inherited>true</inherited>
         <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
+          <source>1.6</source>
+          <target>1.6</target>
           <optimize>true</optimize>
           <debug>true</debug>
         </configuration>
diff --git a/webapp/fmbrowser/pom.xml b/webapp/fmbrowser/pom.xml
index 06ed48c..c4faeb3 100644
--- a/webapp/fmbrowser/pom.xml
+++ b/webapp/fmbrowser/pom.xml
@@ -131,8 +131,8 @@ the License.
         <artifactId>maven-compiler-plugin</artifactId>
         <inherited>true</inherited>
         <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
+          <source>1.6</source>
+          <target>1.6</target>
           <optimize>true</optimize>
           <debug>true</debug>
         </configuration>
diff --git a/webapp/wmonitor/pom.xml b/webapp/wmonitor/pom.xml
index 1bd0ab2..a8cf2a1 100644
--- a/webapp/wmonitor/pom.xml
+++ b/webapp/wmonitor/pom.xml
@@ -137,8 +137,8 @@ the License.
         <artifactId>maven-compiler-plugin</artifactId>
         <inherited>true</inherited>
         <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
+          <source>1.6</source>
+          <target>1.6</target>
           <optimize>true</optimize>
           <debug>true</debug>
         </configuration>

Reply via email to