Skip to content

Commit

Permalink
Change developerConnection in pom to use https
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Downing and Mike Grafton committed Oct 7, 2013
1 parent a10a02f commit 4eeae6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -288,7 +288,7 @@
<scm>
<url>git@github.com:robolectric/robolectric.git</url>
<connection>scm:git:git://github.com/robolectric/robolectric.git</connection>
<developerConnection>scm:git:git@github.com:robolectric/robolectric.git</developerConnection>
<developerConnection>scm:git:https://github.com/robolectric/robolectric.git</developerConnection>
</scm>

<ciManagement>
Expand Down

0 comments on commit 4eeae6c

Please sign in to comment.