Merge pull request #54 from n-jay/master

Bump JDK version
diff --git a/pom.xml b/pom.xml
index e2bb696..78e2dba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1086,7 +1086,7 @@
         <!-- The Java version used to build Synapse. This property is used in the configuration
              of the maven-compiler-plugin as well as certain ant tasks executed using
              maven-antrun-plugin. -->
-        <java.version>1.6</java.version>
+        <java.version>1.7</java.version>
 
 	<synapse.version>${project.version}</synapse.version>