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

[6/8] logging-chainsaw git commit: update a few coordinates

update a few coordinates


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

Branch: refs/heads/master
Commit: a53b30545fe117ca544246844c98a5e28ccf145b
Parents: 94d084d
Author: Stefan Bodewig <st...@innoq.com>
Authored: Tue Aug 1 13:22:09 2017 +0200
Committer: Stefan Bodewig <st...@innoq.com>
Committed: Tue Aug 1 13:22:09 2017 +0200

----------------------------------------------------------------------
 pom.xml | 35 +++++++++++++++++++++--------------
 1 file changed, 21 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-chainsaw/blob/a53b3054/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 29ea0ba..f388790 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,10 +22,10 @@
   <name>Apache Chainsaw</name>
   <version>2.1.0-SNAPSHOT</version>
   <description>Graphical Viewer for Logging events from a local or remote log4j event system.</description>
-  <url>http://logging.apache.org:80/chainsaw</url>
+  <url>https://logging.apache.org/chainsaw</url>
   <issueManagement>
     <system>Bugzilla</system>
-    <url>http://issues.apache.org/bugzilla/</url>
+    <url>https://issues.apache.org/bugzilla/</url>
   </issueManagement>
   <ciManagement>
     <system>Gump</system>
@@ -37,23 +37,30 @@
       <subscribe>log4j-user-subscribe@logging.apache.org</subscribe>
       <unsubscribe>log4j-user-unsubscribe@logging.apache.org</unsubscribe>
       <post>log4j-user@logging.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-user/</archive>
+      <archive>https://lists.apache.org/list.html?log4j-user@logging.apache.org</archive>
       <otherArchives>
-        <otherArchive>http://marc.theaimsgroup.com/?l=log4j-user&amp;r=1&amp;w=2</otherArchive>
+        <otherArchive>http://mail-archives.apache.org/mod_mbox/logging-log4j-user/</otherArchive>
+        <otherArchive>http://marc.info/?l=log4j-user</otherArchive>
         <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.user</otherArchive>
       </otherArchives>
     </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>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
+      <name>dev : development of the logging projects including chainsaw</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>
       <otherArchives>
-        <otherArchive>http://marc.theaimsgroup.com/?l=log4j-dev&amp;r=1&amp;w=2</otherArchive>
-        <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</otherArchive>
+        <otherArchive>http://mail-archives.apache.org/mod_mbox/logging-dev/</otherArchive>
       </otherArchives>
     </mailingList>
+    <mailingList>
+      <name>logging commits : all svn/git commits of the logging projects including chainsaw</name>
+      <subscribe>commits-subscribe@logging.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@logging.apache.org</unsubscribe>
+      <post>Read-Only List</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/logging-commits/</archive>
+    </mailingList>
   </mailingLists>
   <developers>
     <developer>
@@ -90,9 +97,9 @@
     </license>
   </licenses>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/logging/chainsaw/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/chainsaw/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/logging/chainsaw/trunk/</url>
+    <connection>scm:git:http://git-wip-us.apache.org/repos/asf/logging-chainsaw.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-chainsaw.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf?p=logging-chainsaw.git</url>
   </scm>
   <organization>
     <name>Apache Software Foundation</name>