Skip to content

Commit a3244a5

Browse files
committed
Change site publish to http too
1 parent 5dc623f commit a3244a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<checkinComment>Publishing javadoc for ${project.artifactId}:${project.version}</checkinComment>
190190
<content>${project.reporting.outputDirectory}/apidocs</content>
191191
<skipDeletedFiles>true</skipDeletedFiles>
192-
<pubScmUrl>scm:git:git@github.com:dampcake/bencode.git</pubScmUrl>
192+
<pubScmUrl>scm:git:https://github.com/dampcake/bencode.git</pubScmUrl>
193193
<!-- branch with static site on github-->
194194
<scmBranch>gh-pages</scmBranch>
195195
</configuration>

0 commit comments

Comments
 (0)