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 ac63123 Fix typo in developer connection
ac63123 is described below
commit ac63123e30b85c57df242f8c780fc591a50b8796
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Feb 28 16:06:27 2020 +0100
Fix typo in developer connection
---
configadmin-plugins/interpolation/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configadmin-plugins/interpolation/pom.xml
b/configadmin-plugins/interpolation/pom.xml
index 7078a1d..c379cd8 100644
--- a/configadmin-plugins/interpolation/pom.xml
+++ b/configadmin-plugins/interpolation/pom.xml
@@ -42,7 +42,7 @@
<scm>
<connection>scm:git:https://github.com/apache/felix-dev.git</connection>
-
<developerConnection>scm:git:https://github.com:apache/felix-dev.git</developerConnection>
+
<developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
<tag>HEAD</tag>
</scm>