Merge
diff --git a/jaxws/.hgtags b/jaxws/.hgtags
index a5dc8fe..36dc0d6 100644
--- a/jaxws/.hgtags
+++ b/jaxws/.hgtags
@@ -41,3 +41,4 @@
 aaa25dfd3de68c6f1a1d3ef8c45fd99f76bca6dd jdk7-b64
 aa22a1be5866a6608ba17a7a443945559409ae0f jdk7-b65
 fa8712c099edd5c9a6b3ed9729353738004d388f jdk7-b66
+faa13cd4d6cdcfb155da5ed23b0da6e0ed0f9ea8 jdk7-b67
diff --git a/jaxws/make/build.properties b/jaxws/make/build.properties
index 6689159..b47b032 100644
--- a/jaxws/make/build.properties
+++ b/jaxws/make/build.properties
@@ -30,8 +30,8 @@
 # one of the standard user build.properties files (see build.xml)
 
 # options for the <javac> tasks used to compile the tools
-javac.source = 5
-javac.target = 5
+javac.source = 7
+javac.target = 7
 javac.debug = true
 javac.no.jdk.warnings = -XDignore.symbol.file=true
 # set the following to -version to verify the versions of javac being used