Skip to content

Commit

Permalink
[JBWS-4168] set scm to github project address
Browse files Browse the repository at this point in the history
  • Loading branch information
rsearls authored and jimma committed Apr 8, 2019
1 parent 4286a8f commit 594d80e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -12,9 +12,9 @@

<!-- Source Control Management -->
<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/projects/jaxws-undertow-httpspi/trunk</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/projects/jaxws-undertow-httpspi/trunk</developerConnection>
<url>http://fisheye.jboss.com/viewrep/JBossWS/projects/jaxws-undertow-httpspi/trunk</url>
<connection>scm:git:git://github.com/jbossws/jaxws-undertow-httpspi.git</connection>
<developerConnection>scm:git:git@github.com:jbossws/jaxws-undertow-httpspi.git</developerConnection>
<url>https://github.com/jbossws/jaxws-undertow-httpspi/tree/master/</url>
</scm>

<!-- Parent -->
Expand Down

0 comments on commit 594d80e

Please sign in to comment.