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 490667a Switch back to https url
490667a is described below
commit 490667a902d19d8d96076017d4b0f16c0c8d5586
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Feb 28 16:02:41 2020 +0100
Switch back to https url
---
configadmin-plugins/interpolation/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configadmin-plugins/interpolation/pom.xml
b/configadmin-plugins/interpolation/pom.xml
index c0a7d7a..7078a1d 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:[email protected]: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>
@@ -128,7 +128,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
+ <version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>