Remove declared java versions, skip enforcer
diff --git a/pom.xml b/pom.xml
index 27e4053..3e666eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,8 +175,9 @@
     </plugins>
   </reporting>
   <properties>
-    <maven.compiler.source>1.8</maven.compiler.source>
-    <maven.compiler.target>1.8</maven.compiler.target>
+    <enforcer.skip>true</enforcer.skip>
+    <maven.compiler.source />
+    <maven.compiler.target />
     <commons.manifestfile/>
     <commons.componentid>commons-build-plugin</commons.componentid>
     <commons.jira.id>COMMONSSITE</commons.jira.id>