Skip to content

Commit c94b089

Browse files
Copilotslachiewicz
andcommitted
Fix distributionManagement.site.url to use HTTP URL instead of SCM URL
Co-authored-by: slachiewicz <[email protected]>
1 parent 5575ab5 commit c94b089

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
@@ -325,7 +325,7 @@ limitations under the License.
325325
<!-- site distribution management must be override in child projects -->
326326
<site>
327327
<id>github:gh-pages</id>
328-
<url>${project.scm.developerConnection}</url>
328+
<url>${project.url}</url>
329329
</site>
330330
</distributionManagement>
331331

0 commit comments

Comments
 (0)