mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

vharseko
20.55.2018 647df05d4240a87646e5a61c5685ab0a9124daa3
fix developerConnection scm url
2 files modified
4 ■■■■ changed files
forgerock-parent @ 5e566f 2 ●●● patch | view | raw | blame | history
pom.xml 2 ●●● patch | view | raw | blame | history
forgerock-parent
@@ -1 +1 @@
Subproject commit d6183026f855c8803d2185a9e675269db1f46063
Subproject commit 5e566f3414ced9b66c04e8b0767571c5463f58f2
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>