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