You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2021/08/15 08:41:36 UTC

[felix-dev] branch master updated: Correct scm info

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 04e5554  Correct scm info
04e5554 is described below

commit 04e5554ca6c645b70ca87c80f9523648f99cb934
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Sun Aug 15 10:41:29 2021 +0200

    Correct scm info
---
 systemready/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/systemready/pom.xml b/systemready/pom.xml
index a874fa5..a249cbc 100644
--- a/systemready/pom.xml
+++ b/systemready/pom.xml
@@ -30,9 +30,9 @@
     </properties>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/systemready</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/systemready</developerConnection>
-        <url>http://svn.apache.org/viewvc/felix/trunk/systemready</url>
+        <connection>scm:git:https://github.com/apache/felix-dev.git</connection>
+        <developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
     </scm>
     
     <build>