Repository: logging-parent
Updated Branches:
  refs/heads/master f0c0fa976 -> 9d8733f26


Update for Java 8 and dev@ list


Project: http://git-wip-us.apache.org/repos/asf/logging-parent/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-parent/commit/9d8733f2
Tree: http://git-wip-us.apache.org/repos/asf/logging-parent/tree/9d8733f2
Diff: http://git-wip-us.apache.org/repos/asf/logging-parent/diff/9d8733f2

Branch: refs/heads/master
Commit: 9d8733f261c05317a707296e791458c89ec121c9
Parents: f0c0fa9
Author: Matt Sicker <boa...@gmail.com>
Authored: Sat Mar 10 19:19:21 2018 -0600
Committer: Matt Sicker <boa...@gmail.com>
Committed: Sat Mar 10 19:19:21 2018 -0600

----------------------------------------------------------------------
 pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-parent/blob/9d8733f2/pom.xml
----------------------------------------------------------------------
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-u...@logging.apache.org</archive>
     </mailingList>
     <mailingList>
-      <name>log4j-dev</name>
-      <subscribe>log4j-dev-subscr...@logging.apache.org</subscribe>
-      <unsubscribe>log4j-dev-unsubscr...@logging.apache.org</unsubscribe>
-      <post>log4j-...@logging.apache.org</post>
-      
<archive>https://lists.apache.org/list.html?log4j-...@logging.apache.org</archive>
+      <name>dev</name>
+      <subscribe>dev-subscr...@logging.apache.org</subscribe>
+      <unsubscribe>dev-unsubscr...@logging.apache.org</unsubscribe>
+      <post>d...@logging.apache.org</post>
+      
<archive>https://lists.apache.org/list.html?d...@logging.apache.org</archive>
     </mailingList>
   </mailingLists>
 

Reply via email to