Skip to content

Commit

Permalink
fix: site commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Nov 6, 2024
1 parent 5f0de22 commit c7daf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2071,7 +2071,7 @@
<configuration>
<!-- https://maven.apache.org/plugins/maven-scm-publish-plugin/publish-scm-mojo.html -->
<skipDeployment>${github.site.skip}</skipDeployment>
<checkinComment>Maven site for ${project.version} ${github.site.skip} (${ci.name} build ${ci.build_number})</checkinComment>
<checkinComment>Maven site for ${project.version} (${ci.name} build ${ci.build_number})</checkinComment>
<pubScmUrl>scm:git:https://github.com/${github.site.repositoryOwner}/${github.site.repositoryName}.git</pubScmUrl>
<scmBranch>${github.site.branch}</scmBranch>
<content>${project.build.directory}/mvn-snapshots-repo</content>
Expand Down

0 comments on commit c7daf69

Please sign in to comment.