You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/10/06 17:36:45 UTC

incubator-juneau git commit: Move prereqs to Java 7.

Repository: incubator-juneau
Updated Branches:
  refs/heads/master 39e1dba63 -> 26b0a66d0


Move prereqs to Java 7.

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/26b0a66d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/26b0a66d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/26b0a66d

Branch: refs/heads/master
Commit: 26b0a66d0dead07e32b91b57d741507d62609a84
Parents: 39e1dba
Author: JamesBognar <ja...@apache.org>
Authored: Fri Oct 6 13:36:41 2017 -0400
Committer: JamesBognar <ja...@apache.org>
Committed: Fri Oct 6 13:36:41 2017 -0400

----------------------------------------------------------------------
 juneau-core/juneau-config/.classpath                         | 2 +-
 juneau-core/juneau-config/src/.gitignore                     | 1 +
 juneau-core/juneau-config/src/main/.gitignore                | 1 +
 juneau-core/juneau-config/src/main/java/.gitignore           | 1 +
 juneau-core/juneau-config/src/main/java/org/.gitignore       | 1 +
 .../juneau-config/src/main/java/org/apache/.gitignore        | 1 +
 juneau-core/juneau-core-test/.classpath                      | 2 +-
 juneau-core/juneau-dto/.classpath                            | 2 +-
 juneau-core/juneau-marshall-rdf/.classpath                   | 2 +-
 juneau-core/juneau-marshall/.classpath                       | 2 +-
 juneau-core/juneau-svl/.classpath                            | 2 +-
 juneau-doc/.classpath                                        | 2 +-
 juneau-examples/juneau-examples-core/.classpath              | 8 ++++++--
 .../juneau-examples-core/build-overlay/.classpath            | 2 +-
 juneau-examples/juneau-examples-rest/.classpath              | 2 +-
 .../juneau-examples-rest/build-overlay/.classpath            | 2 +-
 juneau-microservice/juneau-microservice-server/.classpath    | 2 +-
 juneau-microservice/juneau-microservice-template/.classpath  | 2 +-
 .../juneau-microservice-template/build-overlay/.classpath    | 2 +-
 juneau-microservice/juneau-microservice-test/.classpath      | 2 +-
 juneau-releng/juneau-all/.classpath                          | 2 +-
 juneau-rest/juneau-rest-client/.classpath                    | 2 +-
 juneau-rest/juneau-rest-server-jaxrs/.classpath              | 2 +-
 juneau-rest/juneau-rest-server/.classpath                    | 2 +-
 pom.xml                                                      | 4 ++--
 25 files changed, 31 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-core/juneau-config/.classpath
