You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2022/05/05 06:42:45 UTC

[archiva-redback-core] branch redback-2.6.x updated: fix git url

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

olamy pushed a commit to branch redback-2.6.x
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


The following commit(s) were added to refs/heads/redback-2.6.x by this push:
     new fe735f37 fix git url
fe735f37 is described below

commit fe735f37f7414ed0ecab8bffab4eca9a01fbf8ec
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Thu May 5 16:42:32 2022 +1000

    fix git url
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d2af8d08..d37b204f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,8 +57,8 @@
   </modules>
 
   <scm>
-    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva-redback-core.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva-redback-core.git</developerConnection>
+    <connection>scm:git:https://github.com/apache/archiva-redback-core.git</connection>
+    <developerConnection>scm:git:https://github.com/apache/archiva-redback-core.git</developerConnection>
     <url>https://github.com/apache/archiva-redback-core</url>
     <tag>redback-2.6</tag>
   </scm>