Skip to content

Commit 48c97fd

Browse files
committed
chore: fix SCM info in pom.xml
1 parent 5885431 commit 48c97fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@
149149
</developers>
150150

151151
<scm>
152-
<url>https://gforge.inria.fr/scm/viewvc.php/?root=spoon</url>
153-
<connection>scm:git:ssh://scm.gforge.inria.fr/home/groups/spoon/spoon.git</connection>
154-
<developerConnection>scm:git:ssh://scm.gforge.inria.fr/home/groups/spoon/spoon.git</developerConnection>
152+
<url>https://github.com/INRIA/spoon</url>
153+
<connection>scm:git:https://github.com/INRIA/spoon.git</connection>
154+
<developerConnection>scm:git:ssh://github.com/INRIA/spoon.git</developerConnection>
155155
<tag>HEAD</tag>
156156
</scm>
157157

0 commit comments

Comments
 (0)