You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2018/12/02 22:12:32 UTC

[logging-log4j-audit] branch master updated: Adjust urls due to move to GitBox

This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit.git


The following commit(s) were added to refs/heads/master by this push:
     new 69fac3d  Adjust urls due to move to GitBox
69fac3d is described below

commit 69fac3dcd9012be8e62d5fe138c5f469e4e31a42
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sun Dec 2 15:12:23 2018 -0700

    Adjust urls due to move to GitBox
---
 README.md                                                           | 2 +-
 .../logging/log4j/catalog/git/config/ApplicationConfiguration.java  | 2 +-
 pom.xml                                                             | 6 +++---
 src/site/xdoc/gettingStarted.xml.vm                                 | 4 ++--
 src/site/xdoc/guidelines.xml                                        | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 87cda31..06c2f95 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Log4j Audit is not entirely usable by itself. Users of Log4j Audit must have a G
 catalog which will contain the Java Interfaces for the events defined in the catalog after a build is performed. They
 will need to modify the Audit Service provided with Log4j Audit to include the JSON catalog (by including the 
 just discussed Git project as a dependency) and configuring the Audit Service as desired. The 
-[Log4j Audit Samples](https://git-wip-us.apache.org/repos/asf?p=logging-log4j-audit-sample.git;a=tree) is a
+[Log4j Audit Samples](https://github.com/apache/logging-log4j-audit-sample) is a
 sample project that illustrates how to perform these tasks.
 
 ## Pull Requests on Github
diff --git a/log4j-catalog/log4j-catalog-git/src/test/java/org/apache/logging/log4j/catalog/git/config/ApplicationConfiguration.java b/log4j-catalog/log4j-catalog-git/src/test/java/org/apache/logging/log4j/catalog/git/config/ApplicationConfiguration.java
index f8ae7b5..6a7c786 100644
--- a/log4j-catalog/log4j-catalog-git/src/test/java/org/apache/logging/log4j/catalog/git/config/ApplicationConfiguration.java
+++ b/log4j-catalog/log4j-catalog-git/src/test/java/org/apache/logging/log4j/catalog/git/config/ApplicationConfiguration.java
@@ -39,7 +39,7 @@ public class ApplicationConfiguration {
     public GitCatalogDao catalogDao() {
         String tempDir = System.getProperty("java.io.tmpdir");
         gitLocalRepoPath = tempDir + "/audit/catalog";
-        gitRemoteRepoUri = "https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git";
+        gitRemoteRepoUri = "https://github.com/apache/logging-log4j-audit-sample.git";
         File file = new File(gitLocalRepoPath);
         File parent = file.getParentFile();
         parent.mkdirs();
diff --git a/pom.xml b/pom.xml
index 34c9ea8..dd4bfa6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,9 +95,9 @@
     </license>
   </licenses>
   <scm>
-    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git</developerConnection>
-    <url>https://git-wip-us.apache.org/repos/asf?p=logging-log4j-audit.git;a=summary</url>
+    <connection>scm:git:https://github.com/apache/logging-log4j-audit-sample.git</connection>
+    <developerConnection>scm:git:https://github.com/apache/logging-log4j-audit-sample.git</developerConnection>
+    <url>https://github.com/apache/logging-log4j-audit-sample</url>
     <tag>HEAD</tag>
   </scm>
   <organization>
diff --git a/src/site/xdoc/gettingStarted.xml.vm b/src/site/xdoc/gettingStarted.xml.vm
index 02592db..4c1ebd6 100644
--- a/src/site/xdoc/gettingStarted.xml.vm
+++ b/src/site/xdoc/gettingStarted.xml.vm
@@ -198,7 +198,7 @@
             repository when using HTTP or HTTPS. If the credentials or pass phrase are not provided typically you
             will be able to view the catalog but not update it.
             <pre><code>
-              remoteRepoUrl=https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git
+              remoteRepoUrl=https://github.com/apache/logging-log4j-audit-sample.git
               remoteRepoCatalogPath=audit-service-api/src/main/resources/catalog.json
               branch=<![CDATA[<branchname>]]>
               gitUserName=
@@ -239,7 +239,7 @@
              repository when using HTTP or HTTPS. If the credentials or pass phrase are not provided typically you
              will be able to view the catalog but not update it.
               <pre><code>
-    remoteRepoUrl=https://git-wip-us.apache.org/repos/asf/logging-log4j-audit-sample.git  
+    remoteRepoUrl=https://github.com/apache/logging-log4j-audit-sample.git
     remoteRepoCatalogPath=audit-service-api/src/main/resources/catalog.json
     branch=<![CDATA[<branchname>]]>
     gitUserName=  
diff --git a/src/site/xdoc/guidelines.xml b/src/site/xdoc/guidelines.xml
index 3c18861..f3c6052 100644
--- a/src/site/xdoc/guidelines.xml
+++ b/src/site/xdoc/guidelines.xml
@@ -92,7 +92,7 @@
         <dd>All of the Apache products are maintained in information
           repositories using either Subversion or Git; Log4j uses <a href="source-repository.html">Git</a>. Only some of the
           Apache developers have write access to the Apache Logging repositories; everyone
-          has <a href="https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=summary">read access</a>.</dd>
+          has <a href="https://github.com/apache/logging-log4j2">read access</a>.</dd>
       </dl>
       </subsection>
       <a name="issues"/>