You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Apache <ra...@dslextreme.com> on 2017/01/22 00:42:51 UTC

Fwd: [2/2] logging-log4j2 git commit: Use https URLs in pom

I am going to revert the change to the url in the license header as it breaks RAT.

Ralph

> Begin forwarded message:
> 
> From: mattsicker@apache.org
> Subject: [2/2] logging-log4j2 git commit: Use https URLs in pom
> Date: January 21, 2017 at 1:40:16 PM MST
> To: commits@logging.apache.org
> Reply-To: dev@logging.apache.org
> 
> Use https URLs in pom
> 
> 
> Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
> Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/15ae9d0b
> Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/15ae9d0b
> Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/15ae9d0b
> 
> Branch: refs/heads/master
> Commit: 15ae9d0b5d0a4475b1b533faa0cccd3a8ca22d8a
> Parents: e1c052b
> Author: Matt Sicker <bo...@gmail.com>
> Authored: Sat Jan 21 14:40:45 2017 -0600
> Committer: Matt Sicker <bo...@gmail.com>
> Committed: Sat Jan 21 14:40:45 2017 -0600
> 
> ----------------------------------------------------------------------
> pom.xml | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/15ae9d0b/pom.xml
> ----------------------------------------------------------------------
> diff --git a/pom.xml b/pom.xml
> index bd5c4a4..f9addea 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -7,7 +7,7 @@
>   ~ (the "License"); you may not use this file except in compliance with
>   ~ the License. You may obtain a copy of the License at
>   ~
> -  ~      http://www.apache.org/licenses/LICENSE-2.0
> +  ~      https://www.apache.org/licenses/LICENSE-2.0
>   ~
>   ~ Unless required by applicable law or agreed to in writing, software
>   ~ distributed under the License is distributed on an "AS IS" BASIS,
> @@ -30,7 +30,7 @@
>     <version>9</version>
>   </parent>
>   <description>Apache Log4j 2</description>
> -  <url>http://logging.apache.org/log4j/2.x/</url>
> +  <url>https://logging.apache.org/log4j/2.x/</url>
>   <issueManagement>
>     <system>JIRA</system>
>     <url>https://issues.apache.org/jira/browse/LOG4J2</url>
> @@ -167,12 +167,12 @@
>   <licenses>
>     <license>
>       <name>The Apache Software License, Version 2.0</name>
> -      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
> +      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
>       <distribution>repo</distribution>
>     </license>
>   </licenses>
>   <scm>
> -    <connection>scm:git:http://git-wip-us.apache.org/repos/asf/logging-log4j2.git</connection>
> +    <connection>scm:git:https://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>
>     <tag>log4j-${Log4jReleaseVersion}</tag>
> @@ -180,7 +180,7 @@
>   <!-- TODO: this can be removed after migrating to logging-parent -->
>   <organization>
>     <name>Apache Software Foundation</name>
> -    <url>http://www.apache.org</url>
> +    <url>https://www.apache.org</url>
>   </organization>
>   <properties>
>     <!-- make sure to update these for each release! -->
> 
> 


Re: [2/2] logging-log4j2 git commit: Use https URLs in pom

Posted by Matt Sicker <bo...@gmail.com>.
Oh whoops, didn't notice that!

On 21 January 2017 at 18:42, Apache <ra...@dslextreme.com> wrote:

> I am going to revert the change to the url in the license header as it
> breaks RAT.
>
> Ralph
>
> Begin forwarded message:
>
> *From: *mattsicker@apache.org
> *Subject: **[2/2] logging-log4j2 git commit: Use https URLs in pom*
> *Date: *January 21, 2017 at 1:40:16 PM MST
> *To: *commits@logging.apache.org
> *Reply-To: *dev@logging.apache.org
>
> Use https URLs in pom
>
>
> Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
> Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/
> commit/15ae9d0b
> Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/15ae9d0b
> Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/15ae9d0b
>
> Branch: refs/heads/master
> Commit: 15ae9d0b5d0a4475b1b533faa0cccd3a8ca22d8a
> Parents: e1c052b
> Author: Matt Sicker <bo...@gmail.com>
> Authored: Sat Jan 21 14:40:45 2017 -0600
> Committer: Matt Sicker <bo...@gmail.com>
> Committed: Sat Jan 21 14:40:45 2017 -0600
>
> ----------------------------------------------------------------------
> pom.xml | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/
> 15ae9d0b/pom.xml
> ----------------------------------------------------------------------
> diff --git a/pom.xml b/pom.xml
> index bd5c4a4..f9addea 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -7,7 +7,7 @@
>   ~ (the "License"); you may not use this file except in compliance with
>   ~ the License. You may obtain a copy of the License at
>   ~
> -  ~      http://www.apache.org/licenses/LICENSE-2.0
> +  ~      https://www.apache.org/licenses/LICENSE-2.0
>   ~
>   ~ Unless required by applicable law or agreed to in writing, software
>   ~ distributed under the License is distributed on an "AS IS" BASIS,
> @@ -30,7 +30,7 @@
>     <version>9</version>
>   </parent>
>   <description>Apache Log4j 2</description>
> -  <url>http://logging.apache.org/log4j/2.x/</url>
> +  <url>https://logging.apache.org/log4j/2.x/</url>
>   <issueManagement>
>     <system>JIRA</system>
>     <url>https://issues.apache.org/jira/browse/LOG4J2</url>
> @@ -167,12 +167,12 @@
>   <licenses>
>     <license>
>       <name>The Apache Software License, Version 2.0</name>
> -      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
> +      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
>       <distribution>repo</distribution>
>     </license>
>   </licenses>
>   <scm>
> -    <connection>scm:git:http://git-wip-us.apache.org/repos/
> asf/logging-log4j2.git</connection>
> +    <connection>scm:git:https://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>
>     <tag>log4j-${Log4jReleaseVersion}</tag>
> @@ -180,7 +180,7 @@
>   <!-- TODO: this can be removed after migrating to logging-parent -->
>   <organization>
>     <name>Apache Software Foundation</name>
> -    <url>http://www.apache.org</url>
> +    <url>https://www.apache.org</url>
>   </organization>
>   <properties>
>     <!-- make sure to update these for each release! -->
>
>
>
>


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