Skip to content

Commit f4f7572

Browse files
author
Ramachandran Nellaiyappan
committed
[fix] scm connection https urls fixed
1 parent 10fefd2 commit f4f7572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<description>Journey-API</description>
1616
<scm>
1717
<url>https://github.com/nramc/journey-api</url>
18-
<connection>scm:git:https://github.com:nramc/journey-api.git</connection>
19-
<developerConnection>scm:git:https://github.com:nramc/journey-api.git</developerConnection>
18+
<connection>scm:git:https://github.com/nramc/journey-api.git</connection>
19+
<developerConnection>scm:git:https://github.com/nramc/journey-api.git</developerConnection>
2020
<tag>HEAD</tag>
2121
</scm>
2222
<properties>

0 commit comments

Comments
 (0)