You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/08/30 04:31:38 UTC

[1/7] git commit: [maven-release-plugin] copy for tag log4j-2.0.2

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 44391868e -> ab3a64e23


[maven-release-plugin]  copy for tag log4j-2.0.2

git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/log4j2/tags/log4j-2.0.2@1618451 13f79535-47bb-0310-9956-ffa450edef68


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

Branch: refs/heads/master
Commit: 5a85e38c10b68ee98785fb0d212afb4abf4f42e9
Parents: 794a18e
Author: mattsicker <ma...@unknown>
Authored: Sun Aug 17 03:37:08 2014 +0000
Committer: mattsicker <ma...@unknown>
Committed: Sun Aug 17 03:37:08 2014 +0000

----------------------------------------------------------------------

----------------------------------------------------------------------



[6/7] git commit: Update SCM URLs for website part.

Posted by ma...@apache.org.
Update SCM URLs for website part.


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

Branch: refs/heads/master
Commit: feb2cc4ab290dc633e3ab442fa2bba70b45bd080
Parents: 066e185
Author: Matt Sicker <ma...@apache.org>
Authored: Fri Aug 29 19:02:20 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Fri Aug 29 19:02:20 2014 -0500

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/feb2cc4a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cb6f0e5..0d229ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -900,9 +900,9 @@
           </reportSet>
         </reportSets>
         <configuration>
-          <webAccessUrl>https://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk${projectDir}</webAccessUrl>
-          <anonymousConnection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk${projectDir}</anonymousConnection>
-          <developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk${projectDir}</developerConnection>
+          <webAccessUrl>https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=summary</webAccessUrl>
+          <anonymousConnection>scm:git:http://git-wip-us.apache.org/repos/asf/logging-log4j2.git</anonymousConnection>
+          <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4j2.git</developerConnection>
         </configuration>
       </plugin>
       <!-- Surefire report -->


[7/7] git commit: Merge branch 'updated-site-2.0.2'

Posted by ma...@apache.org.
Merge branch 'updated-site-2.0.2'

Conflicts:
	log4j-bom/pom.xml
	pom.xml


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

Branch: refs/heads/master
Commit: ab3a64e235f15f3d6680214bb0401c5f52e4a41b
Parents: 4439186 feb2cc4
Author: Matt Sicker <ma...@apache.org>
Authored: Fri Aug 29 21:31:30 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Fri Aug 29 21:31:30 2014 -0500

----------------------------------------------------------------------
 pom.xml                      | 14 +++++++-------
 src/site/apt/download.apt.vm |  5 +++--
 src/site/xdoc/javadoc.xml    |  8 ++++++++
 3 files changed, 18 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ab3a64e2/pom.xml
----------------------------------------------------------------------


[4/7] git commit: Add missing javadoc links.

Posted by ma...@apache.org.
Add missing javadoc links.

  - Needs to be cherry-picked into master as well.


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

Branch: refs/heads/master
Commit: a2c18b61c9ecef101ff2e8be5932bb70cf77be98
Parents: eb01c29
Author: Matt Sicker <ma...@apache.org>
Authored: Fri Aug 29 18:56:29 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Fri Aug 29 18:56:29 2014 -0500

----------------------------------------------------------------------
 src/site/xdoc/javadoc.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a2c18b61/src/site/xdoc/javadoc.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/javadoc.xml b/src/site/xdoc/javadoc.xml
index 762a1e7..6584220 100644
--- a/src/site/xdoc/javadoc.xml
+++ b/src/site/xdoc/javadoc.xml
@@ -86,6 +86,14 @@
           <td><a href="log4j-jmx-gui/apidocs/index.html">Log4j JMX GUI</a></td>
           <td>A Java Swing-based client for remotely viewing the status logger and editing the Log4j configuration.</td>
         </tr>
+        <tr>
+          <td><a href="log4j-web/apidocs/index.html">Log4j Web Application Support</a></td>
+          <td>Additional classes that enable multiple configurations within a Servlet Container.</td>
+        </tr>
+        <tr>
+          <td><a href="log4j-nosql/apidocs/index.html">Log4j NoSQL Support</a></td>
+          <td>Additional Appenders for NoSQL databases such as MongoDB and CouchDB.</td>
+        </tr>
       </table>
     </section>
   </body>


