You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/10/10 16:07:53 UTC

git commit: ISIS-568: reverting back to JDK 1.6.0

Repository: isis
Updated Branches:
  refs/heads/master c8d9495c8 -> 0b52dc3f7


ISIS-568: reverting back to JDK 1.6.0


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

Branch: refs/heads/master
Commit: 0b52dc3f72d4d68c489368ec747dc56e3a4f4d92
Parents: c8d9495
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Fri Oct 10 15:02:04 2014 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Fri Oct 10 15:02:04 2014 +0100

----------------------------------------------------------------------
 core/tck/pom.xml                      | 4 ++--
 example/application/simpleapp/pom.xml | 4 ++--
 example/application/todoapp/pom.xml   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/0b52dc3f/core/tck/pom.xml
----------------------------------------------------------------------
diff --git a/core/tck/pom.xml b/core/tck/pom.xml
index 6034143..a0c97f1 100644
--- a/core/tck/pom.xml
+++ b/core/tck/pom.xml
@@ -60,8 +60,8 @@
                     <artifactId>maven-compiler-plugin</artifactId>
                     <version>3.1</version>
                     <configuration>
-                        <source>1.7</source>
-                        <target>1.7</target>
+                        <source>1.6</source>
+                        <target>1.6</target>
                     </configuration>
                     <executions>
                         <execution>

http://git-wip-us.apache.org/repos/asf/isis/blob/0b52dc3f/example/application/simpleapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/pom.xml b/example/application/simpleapp/pom.xml
index 815ef4a..62cc14f 100644
--- a/example/application/simpleapp/pom.xml
+++ b/example/application/simpleapp/pom.xml
@@ -67,8 +67,8 @@
                     <artifactId>maven-compiler-plugin</artifactId>
                     <version>3.1</version>
                     <configuration>
-                        <source>1.7</source>
-                        <target>1.7</target>
+                        <source>1.6</source>
+                        <target>1.6</target>
                     </configuration>
                     <executions>
                         <execution>

http://git-wip-us.apache.org/repos/asf/isis/blob/0b52dc3f/example/application/todoapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/todoapp/pom.xml b/example/application/todoapp/pom.xml
index 9aff1f8..5baf393 100644
--- a/example/application/todoapp/pom.xml
+++ b/example/application/todoapp/pom.xml
@@ -67,8 +67,8 @@
                     <artifactId>maven-compiler-plugin</artifactId>
                     <version>3.1</version>
                     <configuration>
-                        <source>1.7</source>
-                        <target>1.7</target>
+                        <source>1.6</source>
+                        <target>1.6</target>
                     </configuration>
                     <executions>
                         <execution>