Added missing colon to developerConnection
This commit is contained in:
parent
00762e1ca8
commit
ae110720e6
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -22,7 +22,7 @@
|
|||
|
||||
<scm>
|
||||
<connection>scm:git:ssh://github.com/rometools/rome-utils.git</connection>
|
||||
<developerConnection>scm:git:ssh//git@github.com/rometools/rome-utils.git</developerConnection>
|
||||
<developerConnection>scm:git:ssh://git@github.com/rometools/rome-utils.git</developerConnection>
|
||||
<url>https://github.com/rometools/rome-utils</url>
|
||||
</scm>
|
||||
|
||||
|
|
Loading…
Reference in a new issue