Skip to content

Commit 441f42c

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +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>
155-
<tag>HEAD</tag>
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>
156155
</scm>
157156

158157
<properties>

0 commit comments

Comments
 (0)