You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:33:48 UTC

[sling-org-apache-sling-extensions-slf4j-mdc] 04/07: SLING-3048 - Filter to populate SLF4J MDC with request details

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.extensions.slf4j.mdc-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-extensions-slf4j-mdc.git

commit e149866b7aa28250a10e03a409934d1b7a1a4ca2
Author: Chetan Mehrotra <ch...@apache.org>
AuthorDate: Thu May 15 06:15:36 2014 +0000

    SLING-3048 - Filter to populate SLF4J MDC with request details
    
    Preparing for release. Fixing the xml formatting and adding scm information
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/slf4j-mdc@1594780 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e254998..46fa0a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,7 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
     <parent>
@@ -38,6 +37,13 @@
         from requests and adds them to the MDC
     </description>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/slf4j-mdc</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/slf4j-mdc
+    </developerConnection>
+    <url>http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/slf4j-mdc</url>
+  </scm>
+
     <properties>
       <pax-exam.version>3.0.0</pax-exam.version>
       <bundle.build.name>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.