----------------------------------------------------------------------
diff --git a/juneau-core/juneau-config/.classpath b/juneau-core/juneau-config/.classpath
index 2fd4a04..82763f1 100644
--- a/juneau-core/juneau-config/.classpath
+++ b/juneau-core/juneau-config/.classpath
@@ -6,7 +6,7 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-core/juneau-config/src/.gitignore
----------------------------------------------------------------------
diff --git a/juneau-core/juneau-config/src/.gitignore b/juneau-core/juneau-config/src/.gitignore
new file mode 100644
index 0000000..9bb88d3
--- /dev/null
+++ b/juneau-core/juneau-config/src/.gitignore
@@ -0,0 +1 @@
+/.DS_Store

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-core/juneau-config/src/main/.gitignore
----------------------------------------------------------------------
diff --git a/juneau-core/juneau-config/src/main/.gitignore b/juneau-core/juneau-config/src/main/.gitignore
new file mode 100644
index 0000000..9bb88d3
--- /dev/null
+++ b/juneau-core/juneau-config/src/main/.gitignore
@@ -0,0 +1 @@
+/.DS_Store

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-core/juneau-config/src/main/java/.gitignore
----------------------------------------------------------------------
diff --git a/juneau-core/juneau-config/src/main/java/.gitignore b/juneau-core/juneau-config/src/main/java/.gitignore
new file mode 100644
index 0000000..9bb88d3
--- /dev/null
+++ b/juneau-core/juneau-config/src/main/java/.gitignore
@@ -0,0 +1 @@
+/.DS_Store

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-core/juneau-config/src/main/java/org/.gitignore
----------------------------------------------------------------------
diff --git a/juneau-core/juneau-config/src/main/java/org/.gitignore b/juneau-core/juneau-config/src/main/java/org/.gitignore
new file mode 100644
index 0000000..9bb88d3
--- /dev/null
+++ b/juneau-core/juneau-config/src/main/java/org/.gitignore
@@ -0,0 +1 @@
+/.DS_Store

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-core/juneau-config/src/main/java/org/apache/.gitignore
----------------------------------------------------------------------
diff --git a/juneau-core/juneau-config/src/main/java/org/apache/.gitignore b/juneau-core/juneau-config/src/main/java/org/apache/.gitignore
new file mode 100644
index 0000000..9bb88d3
--- /dev/null
+++ b/juneau-core/juneau-config/src/main/java/org/apache/.gitignore
@@ -0,0 +1 @@
+/.DS_Store

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-core/juneau-core-test/.classpath
----------------------------------------------------------------------
diff --git a/juneau-core/juneau-core-test/.classpath b/juneau-core/juneau-core-test/.classpath
index b4c1fc3..36d8255 100644
--- a/juneau-core/juneau-core-test/.classpath
+++ b/juneau-core/juneau-core-test/.classpath
@@ -12,7 +12,7 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-core/juneau-dto/.classpath
----------------------------------------------------------------------
diff --git a/juneau-core/juneau-dto/.classpath b/juneau-core/juneau-dto/.classpath
index 2fd4a04..82763f1 100644
--- a/juneau-core/juneau-dto/.classpath
+++ b/juneau-core/juneau-dto/.classpath
@@ -6,7 +6,7 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-core/juneau-marshall-rdf/.classpath
----------------------------------------------------------------------
diff --git a/juneau-core/juneau-marshall-rdf/.classpath b/juneau-core/juneau-marshall-rdf/.classpath
index 49432dc..62a715d 100644
--- a/juneau-core/juneau-marshall-rdf/.classpath
+++ b/juneau-core/juneau-marshall-rdf/.classpath
@@ -6,7 +6,7 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-core/juneau-marshall/.classpath
----------------------------------------------------------------------
diff --git a/juneau-core/juneau-marshall/.classpath b/juneau-core/juneau-marshall/.classpath
index 75f7393..7201cc3 100644
--- a/juneau-core/juneau-marshall/.classpath
+++ b/juneau-core/juneau-marshall/.classpath
@@ -11,7 +11,7 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-core/juneau-svl/.classpath
----------------------------------------------------------------------
diff --git a/juneau-core/juneau-svl/.classpath b/juneau-core/juneau-svl/.classpath
index 2fd4a04..82763f1 100644
--- a/juneau-core/juneau-svl/.classpath
+++ b/juneau-core/juneau-svl/.classpath
@@ -6,7 +6,7 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-doc/.classpath
----------------------------------------------------------------------
diff --git a/juneau-doc/.classpath b/juneau-doc/.classpath
index 704b95d..04ba4a4 100644
--- a/juneau-doc/.classpath
+++ b/juneau-doc/.classpath
@@ -12,7 +12,7 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-examples/juneau-examples-core/.classpath
----------------------------------------------------------------------
diff --git a/juneau-examples/juneau-examples-core/.classpath b/juneau-examples/juneau-examples-core/.classpath
index 4e14a6d..2d0b527 100644
--- a/juneau-examples/juneau-examples-core/.classpath
+++ b/juneau-examples/juneau-examples-core/.classpath
@@ -6,7 +6,11 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="src" path="src/main/resources"/>
+	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="src" path="src/assembly"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
 		<attributes>
@@ -14,7 +18,7 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-examples/juneau-examples-core/build-overlay/.classpath
----------------------------------------------------------------------
diff --git a/juneau-examples/juneau-examples-core/build-overlay/.classpath b/juneau-examples/juneau-examples-core/build-overlay/.classpath
index 0060db7..644b8f9 100644
--- a/juneau-examples/juneau-examples-core/build-overlay/.classpath
+++ b/juneau-examples/juneau-examples-core/build-overlay/.classpath
@@ -17,7 +17,7 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-examples/juneau-examples-rest/.classpath
----------------------------------------------------------------------
diff --git a/juneau-examples/juneau-examples-rest/.classpath b/juneau-examples/juneau-examples-rest/.classpath
index 74a5325..37b1308 100644
--- a/juneau-examples/juneau-examples-rest/.classpath
+++ b/juneau-examples/juneau-examples-rest/.classpath
@@ -18,7 +18,7 @@
 		</attributes>
 	</classpathentry>
 	<classpathentry kind="src" path="src/assembly"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-examples/juneau-examples-rest/build-overlay/.classpath
