Skip to content

Commit

Permalink
use developerConnection in scm-publish plugin
Browse files Browse the repository at this point in the history
so that we can conveniently push docs after a release
  • Loading branch information
mtf90 committed Nov 15, 2023
1 parent b06628f commit 0c05c8c
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 @@ -1200,7 +1200,7 @@ limitations under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-publish-plugin</artifactId>
<configuration>
<pubScmUrl>${project.scm.connection}</pubScmUrl>
<pubScmUrl>${project.scm.developerConnection}</pubScmUrl>
<scmBranch>gh-pages</scmBranch>
<tryUpdate>true</tryUpdate>
<!--
Expand Down

0 comments on commit 0c05c8c

Please sign in to comment.