From commits-return-1000-apmail-logging-commits-archive=logging.apache.org@logging.apache.org Wed Jul 11 20:36:48 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 37806D774
for ; Wed, 11 Jul 2012 20:36:48 +0000 (UTC)
Received: (qmail 48358 invoked by uid 500); 11 Jul 2012 20:36:48 -0000
Delivered-To: apmail-logging-commits-archive@logging.apache.org
Received: (qmail 48329 invoked by uid 500); 11 Jul 2012 20:36:47 -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 48192 invoked by uid 99); 11 Jul 2012 20:36:47 -0000
Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136)
by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jul 2012 20:36:47 +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; Wed, 11 Jul 2012 20:36:46 +0000
Received: from eris.apache.org (localhost [127.0.0.1])
by eris.apache.org (Postfix) with ESMTP id B7D26238899C;
Wed, 11 Jul 2012 20:36:26 +0000 (UTC)
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Subject: svn commit: r1360385 - in /logging/log4j/log4j2/trunk: api/pom.xml
core/pom.xml jcl-bridge/pom.xml log4j12-api/pom.xml pom.xml
slf4j-impl/pom.xml src/changes/announcement.vm src/site/xdoc/build.xml
src/site/xdoc/index.xml
Date: Wed, 11 Jul 2012 20:36:26 -0000
To: commits@logging.apache.org
From: rgoers@apache.org
X-Mailer: svnmailer-1.0.8-patched
Message-Id: <20120711203626.B7D26238899C@eris.apache.org>
X-Virus-Checked: Checked by ClamAV on apache.org
Author: rgoers
Date: Wed Jul 11 20:36:25 2012
New Revision: 1360385
URL: http://svn.apache.org/viewvc?rev=1360385&view=rev
Log:
documentation updates. Add pmd plugin version to fix warnings
Modified:
logging/log4j/log4j2/trunk/api/pom.xml
logging/log4j/log4j2/trunk/core/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/src/changes/announcement.vm
logging/log4j/log4j2/trunk/src/site/xdoc/build.xml
logging/log4j/log4j2/trunk/src/site/xdoc/index.xml
Modified: logging/log4j/log4j2/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/api/pom.xml?rev=1360385&r1=1360384&r2=1360385&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/api/pom.xml (original)
+++ logging/log4j/log4j2/trunk/api/pom.xml Wed Jul 11 20:36:25 2012
@@ -143,6 +143,7 @@
org.apache.maven.plugins
maven-pmd-plugin
+ ${pmd.plugin.version}
1.5
Modified: logging/log4j/log4j2/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/core/pom.xml?rev=1360385&r1=1360384&r2=1360385&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/core/pom.xml (original)
+++ logging/log4j/log4j2/trunk/core/pom.xml Wed Jul 11 20:36:25 2012
@@ -244,6 +244,7 @@
org.apache.maven.plugins
maven-pmd-plugin
+ ${pmd.plugin.version}
1.5
Modified: logging/log4j/log4j2/trunk/jcl-bridge/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/jcl-bridge/pom.xml?rev=1360385&r1=1360384&r2=1360385&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/jcl-bridge/pom.xml (original)
+++ logging/log4j/log4j2/trunk/jcl-bridge/pom.xml Wed Jul 11 20:36:25 2012
@@ -155,6 +155,7 @@
org.apache.maven.plugins
maven-pmd-plugin
+ ${pmd.plugin.version}
1.5
Modified: logging/log4j/log4j2/trunk/log4j12-api/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j12-api/pom.xml?rev=1360385&r1=1360384&r2=1360385&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j12-api/pom.xml (original)
+++ logging/log4j/log4j2/trunk/log4j12-api/pom.xml Wed Jul 11 20:36:25 2012
@@ -151,6 +151,7 @@
org.apache.maven.plugins
maven-pmd-plugin
+ ${pmd.plugin.version}
1.5
Modified: logging/log4j/log4j2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1360385&r1=1360384&r2=1360385&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Wed Jul 11 20:36:25 2012
@@ -31,7 +31,7 @@
Apache Log4j 2
http://logging.apache.org/log4j/2.0/
- Jira
+ JIRA
http://issues.apache.org/jira/browse/LOG4J2
@@ -98,6 +98,7 @@
*
+ 2.7.1
target/osgi/MANIFEST.MF
1.5
1.5
@@ -202,7 +203,7 @@
org.apache.maven.plugins
maven-pmd-plugin
- 2.7.1
+ ${pmd.plugin.version}
@@ -427,16 +428,21 @@
org.apache.maven.plugins
maven-changes-plugin
- 2.6
+ 2.7.1
announcement.vm
src/changes
true
.
RELEASE-NOTES.txt
-
+
+ changes.xml
+ JIRA
+
+ ${Log4jReleaseVersion}
+
${Log4jReleaseVersion}
-
+
Modified: logging/log4j/log4j2/trunk/slf4j-impl/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/slf4j-impl/pom.xml?rev=1360385&r1=1360384&r2=1360385&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/slf4j-impl/pom.xml (original)
+++ logging/log4j/log4j2/trunk/slf4j-impl/pom.xml Wed Jul 11 20:36:25 2012
@@ -158,6 +158,7 @@
org.apache.maven.plugins
maven-pmd-plugin
+ ${pmd.plugin.version}
1.5
Modified: logging/log4j/log4j2/trunk/src/changes/announcement.vm
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/announcement.vm?rev=1360385&r1=1360384&r2=1360385&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/announcement.vm (original)
+++ logging/log4j/log4j2/trunk/src/changes/announcement.vm Wed Jul 11 20:36:25 2012
@@ -16,9 +16,9 @@
## under the License.
#set($relVersion=$announceParameters.releaseVersion)
- Apache Log4j2 ${releaseVersion} RELEASE NOTES
+ Apache Log4j2 ${relVersion} RELEASE NOTES
-The ${developmentTeam} is pleased to announce the Log4j2 ${releaseVersion} release!
+The ${developmentTeam} is pleased to announce the Log4j2 ${relVersion} release!
Apache Log4j2 ${relVersion} requires a minimum of Java 5 to build and run. Basic compatibility with
Log4j 1.x is provided through the log4j12-api component, however it does not implement some of the
Modified: logging/log4j/log4j2/trunk/src/site/xdoc/build.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/build.xml?rev=1360385&r1=1360384&r2=1360385&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/build.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/build.xml Wed Jul 11 20:36:25 2012
@@ -23,8 +23,27 @@
-
+
+
+
+ Log4j 2.x is hosted in the Apache Software Foundation's subversion repository. Details on obtaining the
+ most current source code can be found at
+ Log4j Source Repository].
+ The source from the latest release may be obtained by downloading it using the instructions at
+ Log4j Downloads.
+
+
+ Log4j 2.x uses Maven 2 or 3 as its build tool. To build Log4j simply run "mvn install" from the root
+ directory.
+
+
+
+ Applications that use Maven can retrieve the artifacts from the Maven Central repository by using
+
+
+
+
Modified: logging/log4j/log4j2/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/index.xml?rev=1360385&r1=1360384&r2=1360385&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/index.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/index.xml Wed Jul 11 20:36:25 2012
@@ -46,7 +46,7 @@
Support for multiple APIs
- While the Log4j 2 API will provide the best performance, support for the SL4J and Commons Logging
+ While the Log4j 2 API will provide the best performance, support for the SLF4J and Commons Logging
APIs are provided.
Automatic Reloading of Configurations
@@ -80,7 +80,7 @@
- Log4j 2 requires Java 5 but has will take advantage of enhancements in Java 6 to improve performance.
+ Log4j 2 requires Java 5 but will take advantage of enhancements in Java 6 to improve performance.
Some features may require optional dependencies. These dependencies are
specified in the documentation for those features.