Skip to content

Commit

Permalink
chore: fix SCM info in pom.xml (#1966)
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus authored and surli committed Apr 17, 2018
1 parent 5885431 commit 4e15b94
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,9 @@
</developers>

<scm>
<url>https://gforge.inria.fr/scm/viewvc.php/?root=spoon</url>
<connection>scm:git:ssh://scm.gforge.inria.fr/home/groups/spoon/spoon.git</connection>
<developerConnection>scm:git:ssh://scm.gforge.inria.fr/home/groups/spoon/spoon.git</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/INRIA/spoon</url>
<connection>scm:git:https://github.com/INRIA/spoon.git</connection>
<developerConnection>scm:git:ssh://github.com/INRIA/spoon.git</developerConnection>
</scm>

<properties>
Expand Down

0 comments on commit 4e15b94

Please sign in to comment.