Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
we use git not svn
Browse files Browse the repository at this point in the history
  • Loading branch information
vertein committed Mar 10, 2016
1 parent 0447715 commit 0409baa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<url>${jasig-site-base}/portlets/FunctionalTestsPortlet/${project.version}</url>

<scm>
<connection>scm:svn:https://source.jasig.org/portlets/FunctionalTestsPortlet/trunk</connection>
<developerConnection>scm:svn:https://source.jasig.org/portlets/FunctionalTestsPortlet/trunk</developerConnection>
<url>https://developer.jasig.org/source/browse/jasigsvn/portlets/FunctionalTestsPortlet/trunk</url>
<connection>scm:git:git://github.com/Jasig/FunctionalTestsPortlet.git</connection>
<developerConnection>scm:git:git@github.com:Jasig/FunctionalTestsPortlet.git</developerConnection>
<url>https://github.com/Jasig/FunctionalTestsPortlet</url>
</scm>

<properties>
Expand Down

0 comments on commit 0409baa

Please sign in to comment.