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 f2886410b8 Fix scm info
f2886410b8 is described below
commit f2886410b891bf217aad827d867ec4f5794dad62
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Sat Sep 2 12:05:24 2023 +0200
Fix scm info
---
webconsole-plugins/memoryusage/pom.xml | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/webconsole-plugins/memoryusage/pom.xml
b/webconsole-plugins/memoryusage/pom.xml
index 57750f070d..1fb89592c9 100644
--- a/webconsole-plugins/memoryusage/pom.xml
+++ b/webconsole-plugins/memoryusage/pom.xml
@@ -30,15 +30,9 @@
</description>
<scm>
- <connection>
-
scm:svn:http://svn.apache.org/repos/asf/felix/trunk/webconsole-plugins/memoryusage
- </connection>
- <developerConnection>
-
scm:svn:https://svn.apache.org/repos/asf/felix/trunk/webconsole-plugins/memoryusage
- </developerConnection>
- <url>
-
http://svn.apache.org/viewvc/felix/trunk/webconsole-plugins/memoryusage
- </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>