[2/7] git commit: Fix missing groupId element.

Posted by ma...@apache.org.
Fix missing groupId element.


git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/log4j2/tags/log4j-2.0.2@1618456 13f79535-47bb-0310-9956-ffa450edef68


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

Branch: refs/heads/master
Commit: 4eb3cf16d99f0332878b1b57f2b22b0fd737602f
Parents: 5a85e38
Author: mattsicker <ma...@unknown>
Authored: Sun Aug 17 05:20:10 2014 +0000
Committer: mattsicker <ma...@unknown>
Committed: Sun Aug 17 05:20:10 2014 +0000

----------------------------------------------------------------------
 log4j-bom/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4eb3cf16/log4j-bom/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-bom/pom.xml b/log4j-bom/pom.xml
index c786b0e..1803d4e 100644
--- a/log4j-bom/pom.xml
+++ b/log4j-bom/pom.xml
@@ -8,6 +8,7 @@
   <modelVersion>4.0.0</modelVersion>
   <name>Apache Log4j 2 BOM</name>
   <description>Apache Log4j 2 Bill of Material</description>
+  <groupId>org.apache.logging.log4j</groupId>
   <artifactId>log4j-bom</artifactId>
   <version>2.0.2</version>
   <packaging>pom</packaging>


Re: [5/7] git commit: Note correct signing key for distribution.

Posted by Matt Sicker <bo...@gmail.com>.
Well it'd be a separate part of signing release artifacts. It would be the
built-in JAR signing rather than the GPG signing we currently do. I think
you can use both.


On 30 August 2014 11:04, Scott Deboy <sc...@gmail.com> wrote:

> Chainsaw is actually the immediate need for the code signing cert.
>
> Scott
>  On Aug 29, 2014 9:19 PM, "Ralph Goers" <ra...@dslextreme.com>
> wrote:
>
>> Why can’t it be used to sign release artifacts?
>>
>> Ralph
>>
>> On Aug 29, 2014, at 7:55 PM, Matt Sicker <bo...@gmail.com> wrote:
>>
>> Oh that's definitely a different signing key. That's supposed to make it
>> possible for Log4j to be embedded in Java WebStart and Applet programs that
>> all rely on code signing for general security. I believe the idea is that
>> the code can be signed by some build server during release to prevent
>> leaking our key.
>>
>>
>> On 29 August 2014 21:51, Ralph Goers <ra...@dslextreme.com> wrote:
>>
>>> What is the story with the ASF code signing key. Matt, I noticed that
>>> you added Log4j 2 to the Jira issue.
>>>
>>> Ralph
>>>
>>> On Aug 29, 2014, at 7:31 PM, mattsicker@apache.org wrote:
>>>
>>> > Note correct signing key for distribution.
>>> >
>>> >
>>> > Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
>>> > Commit:
>>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/066e1855
>>> > Tree:
>>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/066e1855
>>> > Diff:
>>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/066e1855
>>> >
>>> > Branch: refs/heads/master
>>> > Commit: 066e1855e7ed4a349904809f4bd866aa9ca85a2e
>>> > Parents: a2c18b6
>>> > Author: Matt Sicker <ma...@apache.org>
>>> > Authored: Fri Aug 29 18:56:46 2014 -0500
>>> > Committer: Matt Sicker <ma...@apache.org>
>>> > Committed: Fri Aug 29 18:56:46 2014 -0500
>>> >
>>> > ----------------------------------------------------------------------
>>> > src/site/apt/download.apt.vm | 5 +++--
>>> > 1 file changed, 3 insertions(+), 2 deletions(-)
>>> > ----------------------------------------------------------------------
>>> >
>>> >
>>> >
>>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/066e1855/src/site/apt/download.apt.vm
>>> > ----------------------------------------------------------------------
>>> > diff --git a/src/site/apt/download.apt.vm
>>> b/src/site/apt/download.apt.vm
>>> > index dea8abc..e4b2f26 100644
>>> > --- a/src/site/apt/download.apt.vm
>>> > +++ b/src/site/apt/download.apt.vm
>>> > @@ -54,7 +54,8 @@ Download Apache Log4j 2
>>> > % gpg --verify apache-log4j-${Log4jReleaseVersion}-bin.tar.gz.asc
>>> > ---
>>> >
>>> > -    Apache Log4j 2 is signed by Ralph Goers  B3D8E1BA
>>> > +~~    Apache Log4j 2 is signed by Ralph Goers  B3D8E1BA
>>> > +    Apache Log4j ${Log4jReleaseVersion} is signed by Matt Sicker
>>> (FA1C814D)
>>> >
>>> >     Alternatively, you can verify the MD5 signature on the files. A
>>> unix program called md5 or md5sum is included
>>> >     in many unix distributions.
>>> > @@ -76,4 +77,4 @@ log4j-api-${Log4jReleaseVersion}.jar
>>> > log4j-core-${Log4jReleaseVersion}.jar
>>> > ---
>>> >
>>> > -  You can do this from the command line or a manifest file.
>>> > \ No newline at end of file
>>> > +  You can do this from the command line or a manifest file.
>>> >
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
>>> For additional commands, e-mail: log4j-dev-help@logging.apache.org
>>>
>>>
>>
>>
>> --
>> Matt Sicker <bo...@gmail.com>
>>
>>
>>


