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 5ffdce8 Switch to ssh url for developers
5ffdce8 is described below
commit 5ffdce839c4288ff24c45b5e4e1964b7d9417bc7
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Feb 28 07:37:26 2020 +0100
Switch to ssh url for developers
---
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 d1ba533..e7aa850 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:[email protected]:apache/felix-dev.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
</scm>