Fix pom.xml invalid SCM URLs

merge-requests/9/merge
Pahansith Gunathilake 3 years ago
parent b14ed24aa0
commit 9f4eed702b

@ -127,9 +127,9 @@
</properties>
<scm>
<url>https://gitlab.com/entgra/product-iots.git</url>
<developerConnection>scm:git:https://gitlab.com/entgra/product-iots.git</developerConnection>
<connection>scm:git:https://gitlab.com/entgra/product-iots.git</connection>
<url>https://gitlab.com/entgra/community-product.git</url>
<developerConnection>scm:git:https://gitlab.com/entgra/community-product.git</developerConnection>
<connection>scm:git:https://gitlab.com/entgra/community-product.git</connection>
<tag>HEAD</tag>
</scm>

Loading…
Cancel
Save