We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc623f commit a3244a5Copy full SHA for a3244a5
pom.xml
@@ -189,7 +189,7 @@
189
<checkinComment>Publishing javadoc for ${project.artifactId}:${project.version}</checkinComment>
190
<content>${project.reporting.outputDirectory}/apidocs</content>
191
<skipDeletedFiles>true</skipDeletedFiles>
192
- <pubScmUrl>scm:git:git@github.com:dampcake/bencode.git</pubScmUrl>
+ <pubScmUrl>scm:git:https://github.com/dampcake/bencode.git</pubScmUrl>
193
<!-- branch with static site on github-->
194
<scmBranch>gh-pages</scmBranch>
195
</configuration>
0 commit comments