----------------------------------------------------------------------
diff --git a/juneau-examples/juneau-examples-rest/build-overlay/.classpath b/juneau-examples/juneau-examples-rest/build-overlay/.classpath
index 0060db7..644b8f9 100644
--- a/juneau-examples/juneau-examples-rest/build-overlay/.classpath
+++ b/juneau-examples/juneau-examples-rest/build-overlay/.classpath
@@ -17,7 +17,7 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-microservice/juneau-microservice-server/.classpath
----------------------------------------------------------------------
diff --git a/juneau-microservice/juneau-microservice-server/.classpath b/juneau-microservice/juneau-microservice-server/.classpath
index b4c1fc3..36d8255 100644
--- a/juneau-microservice/juneau-microservice-server/.classpath
+++ b/juneau-microservice/juneau-microservice-server/.classpath
@@ -12,7 +12,7 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-microservice/juneau-microservice-template/.classpath
----------------------------------------------------------------------
diff --git a/juneau-microservice/juneau-microservice-template/.classpath b/juneau-microservice/juneau-microservice-template/.classpath
index 4e17b72..abe764c 100755
--- a/juneau-microservice/juneau-microservice-template/.classpath
+++ b/juneau-microservice/juneau-microservice-template/.classpath
@@ -13,7 +13,7 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-microservice/juneau-microservice-template/build-overlay/.classpath
----------------------------------------------------------------------
diff --git a/juneau-microservice/juneau-microservice-template/build-overlay/.classpath b/juneau-microservice/juneau-microservice-template/build-overlay/.classpath
index fd7ad7f..f619a53 100755
--- a/juneau-microservice/juneau-microservice-template/build-overlay/.classpath
+++ b/juneau-microservice/juneau-microservice-template/build-overlay/.classpath
@@ -12,7 +12,7 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-microservice/juneau-microservice-test/.classpath
----------------------------------------------------------------------
diff --git a/juneau-microservice/juneau-microservice-test/.classpath b/juneau-microservice/juneau-microservice-test/.classpath
index 0060db7..644b8f9 100644
--- a/juneau-microservice/juneau-microservice-test/.classpath
+++ b/juneau-microservice/juneau-microservice-test/.classpath
@@ -17,7 +17,7 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-releng/juneau-all/.classpath
----------------------------------------------------------------------
diff --git a/juneau-releng/juneau-all/.classpath b/juneau-releng/juneau-all/.classpath
index fd7ad7f..f619a53 100644
--- a/juneau-releng/juneau-all/.classpath
+++ b/juneau-releng/juneau-all/.classpath
@@ -12,7 +12,7 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-rest/juneau-rest-client/.classpath
----------------------------------------------------------------------
diff --git a/juneau-rest/juneau-rest-client/.classpath b/juneau-rest/juneau-rest-client/.classpath
index b4c1fc3..36d8255 100644
--- a/juneau-rest/juneau-rest-client/.classpath
+++ b/juneau-rest/juneau-rest-client/.classpath
@@ -12,7 +12,7 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-rest/juneau-rest-server-jaxrs/.classpath
----------------------------------------------------------------------
diff --git a/juneau-rest/juneau-rest-server-jaxrs/.classpath b/juneau-rest/juneau-rest-server-jaxrs/.classpath
index 2fd4a04..82763f1 100644
--- a/juneau-rest/juneau-rest-server-jaxrs/.classpath
+++ b/juneau-rest/juneau-rest-server-jaxrs/.classpath
@@ -6,7 +6,7 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/juneau-rest/juneau-rest-server/.classpath
----------------------------------------------------------------------
diff --git a/juneau-rest/juneau-rest-server/.classpath b/juneau-rest/juneau-rest-server/.classpath
index 0060db7..644b8f9 100644
--- a/juneau-rest/juneau-rest-server/.classpath
+++ b/juneau-rest/juneau-rest-server/.classpath
@@ -17,7 +17,7 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/26b0a66d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 43e97ea..769f716 100644
--- a/pom.xml
+++ b/pom.xml
@@ -205,8 +205,8 @@
 				<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>