This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-extensions-slf4j-mdc.git
commit ebc88617313ad0b41003d960f0fd18f85e787f77 Author: Chetan Mehrotra <[email protected]> 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@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 "[email protected]" <[email protected]>.
