Skip to content

Commit 758c4e7

Browse files
authored
Fix wrong syntax of Git repository URIs (#37)
1 parent 7bd3105 commit 758c4e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ limitations under the License.
258258
</distributionManagement>
259259
<scm>
260260
<url>https://github.com/ethlo/itu</url>
261-
<connection>scm:git:git@github.com:ethlo/itu.git</connection>
262-
<developerConnection>scm:git:git@github.com:ethlo/itu.git</developerConnection>
261+
<connection>scm:git:git@github.com/ethlo/itu.git</connection>
262+
<developerConnection>scm:git:git@github.com/ethlo/itu.git</developerConnection>
263263
</scm>
264264
<properties>
265265
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)