From commits-return-1245-apmail-logging-commits-archive=logging.apache.org@logging.apache.org Sun Oct 7 18:27:50 2012 Return-Path: X-Original-To: apmail-logging-commits-archive@minotaur.apache.org Delivered-To: apmail-logging-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0126AD050 for ; Sun, 7 Oct 2012 18:27:50 +0000 (UTC) Received: (qmail 48069 invoked by uid 500); 7 Oct 2012 18:27:49 -0000 Delivered-To: apmail-logging-commits-archive@logging.apache.org Received: (qmail 48040 invoked by uid 500); 7 Oct 2012 18:27:49 -0000 Mailing-List: contact commits-help@logging.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@logging.apache.org Delivered-To: mailing list commits@logging.apache.org Received: (qmail 48032 invoked by uid 99); 7 Oct 2012 18:27:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2012 18:27:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2012 18:27:48 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 35EEF23889D7; Sun, 7 Oct 2012 18:27:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1395355 - in /logging/log4j/log4j2/trunk: api/pom.xml core/pom.xml dist/pom.xml flume-ng/pom.xml jcl-bridge/pom.xml log4j12-api/pom.xml pom.xml slf4j-impl/pom.xml web/pom.xml Date: Sun, 07 Oct 2012 18:27:04 -0000 To: commits@logging.apache.org From: rgoers@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121007182705.35EEF23889D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rgoers Date: Sun Oct 7 18:27:03 2012 New Revision: 1395355 URL: http://svn.apache.org/viewvc?rev=1395355&view=rev Log: [maven-release-plugin] prepare release log4j-2.0-beta2 Modified: logging/log4j/log4j2/trunk/api/pom.xml logging/log4j/log4j2/trunk/core/pom.xml logging/log4j/log4j2/trunk/dist/pom.xml logging/log4j/log4j2/trunk/flume-ng/pom.xml logging/log4j/log4j2/trunk/jcl-bridge/pom.xml logging/log4j/log4j2/trunk/log4j12-api/pom.xml logging/log4j/log4j2/trunk/pom.xml logging/log4j/log4j2/trunk/slf4j-impl/pom.xml logging/log4j/log4j2/trunk/web/pom.xml Modified: logging/log4j/log4j2/trunk/api/pom.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/api/pom.xml?rev=1395355&r1=1395354&r2=1395355&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/api/pom.xml (original) +++ logging/log4j/log4j2/trunk/api/pom.xml Sun Oct 7 18:27:03 2012 @@ -20,7 +20,7 @@ org.apache.logging.log4j log4j - 2.0-beta2-SNAPSHOT + 2.0-beta2 ../ org.apache.logging.log4j Modified: logging/log4j/log4j2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/core/pom.xml?rev=1395355&r1=1395354&r2=1395355&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/core/pom.xml (original) +++ logging/log4j/log4j2/trunk/core/pom.xml Sun Oct 7 18:27:03 2012 @@ -20,7 +20,7 @@ org.apache.logging.log4j log4j - 2.0-beta2-SNAPSHOT + 2.0-beta2 ../ org.apache.logging.log4j Modified: logging/log4j/log4j2/trunk/dist/pom.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/dist/pom.xml?rev=1395355&r1=1395354&r2=1395355&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/dist/pom.xml (original) +++ logging/log4j/log4j2/trunk/dist/pom.xml Sun Oct 7 18:27:03 2012 @@ -30,7 +30,7 @@ limitations under the License. org.apache.logging.log4j log4j - 2.0-beta2-SNAPSHOT + 2.0-beta2 ../ Modified: logging/log4j/log4j2/trunk/flume-ng/pom.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/flume-ng/pom.xml?rev=1395355&r1=1395354&r2=1395355&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/flume-ng/pom.xml (original) +++ logging/log4j/log4j2/trunk/flume-ng/pom.xml Sun Oct 7 18:27:03 2012 @@ -20,7 +20,7 @@ org.apache.logging.log4j log4j - 2.0-beta2-SNAPSHOT + 2.0-beta2 ../ org.apache.logging.log4j.adapters Modified: logging/log4j/log4j2/trunk/jcl-bridge/pom.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/jcl-bridge/pom.xml?rev=1395355&r1=1395354&r2=1395355&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/jcl-bridge/pom.xml (original) +++ logging/log4j/log4j2/trunk/jcl-bridge/pom.xml Sun Oct 7 18:27:03 2012 @@ -20,7 +20,7 @@ log4j org.apache.logging.log4j - 2.0-beta2-SNAPSHOT + 2.0-beta2 ../ 4.0.0 Modified: logging/log4j/log4j2/trunk/log4j12-api/pom.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j12-api/pom.xml?rev=1395355&r1=1395354&r2=1395355&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/log4j12-api/pom.xml (original) +++ logging/log4j/log4j2/trunk/log4j12-api/pom.xml Sun Oct 7 18:27:03 2012 @@ -20,7 +20,7 @@ org.apache.logging.log4j log4j - 2.0-beta2-SNAPSHOT + 2.0-beta2 ../ org.apache.logging.log4j.adapters Modified: logging/log4j/log4j2/trunk/pom.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1395355&r1=1395354&r2=1395355&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/pom.xml (original) +++ logging/log4j/log4j2/trunk/pom.xml Sun Oct 7 18:27:03 2012 @@ -21,7 +21,7 @@ log4j pom Apache Log4j 2 - 2.0-beta2-SNAPSHOT + 2.0-beta2 org.apache apache @@ -84,9 +84,9 @@ - scm:svn:http://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk - scm:svn:https://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk - http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk + scm:svn:http://svn.apache.org/repos/asf/logging/log4j/log4j2/tags/log4j-2.0-beta2 + scm:svn:https://svn.apache.org/repos/asf/logging/log4j/log4j2/tags/log4j-2.0-beta2 + http://svn.apache.org/viewvc/logging/log4j/log4j2/tags/log4j-2.0-beta2 Apache Software Foundation Modified: logging/log4j/log4j2/trunk/slf4j-impl/pom.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/slf4j-impl/pom.xml?rev=1395355&r1=1395354&r2=1395355&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/slf4j-impl/pom.xml (original) +++ logging/log4j/log4j2/trunk/slf4j-impl/pom.xml Sun Oct 7 18:27:03 2012 @@ -20,7 +20,7 @@ org.apache.logging.log4j log4j - 2.0-beta2-SNAPSHOT + 2.0-beta2 ../ org.apache.logging.log4j.adapters Modified: logging/log4j/log4j2/trunk/web/pom.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/web/pom.xml?rev=1395355&r1=1395354&r2=1395355&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/web/pom.xml (original) +++ logging/log4j/log4j2/trunk/web/pom.xml Sun Oct 7 18:27:03 2012 @@ -20,7 +20,7 @@ org.apache.logging.log4j log4j - 2.0-beta2-SNAPSHOT + 2.0-beta2 ../ org.apache.logging.log4j.adapters