Update for Java 8 and dev@ list
diff --git a/pom.xml b/pom.xml
index 710c057..9d7f9a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>18</version>
+    <version>19</version>
   </parent>
 
   <groupId>org.apache.logging</groupId>
@@ -40,9 +40,9 @@
   <inceptionYear>1999</inceptionYear>
 
   <properties>
-    <!-- All Apache Logging projects currently have a baseline JDK version of 1.7 -->
-    <maven.compiler.source>1.7</maven.compiler.source>
-    <maven.compiler.target>1.7</maven.compiler.target>
+    <!-- All Apache Logging projects currently have a baseline JDK version of 1.8 -->
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <maven.compiler.target>1.8</maven.compiler.target>
   </properties>
 
   <scm>
@@ -61,11 +61,11 @@
       <archive>https://lists.apache.org/list.html?log4j-user@logging.apache.org</archive>
     </mailingList>
     <mailingList>
-      <name>log4j-dev</name>
-      <subscribe>log4j-dev-subscribe@logging.apache.org</subscribe>
-      <unsubscribe>log4j-dev-unsubscribe@logging.apache.org</unsubscribe>
-      <post>log4j-dev@logging.apache.org</post>
-      <archive>https://lists.apache.org/list.html?log4j-dev@logging.apache.org</archive>
+      <name>dev</name>
+      <subscribe>dev-subscribe@logging.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@logging.apache.org</unsubscribe>
+      <post>dev@logging.apache.org</post>
+      <archive>https://lists.apache.org/list.html?dev@logging.apache.org</archive>
     </mailingList>
   </mailingLists>