Skip to content

Commit

Permalink
fix: don't append path to SCM settings
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Dec 9, 2023
1 parent cbec828 commit 3e4663c
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 @@ -15,7 +15,7 @@
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<developerConnection>scm:git:[email protected]:dropwizard/${repository.name}.git</developerConnection>
<connection>scm:git:https://github.com/dropwizard/${repository.name}.git</connection>
<url>https://github.com/dropwizard/${repository.name}</url>
Expand Down

0 comments on commit 3e4663c

Please sign in to comment.