Skip to content

Commit

Permalink
Update scm to use https(#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnanaMJ committed Sep 19, 2019
1 parent 26ecb2f commit c3a521b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<inceptionYear>2018</inceptionYear>

<scm>
<connection>scm:git:git@github.com:HotelsDotCom/hcommon-ssh.git</connection>
<developerConnection>scm:git:git@github.com:HotelsDotCom/hcommon-ssh.git</developerConnection>
<connection>scm:git:https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/HotelsDotCom/hcommon-ssh.git</connection>
<developerConnection>scm:git:https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/HotelsDotCom/hcommon-ssh.git</developerConnection>
<url>https://github.com/HotelsDotCom/hcommon-ssh</url>
<tag>HEAD</tag>
</scm>
Expand Down

0 comments on commit c3a521b

Please sign in to comment.