-- 
Matt Sicker <bo...@gmail.com>

Re: [5/7] git commit: Note correct signing key for distribution.

Posted by Scott Deboy <sc...@gmail.com>.
Chainsaw is actually the immediate need for the code signing cert.

Scott
 On Aug 29, 2014 9:19 PM, "Ralph Goers" <ra...@dslextreme.com> wrote:

> Why can’t it be used to sign release artifacts?
>
> Ralph
>
> On Aug 29, 2014, at 7:55 PM, Matt Sicker <bo...@gmail.com> wrote:
>
> Oh that's definitely a different signing key. That's supposed to make it
> possible for Log4j to be embedded in Java WebStart and Applet programs that
> all rely on code signing for general security. I believe the idea is that
> the code can be signed by some build server during release to prevent
> leaking our key.
>
>
> On 29 August 2014 21:51, Ralph Goers <ra...@dslextreme.com> wrote:
>
>> What is the story with the ASF code signing key. Matt, I noticed that you
>> added Log4j 2 to the Jira issue.
>>
>> Ralph
>>
>> On Aug 29, 2014, at 7:31 PM, mattsicker@apache.org wrote:
>>
>> > Note correct signing key for distribution.
>> >
>> >
>> > Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
>> > Commit:
>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/066e1855
>> > Tree:
>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/066e1855
>> > Diff:
>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/066e1855
>> >
>> > Branch: refs/heads/master
>> > Commit: 066e1855e7ed4a349904809f4bd866aa9ca85a2e
>> > Parents: a2c18b6
>> > Author: Matt Sicker <ma...@apache.org>
>> > Authored: Fri Aug 29 18:56:46 2014 -0500
>> > Committer: Matt Sicker <ma...@apache.org>
>> > Committed: Fri Aug 29 18:56:46 2014 -0500
>> >
>> > ----------------------------------------------------------------------
>> > src/site/apt/download.apt.vm | 5 +++--
>> > 1 file changed, 3 insertions(+), 2 deletions(-)
>> > ----------------------------------------------------------------------
>> >
>> >
>> >
>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/066e1855/src/site/apt/download.apt.vm
>> > ----------------------------------------------------------------------
>> > diff --git a/src/site/apt/download.apt.vm b/src/site/apt/download.apt.vm
>> > index dea8abc..e4b2f26 100644
>> > --- a/src/site/apt/download.apt.vm
>> > +++ b/src/site/apt/download.apt.vm
>> > @@ -54,7 +54,8 @@ Download Apache Log4j 2
>> > % gpg --verify apache-log4j-${Log4jReleaseVersion}-bin.tar.gz.asc
>> > ---
>> >
>> > -    Apache Log4j 2 is signed by Ralph Goers  B3D8E1BA
>> > +~~    Apache Log4j 2 is signed by Ralph Goers  B3D8E1BA
>> > +    Apache Log4j ${Log4jReleaseVersion} is signed by Matt Sicker
>> (FA1C814D)
>> >
>> >     Alternatively, you can verify the MD5 signature on the files. A
>> unix program called md5 or md5sum is included
>> >     in many unix distributions.
>> > @@ -76,4 +77,4 @@ log4j-api-${Log4jReleaseVersion}.jar
>> > log4j-core-${Log4jReleaseVersion}.jar
>> > ---
>> >
>> > -  You can do this from the command line or a manifest file.
>> > \ No newline at end of file
>> > +  You can do this from the command line or a manifest file.
>> >
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
>> For additional commands, e-mail: log4j-dev-help@logging.apache.org
>>
>>
>
>
> --
> Matt Sicker <bo...@gmail.com>
>
>
>

