Skip to content

Commit

Permalink
Fix wrong syntax of Git repository URIs (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
twwd authored Jan 6, 2025
1 parent 7bd3105 commit 758c4e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ limitations under the License.
</distributionManagement>
<scm>
<url>https://github.com/ethlo/itu</url>
<connection>scm:git:git@github.com:ethlo/itu.git</connection>
<developerConnection>scm:git:git@github.com:ethlo/itu.git</developerConnection>
<connection>scm:git:git@github.com/ethlo/itu.git</connection>
<developerConnection>scm:git:git@github.com/ethlo/itu.git</developerConnection>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 758c4e7

Please sign in to comment.