From 647df05d4240a87646e5a61c5685ab0a9124daa3 Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@openam.org.ru>
Date: Tue, 20 Feb 2018 16:55:31 +0000
Subject: [PATCH] fix developerConnection scm url
---
pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index 823266f..098243c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
<scm>
<connection>scm:git:https://github.com/OpenIdentityPlatform/OpenDJ.git</connection>
- <developerConnection>scm:git:ssh://git@github.com:OpenIdentityPlatform/OpenDJ.git</developerConnection>
+ <developerConnection>scm:git:https://github.com/OpenIdentityPlatform/OpenDJ.git</developerConnection>
<url>https://github.com/OpenIdentityPlatform/OpenDJ</url>
<tag>HEAD</tag>
</scm>
--
Gitblit v1.10.0