Re: [5/7] git commit: Note correct signing key for distribution.

Posted by Ralph Goers <ra...@dslextreme.com>.
Why can’t it be used to sign release artifacts?

Ralph

On Aug 29, 2014, at 7:55 PM, Matt Sicker <bo...@gmail.com> wrote:

> Oh that's definitely a different signing key. That's supposed to make it possible for Log4j to be embedded in Java WebStart and Applet programs that all rely on code signing for general security. I believe the idea is that the code can be signed by some build server during release to prevent leaking our key.
> 
> 
> On 29 August 2014 21:51, Ralph Goers <ra...@dslextreme.com> wrote:
> What is the story with the ASF code signing key. Matt, I noticed that you added Log4j 2 to the Jira issue.
> 
> Ralph
> 
> On Aug 29, 2014, at 7:31 PM, mattsicker@apache.org wrote:
> 
> > Note correct signing key for distribution.
> >
> >
> > Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
> > Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/066e1855
> > Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/066e1855
> > Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/066e1855
> >
> > Branch: refs/heads/master
> > Commit: 066e1855e7ed4a349904809f4bd866aa9ca85a2e
> > Parents: a2c18b6
> > Author: Matt Sicker <ma...@apache.org>
> > Authored: Fri Aug 29 18:56:46 2014 -0500
> > Committer: Matt Sicker <ma...@apache.org>
> > Committed: Fri Aug 29 18:56:46 2014 -0500
> >
> > ----------------------------------------------------------------------
> > src/site/apt/download.apt.vm | 5 +++--
> > 1 file changed, 3 insertions(+), 2 deletions(-)
> > ----------------------------------------------------------------------
> >
> >
> > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/066e1855/src/site/apt/download.apt.vm
> > ----------------------------------------------------------------------
> > diff --git a/src/site/apt/download.apt.vm b/src/site/apt/download.apt.vm
> > index dea8abc..e4b2f26 100644
> > --- a/src/site/apt/download.apt.vm
> > +++ b/src/site/apt/download.apt.vm
> > @@ -54,7 +54,8 @@ Download Apache Log4j 2
> > % gpg --verify apache-log4j-${Log4jReleaseVersion}-bin.tar.gz.asc
> > ---
> >
> > -    Apache Log4j 2 is signed by Ralph Goers  B3D8E1BA
> > +~~    Apache Log4j 2 is signed by Ralph Goers  B3D8E1BA
> > +    Apache Log4j ${Log4jReleaseVersion} is signed by Matt Sicker (FA1C814D)
> >
> >     Alternatively, you can verify the MD5 signature on the files. A unix program called md5 or md5sum is included
> >     in many unix distributions.
> > @@ -76,4 +77,4 @@ log4j-api-${Log4jReleaseVersion}.jar
> > log4j-core-${Log4jReleaseVersion}.jar
> > ---
> >
> > -  You can do this from the command line or a manifest file.
> > \ No newline at end of file
> > +  You can do this from the command line or a manifest file.
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
> For additional commands, e-mail: log4j-dev-help@logging.apache.org
> 
> 
> 
> 
> -- 
> Matt Sicker <bo...@gmail.com>


