You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2018/03/11 01:20:08 UTC

logging-parent git commit: Update for Java 8 and dev@ list

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 <bo...@gmail.com>
Authored: Sat Mar 10 19:19:21 2018 -0600
Committer: Matt Sicker <bo...@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-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>