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/28 17:16:53 UTC

[50/56] [abbrv] git commit: ISIS-928: bumping example apps to JDK 1.7

ISIS-928: bumping example apps to JDK 1.7


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

Branch: refs/heads/master
Commit: e332196b89ad21fb67c63ee7d0612c828558c8e8
Parents: 21e2882
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Tue Oct 28 15:16:18 2014 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Tue Oct 28 15:16:18 2014 +0000

----------------------------------------------------------------------
 example/application/simpleapp/pom.xml | 4 ++--
 example/application/todoapp/pom.xml   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/e332196b/example/application/simpleapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/pom.xml b/example/application/simpleapp/pom.xml
index 0b71999..41b226e 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.6</source>
-                        <target>1.6</target>
+                        <source>1.7</source>
+                        <target>1.7</target>
                     </configuration>
                     <executions>
                         <execution>

http://git-wip-us.apache.org/repos/asf/isis/blob/e332196b/example/application/todoapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/todoapp/pom.xml b/example/application/todoapp/pom.xml
index 9cd3e9f..b3aac97 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.6</source>
-                        <target>1.6</target>
+                        <source>1.7</source>
+                        <target>1.7</target>
                     </configuration>
                     <executions>
                         <execution>