Re: [5/7] git commit: Note correct signing key for distribution.

Posted by Matt Sicker <bo...@gmail.com>.
Oh that's definitely a different signing key. That's supposed to make it
possible for Log4j to be embedded in Java WebStart and Applet programs that
all rely on code signing for general security. I believe the idea is that
the code can be signed by some build server during release to prevent
leaking our key.


On 29 August 2014 21:51, Ralph Goers <ra...@dslextreme.com> wrote:

> What is the story with the ASF code signing key. Matt, I noticed that you
> added Log4j 2 to the Jira issue.
>
> Ralph
>
> On Aug 29, 2014, at 7:31 PM, mattsicker@apache.org wrote:
>
> > Note correct signing key for distribution.
> >
> >
> > Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
> > Commit:
> http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/066e1855
> > Tree:
> http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/066e1855
> > Diff:
> http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/066e1855
> >
> > Branch: refs/heads/master
> > Commit: 066e1855e7ed4a349904809f4bd866aa9ca85a2e
> > Parents: a2c18b6
> > Author: Matt Sicker <ma...@apache.org>
> > Authored: Fri Aug 29 18:56:46 2014 -0500
> > Committer: Matt Sicker <ma...@apache.org>
> > Committed: Fri Aug 29 18:56:46 2014 -0500
> >
> > ----------------------------------------------------------------------
> > src/site/apt/download.apt.vm | 5 +++--
> > 1 file changed, 3 insertions(+), 2 deletions(-)
> > ----------------------------------------------------------------------
> >
> >
> >
> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/066e1855/src/site/apt/download.apt.vm
> > ----------------------------------------------------------------------
> > diff --git a/src/site/apt/download.apt.vm b/src/site/apt/download.apt.vm
> > index dea8abc..e4b2f26 100644
> > --- a/src/site/apt/download.apt.vm
> > +++ b/src/site/apt/download.apt.vm
> > @@ -54,7 +54,8 @@ Download Apache Log4j 2
> > % gpg --verify apache-log4j-${Log4jReleaseVersion}-bin.tar.gz.asc
> > ---
> >
> > -    Apache Log4j 2 is signed by Ralph Goers  B3D8E1BA
> > +~~    Apache Log4j 2 is signed by Ralph Goers  B3D8E1BA
> > +    Apache Log4j ${Log4jReleaseVersion} is signed by Matt Sicker
> (FA1C814D)
> >
> >     Alternatively, you can verify the MD5 signature on the files. A unix
> program called md5 or md5sum is included
> >     in many unix distributions.
> > @@ -76,4 +77,4 @@ log4j-api-${Log4jReleaseVersion}.jar
> > log4j-core-${Log4jReleaseVersion}.jar
> > ---
> >
> > -  You can do this from the command line or a manifest file.
> > \ No newline at end of file
> > +  You can do this from the command line or a manifest file.
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
> For additional commands, e-mail: log4j-dev-help@logging.apache.org
>
>


-- 
Matt Sicker <bo...@gmail.com>

Re: [5/7] git commit: Note correct signing key for distribution.

Posted by Ralph Goers <ra...@dslextreme.com>.
What is the story with the ASF code signing key. Matt, I noticed that you added Log4j 2 to the Jira issue.

Ralph

On Aug 29, 2014, at 7:31 PM, mattsicker@apache.org wrote:

