Skip to content

Commit e544456

Browse files
committed
Fix SCM URLs
1 parent ce5dcde commit e544456

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
@@ -32,8 +32,8 @@
3232
</developers>
3333

3434
<scm>
35-
<connection>scm:git:ssh://[email protected]:Netcentric/bundle-namespace-validators.git</connection>
36-
<developerConnection>scm:git:ssh://[email protected]:Netcentric/bundle-namespace-validators.git</developerConnection>
35+
<connection>scm:git:ssh://[email protected]/Netcentric/bundle-namespace-validators.git</connection>
36+
<developerConnection>scm:git:ssh://[email protected]/Netcentric/bundle-namespace-validators.git</developerConnection>
3737
<tag>HEAD</tag>
3838
<url>https://github.com/Netcentric/bundle-namespace-validators</url>
3939
</scm>

0 commit comments

Comments
 (0)