> Note correct signing key for distribution.
> 
> 
> Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
> Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/066e1855
> Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/066e1855
> Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/066e1855
> 
> Branch: refs/heads/master
> Commit: 066e1855e7ed4a349904809f4bd866aa9ca85a2e
> Parents: a2c18b6
> Author: Matt Sicker <ma...@apache.org>
> Authored: Fri Aug 29 18:56:46 2014 -0500
> Committer: Matt Sicker <ma...@apache.org>
> Committed: Fri Aug 29 18:56:46 2014 -0500
> 
> ----------------------------------------------------------------------
> src/site/apt/download.apt.vm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/066e1855/src/site/apt/download.apt.vm
> ----------------------------------------------------------------------
> diff --git a/src/site/apt/download.apt.vm b/src/site/apt/download.apt.vm
> index dea8abc..e4b2f26 100644
> --- a/src/site/apt/download.apt.vm
> +++ b/src/site/apt/download.apt.vm
> @@ -54,7 +54,8 @@ Download Apache Log4j 2
> % gpg --verify apache-log4j-${Log4jReleaseVersion}-bin.tar.gz.asc
> ---
> 
> -    Apache Log4j 2 is signed by Ralph Goers  B3D8E1BA
> +~~    Apache Log4j 2 is signed by Ralph Goers  B3D8E1BA
> +    Apache Log4j ${Log4jReleaseVersion} is signed by Matt Sicker (FA1C814D)
> 
>     Alternatively, you can verify the MD5 signature on the files. A unix program called md5 or md5sum is included
>     in many unix distributions.
> @@ -76,4 +77,4 @@ log4j-api-${Log4jReleaseVersion}.jar
> log4j-core-${Log4jReleaseVersion}.jar
> ---
> 
> -  You can do this from the command line or a manifest file.
> \ No newline at end of file
> +  You can do this from the command line or a manifest file.
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


[5/7] git commit: Note correct signing key for distribution.

Posted by ma...@apache.org.
Note correct signing key for distribution.


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

Branch: refs/heads/master
Commit: 066e1855e7ed4a349904809f4bd866aa9ca85a2e
Parents: a2c18b6
Author: Matt Sicker <ma...@apache.org>
Authored: Fri Aug 29 18:56:46 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Fri Aug 29 18:56:46 2014 -0500

----------------------------------------------------------------------
 src/site/apt/download.apt.vm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/066e1855/src/site/apt/download.apt.vm
----------------------------------------------------------------------
diff --git a/src/site/apt/download.apt.vm b/src/site/apt/download.apt.vm
index dea8abc..e4b2f26 100644
--- a/src/site/apt/download.apt.vm
+++ b/src/site/apt/download.apt.vm
@@ -54,7 +54,8 @@ Download Apache Log4j 2
 % gpg --verify apache-log4j-${Log4jReleaseVersion}-bin.tar.gz.asc
 ---
 
-    Apache Log4j 2 is signed by Ralph Goers  B3D8E1BA
+~~    Apache Log4j 2 is signed by Ralph Goers  B3D8E1BA
+    Apache Log4j ${Log4jReleaseVersion} is signed by Matt Sicker (FA1C814D)
 
     Alternatively, you can verify the MD5 signature on the files. A unix program called md5 or md5sum is included
     in many unix distributions.
@@ -76,4 +77,4 @@ log4j-api-${Log4jReleaseVersion}.jar
 log4j-core-${Log4jReleaseVersion}.jar
 ---
 
-  You can do this from the command line or a manifest file.
\ No newline at end of file
+  You can do this from the command line or a manifest file.


[3/7] git commit: Update SCM URLs to Git.

Posted by ma...@apache.org.
Update SCM URLs to Git.


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

Branch: refs/heads/master
Commit: eb01c29ca960900945eb31e8c5029eb58621aa1c
Parents: 4eb3cf1
Author: Matt Sicker <ma...@apache.org>
Authored: Fri Aug 29 18:28:44 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Fri Aug 29 18:28:44 2014 -0500

----------------------------------------------------------------------
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/eb01c29c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index afa275a..cb6f0e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,9 +141,9 @@
     </license>
   </licenses>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/log4j2/tags/log4j-2.0.2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/log4j2/tags/log4j-2.0.2</developerConnection>
-    <url>http://svn.apache.org/viewvc/logging/log4j/log4j2/tags/log4j-2.0.2</url>
+    <connection>scm:git:http://git-wip-us.apache.org/repos/asf/logging-log4j2.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4j2.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=summary</url>
   </scm>
   <organization>
     <name>Apache Software Foundation</name>
@@ -887,7 +887,7 @@
             <reports>
               <report>index</report>
               <report>dependencies</report>
-              <report>dependency-info</report>              
+              <report>dependency-info</report>
               <report>dependency-convergence</report>
               <report>dependency-management</report>
               <report>project-team</report>